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 12127 - [Class Wizard] Can't reuse java wizard because initialization flag is private
Summary: [Class Wizard] Can't reuse java wizard because initialization flag is private
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-11 18:43 UTC by Rochelle Raccah
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rochelle Raccah 2001-05-11 18:43:02 UTC
JavaWizardIterator has a singleton method which resets an initialized to false
each time so initializeTargetData is called.

I provide a subclass, and to use the singleton optimization, I need to provide a
substitute singleton method.  I inherit the functionality in instantiate which
depends on initialized being set to false each time.  The result is that my
template is only used with proper initialization the first time.
Comment 1 Svata Dedic 2001-05-16 06:54:52 UTC
The Java NFT Wizard is not - technically - a part of java module API (there's 
no api currently except for the comparator package). Would you please put 
together some requirements and open this topic on nbdev@ ?
Comment 2 Jan Chalupa 2001-11-27 12:49:43 UTC
Target milestone -> 3.3.1.
Comment 3 Svata Dedic 2002-05-21 17:49:38 UTC
Cleaning up before 4.0 planning
Comment 4 Marek Grummich 2002-07-19 16:42:42 UTC
Target milestone was changed from not determined to TBD
Comment 5 Martin Matula 2004-11-12 07:26:55 UTC
This does not seem to be relevant anymore - JavaWizardIterator was
rewritten.