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 36508 - IMT - If press next button while "resolving identifiers", exception dialog thrown
Summary: IMT - If press next button while "resolving identifiers", exception dialog th...
Status: RESOLVED DUPLICATE of bug 33199
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-09 14:40 UTC by _ tboudreau
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 _ tboudreau 2003-10-09 14:40:47 UTC
Start NetBeans with a java file open.  Immediately
choose Tools | Import Management Tool. (do it
immediately after start so class resolving will be
slow to see the bug)

Wizard opens.  Click Next.

A dialog pops up:
Wizard panel
org.netbeans.modules.java.imptool.RootPanel$WizPanel@662b4e
gave a strange component.  [OK]

2 things:
1. Use a container component and add your panel to
it when resolving is complete, so the component is
non-null
2. This exception should not be annotated
ErrorManager.USER - there is no meaningful
information for the user in the message (that part
is probably a fix needed in the wizards framework)
Comment 1 Tomas Hurka 2003-10-10 12:03:18 UTC

*** This issue has been marked as a duplicate of 33199 ***