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 34196 - invalid view of innerclasses under CC build target
Summary: invalid view of innerclasses under CC build target
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-05 09:59 UTC by Pavel Buzek
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 Pavel Buzek 2003-06-05 09:59:46 UTC
Compiled Classes target shows one node for every
inner class but the name of all of them is the
same -- the name of the 'outer' class. This
happens when you compile to sources folder. I
suggest to leave all nodes but to fix the display
name to show OuterClass$InnerClass.
Comment 1 Tomas Zezula 2003-07-15 11:45:38 UTC
Fixed, but the innerclasses are shown in the outher class, the clazz
module is designed in this way.
Comment 2 ehucka 2003-08-13 16:14:16 UTC
verified in 200308130000
Comment 3 Jan Becicka 2003-11-25 14:23:33 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as CLOSED.