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 20902

Summary: Change the way of UpgradeWizard invocation
Product: platform Reporter: Petr Hrebejk <phrebejk>
Component: -- Other --Assignee: Petr Hrebejk <phrebejk>
Status: RESOLVED FIXED    
Severity: blocker CC: jtulach
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 17815, 23399    

Description Petr Hrebejk 2002-02-26 17:30:52 UTC
It is very likely that as soon as we will start moving classes from core to 
the new core modules, the classes contained in the upgrade folder will be 
moved to core/ide. This will require change in the invocation of the
UpgradeWizard as the invocation will probably remain in the "real" core.

The IW should be invoked using reflection only if the UpgradeWizard class
is on the classpath. This should result in the desired behavior, which is not
to display the import wizard in case that no core/ide module is available.
Comment 1 Petr Hrebejk 2002-04-03 11:35:16 UTC
If I remember correctly, this is already done including the move of
the UgradeWizard classes into the core-ide.jar.