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 35145 - [java-mdr] Cannot add inner class into outer class
Summary: [java-mdr] Cannot add inner class into outer class
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2003-07-25 12:40 UTC by Jan Becicka
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2003-07-25 12:40:02 UTC
ClassElement.addClass(..);
ClassElement.getClass(..) -> returns null;

Test available in CVS
java/test/qa-functional/src/org/netbeans/test/java/generating/InnerClasses/InnerClasses.java
Comment 1 Martin Matula 2003-12-08 17:17:34 UTC
fixed
Comment 2 Jan Becicka 2004-07-23 13:15:40 UTC
Verified