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

Summary: Need to able to create InstanceDataObject with the created filesystem asthe instance cookie.
Product: platform Reporter: Martin Entlicher <mentlicher>
Component: -- Other --Assignee: Jan Pokorsky <jpokorsky>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 13655, 13660, 13883    

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.