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 49402 - NPE from update of Override methods dialog content
Summary: NPE from update of Override methods dialog content
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Martin Matula
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2004-09-22 12:43 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.71 KB, text/plain)
2004-09-22 12:44 UTC, ehucka
Details
stacktrace (5.60 KB, text/plain)
2004-10-06 16:40 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ehucka 2004-09-22 12:43:18 UTC
beta2 build 

During the initialization of the Override methods
dialog the NPE is thrown.
Comment 1 ehucka 2004-09-22 12:44:00 UTC
Created attachment 17804 [details]
npe's stacktrace
Comment 2 ehucka 2004-09-22 13:26:48 UTC
The NPE is thrown after I checked "Show Superclasses and Interfaces"
in the dialog..
Comment 3 Jan Becicka 2004-09-24 16:44:13 UTC
Exception was thrown, if there was UnresolvedClass in the source.

Checking in JMManager.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/JMManager.java,v
 <--  JMManager.java
new revision: 1.55; previous revision: 1.54
done
Comment 4 ehucka 2004-10-06 16:40:28 UTC
I've seen it again. It was thrown one line after the previous exception.
Comment 5 ehucka 2004-10-06 16:40:57 UTC
Created attachment 18097 [details]
stacktrace
Comment 6 Martin Matula 2004-10-07 08:00:44 UTC
Fixed.

Checking in
src/org/netbeans/modules/java/ui/nodes/elements/ElementNode.java;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/ElementNode.java,v
 <--  ElementNode.java
new revision: 1.12; previous revision: 1.11
done
Comment 7 ehucka 2004-11-08 14:41:10 UTC
verified
Comment 8 Quality Engineering 2007-09-20 09:47:26 UTC
Reorganization of java component