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 258924 - Provide byte code view for all classes - plugin available
Summary: Provide byte code view for all classes - plugin available
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: PC All
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-20 17:06 UTC by ulfzibis
Modified: 2016-07-01 18:39 UTC (History)
2 users (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 ulfzibis 2016-04-20 17:06:37 UTC
[ JDK VERSION : 1.8.0_45 ]

STEPS:
   Open a java class file with unknown source.

ACTUAL:
   A nice byte code view is presented.

EXPECTED:
   Please optionally provide this nice view for classes, where the source is
available, maybe as a drop-down alternative of the "Source" button.
Comment 1 Vladimir Voskresensky 2016-04-21 11:16:04 UTC
I agree. It would be great to have way to see byte code presentation on demand
Comment 2 Jan Lahoda 2016-04-21 11:26:58 UTC
Note there is:
http://plugins.netbeans.org/plugin/50148/?show=true
Comment 3 Vladimir Voskresensky 2016-04-21 14:18:45 UTC
Jan, this is great! Thanks!