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 89167 - Eliminate duplicate code in wizard components
Summary: Eliminate duplicate code in wizard components
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: NBI (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Kirill Sorokin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-12 15:02 UTC by Kirill Sorokin
Modified: 2008-03-11 12:22 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 Kirill Sorokin 2006-11-12 15:02:13 UTC
Both WizardPanel, WizardAction and WizardSequence have A LOT of common code, wrt
properties, children etc. This all has to be moved to WizardComponent, which in
turn should be made an abstract class instead of an interface. This does
partially depend on Issue 89164, which suggests introducing the WizardUI class,
which will allow to remove the dependency between WizardPanel and JPanel.
Comment 1 Kirill Sorokin 2006-11-27 15:48:06 UTC
Posponing to M07, since we failed miserably to achieve this task for M06.
Comment 2 Kirill Sorokin 2006-12-20 07:36:10 UTC
-> M08
Comment 3 Kirill Sorokin 2007-01-15 17:36:39 UTC
Fixed.
Comment 4 Kirill Sorokin 2007-01-15 17:41:31 UTC
.
Comment 5 Kirill Sorokin 2008-03-11 12:22:53 UTC
Verifying installer issues.