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 23351

Summary: Use TemplateWizard.Iterator as a cookie on JavaDataObject's
Product: java Reporter: Jesse Glick <jglick>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: blocker CC: phrebejk, raccah
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 8858    
Bug Blocks:    

Description Jesse Glick 2002-05-10 16:18:10 UTC
See #8858 for details. Please remove the
templateWizardIterator file attribute from all
layer-supplied templates for .java sources in at
least the Java module (maybe others too), and in
JavaDataObject ensure that
JavaWizardIterator.singleton() is in the cookie set.
Comment 1 Svata Dedic 2002-05-21 17:52:01 UTC
Cleaning up before 4.0 planning
Comment 2 Marek Grummich 2002-07-19 16:14:29 UTC
Target milestone was changed from not determined to TBD
Comment 3 Martin Matula 2004-11-10 15:11:32 UTC
Jesse, or anybody, is this issue still valid? Should we address it in 4.1?
Comment 4 Jesse Glick 2004-11-10 20:37:15 UTC
The attribute should still be removed from any modules that may still
have it. I don't know what those might be, if any; someone needs to look.

JavaWizardIterator is probably obsolete in 4.0. The Java module layer
does indeed still refer to it as a templateWizardIterator, yet the
java/project module already overrides that with the newer
instantiatingIterator.
Comment 5 Tomas Zezula 2007-09-20 09:21:35 UTC
Already fixed, JavaWizardIterator is no more there.