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 29232 - JavaPlatform Wizard uses TemplateWizard.Iterator incorrectly
Summary: JavaPlatform Wizard uses TemplateWizard.Iterator incorrectly
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-12-03 13:32 UTC by Martin Ryzl
Modified: 2007-09-26 09:14 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 Ryzl 2002-12-03 13:32:00 UTC
TemplateWizard.Iterator which is created by
org.netbeans.modules.javaplatform.PlatformInstall.createIterator
is instantiated (by
org.netbeans.modules.javaplatform.wizard.InstallerKeys)
and used (by
org.netbeans.modules.javaplatform.wizard.PlatformInstallIterator)
without calling initialize(). It violates contract
of TemplateWizard.Iterator. 

PlatformInstallIterator gets component of current
Panel. If someone initializes panels in
initialize() it doesn't work.
Comment 1 Tomas Zezula 2003-04-22 12:34:12 UTC
Fixed
Comment 2 Jan Becicka 2003-11-25 14:04:53 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 3 Jan Becicka 2003-11-25 14:14:01 UTC
---> CLOSED