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

Summary: Subtypes tree: Add the containing class' simple name in front of "1" for annonymous inner classes
Product: java Reporter: pekarna <pekarna>
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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!