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 - Use TemplateWizard.Iterator as a cookie on JavaDataObject's
Summary: Use TemplateWizard.Iterator as a cookie on JavaDataObject's
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on: 8858
Blocks:
  Show dependency tree
 
Reported: 2002-05-10 16:18 UTC by Jesse Glick
Modified: 2007-09-20 09:21 UTC (History)
2 users (show)

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 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.