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 - NPE from Add New Class wizard
Summary: NPE from Add New Class wizard
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-30 13:46 UTC by ehucka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NPE's stacktrace (6.05 KB, text/plain)
2004-06-30 13:47 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
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