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 245893 - Subtypes tree: Add the containing class' simple name in front of "1" for annonymous inner classes
Summary: Subtypes tree: Add the containing class' simple name in front of "1" for anno...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-22 20:36 UTC by pekarna
Modified: 2014-07-22 20:36 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2014-07-22 20:36:04 UTC
In the Subtypes tree (Alt+F7), the annonymous classes are marked as "1" etc. This doesn't tell much. Switching to FQCN makes the rows too long.

Foo
   SubFoo
   1
   1
   1
   1
...

Would be great if the annonymous classes had the containing class' name.

Foo
   SubFoo
   Blah.1
   Baz.1
   Brekeke.1
...

Thanks!