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 219042

Summary: Goto Type should support anonymous innerclasses
Product: java Reporter: junqueira_raphael <junqueira_raphael>
Component: NavigationAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P2    
Version: 7.2   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description junqueira_raphael 2012-09-26 08:58:09 UTC
When you have a user stack displaying inner classes "MyClass$53" (ex: using Enums), it's difficult to find it. Goto Type should be able to find it easily (using java AST ?)

Thanks