This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 14020 - Need to able to create InstanceDataObject with the created filesystem asthe instance cookie.
Summary: Need to able to create InstanceDataObject with the created filesystem asthe i...
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks: 13655 13660 13883
  Show dependency tree
 
Reported: 2001-07-27 15:12 UTC by Martin Entlicher
Modified: 2008-12-22 23:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2001-07-27 15:12:11 UTC
When I create the right filesystem in TemplateWizardIterator, I need to be able
to create InstanceDataObject with the created filesystem as the instance cookie
to return it in instantiate().
I've created this issue to ensure it will not be forgotten and to be able to
refer to it from my issues.
Comment 1 Jaroslav Tulach 2001-07-30 09:03:18 UTC
Please create
InstanceDataObject.create (DataFolder, String nameOrNull, Object
object)

or with 4th param ModuleInfo moduleInfoOrNull


Making P1 as many issues depend on this.
Comment 2 Jan Pokorsky 2001-07-31 10:42:08 UTC
Implemented as IDO.create(DataFolder folder, String name, Object 
instance, ModuleInfo info).
Do not forget to increase the dependency on openide to 1.28
Comment 3 Martin Entlicher 2001-08-01 17:40:51 UTC
Verified in dev build #200108010100.
Comment 4 Quality Engineering 2003-07-01 16:39:47 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.