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 - Change the way of UpgradeWizard invocation
Summary: Change the way of UpgradeWizard invocation
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords:
Depends on:
Blocks: 17815 23399
  Show dependency tree
 
Reported: 2002-02-26 17:30 UTC by Petr Hrebejk
Modified: 2008-12-22 23:49 UTC (History)
1 user (show)

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