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 32977 - ClassDataNode should "eat" inner classes
Summary: ClassDataNode should "eat" inner classes
Status: RESOLVED INVALID
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Chris Ledantec
URL:
Keywords:
: 33303 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-04-17 10:33 UTC by Jan Becicka
Modified: 2003-12-11 14:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen (4.15 KB, image/png)
2003-04-17 10:36 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Becicka 2003-04-17 10:33:33 UTC
There are two many classes under the compiled
classes node. There should be only one object,
which should eat ClassName$1, ClassName$2 etc...
Comment 1 Jan Becicka 2003-04-17 10:36:37 UTC
Created attachment 9986 [details]
Screen
Comment 2 Jan Becicka 2003-04-29 15:34:41 UTC
*** Issue 33303 has been marked as a duplicate of this issue. ***
Comment 3 _ rkubacki 2003-04-29 16:09:36 UTC
I don't agree. Each of these files is separate class. I'd prefer to to
show them all with correct names.
Comment 4 Jan Becicka 2003-07-08 15:34:09 UTC
Reassigning to UI for evaluation
Comment 5 Chris Ledantec 2003-07-09 09:21:45 UTC
what's in the screen shot now is bad, but i don't understand how they
got there? why are there several nodes that appear to be exactly the
same? 
Comment 6 Jan Becicka 2003-07-09 11:59:49 UTC
E.g. Anagram class contains some anonymous inner classes:
Anagram$1.class, Anagram$2.class etc.

This is the reason why there are so many classes displayed in Explorer.

Comment 7 Chris Ledantec 2003-10-20 11:49:11 UTC
no longer a compiled classes node.