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

Summary: NPE from update of Override methods dialog content
Product: java Reporter: ehucka <ehucka>
Component: UnsupportedAssignee: Martin Matula <mmatula>
Status: CLOSED FIXED    
Severity: blocker Keywords: RANDOM
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: npe's stacktrace
stacktrace

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