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 - Goto Type should support anonymous innerclasses
Summary: Goto Type should support anonymous innerclasses
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: PC Linux
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-26 08:58 UTC by junqueira_raphael
Modified: 2013-06-24 22:06 UTC (History)
1 user (show)

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 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