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 53293 - NPE after check 'Show superclasses ...' in Override dialog
Summary: NPE after check 'Show superclasses ...' in Override dialog
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 13:45 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
npe's stacktrace (5.72 KB, text/plain)
2005-01-12 13:45 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2005-01-12 13:45:05 UTC
After I invoked Override methods on a class source
which implements an interface which is not
imported there the NPE is always thrown after I
checked 'Show superclasses and superinterfaces'
checkbox in Override method dialog.
Comment 1 ehucka 2005-01-12 13:45:32 UTC
Created attachment 19643 [details]
npe's stacktrace
Comment 2 Jan Becicka 2005-01-14 15:19:49 UTC
Dane?
Comment 3 Daniel Prusa 2005-01-24 10:14:52 UTC
Checking in OverridePanel2.java;
/cvs/java/src/org/netbeans/modules/java/tools/OverridePanel2.java
new revision: 1.9; previous revision: 1.8
Comment 4 ehucka 2005-04-18 10:28:08 UTC
verified