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 45730

Summary: NPE from Add New Class wizard
Product: java Reporter: ehucka <ehucka>
Component: UnsupportedAssignee: Jan Pokorsky <jpokorsky>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: NPE's stacktrace

Description ehucka 2004-06-30 13:46:26 UTC
Steps to reproduce:

1. select a class in explorer
2. invoke Add|Class... action
3. go to Super Class combobox and try to select
"another than default" value e.g. java.awt.Component
Comment 1 ehucka 2004-06-30 13:47:28 UTC
Created attachment 16076 [details]
NPE's stacktrace
Comment 2 Jan Pokorsky 2004-07-14 17:17:49 UTC
class, interface and enum creation fixed

/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/ClassCustomizer.java
new revision: 1.7; previous revision: 1.6
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/SourceEditSupport.java
new revision: 1.7; previous revision: 1.6
Comment 3 ehucka 2004-08-17 16:35:06 UTC
verified
Comment 4 Quality Engineering 2007-09-20 10:46:02 UTC
Reorganization of java component