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 209318 - Support navigation for source-less codes
Summary: Support navigation for source-less codes
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 12:29 UTC by speedogoo
Modified: 2012-03-12 14:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
souce-less code (30.70 KB, image/png)
2012-03-08 12:29 UTC, speedogoo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description speedogoo 2012-03-08 12:29:31 UTC
Created attachment 116465 [details]
souce-less code

If I try to navigate to a class method without source codes, NetBeans would friendly show up a pseudo code pane including all the declarations but with codes labeled as "Compiled Code". The compiled code can then be expanded to show JVM instructions, as shown in the attachment.

Now that each line of instruction that references a class/field/method would have a comment showing the full name/signature of it. Is it possible to support navigation inside the comment so that a single ctrl-click can go inside that part of the code (either real or still pseudo)?
Comment 1 Tomas Zezula 2012-03-12 14:26:11 UTC
Yes, it is.