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 209883 - Java decompiler to see Jar Libraries
Summary: Java decompiler to see Jar Libraries
Status: RESOLVED DUPLICATE of bug 201691
Alias: None
Product: java
Classification: Unclassified
Component: Classfile (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-21 16:21 UTC by spao001
Modified: 2012-03-21 16:46 UTC (History)
0 users

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 spao001 2012-03-21 16:21:31 UTC
Product Version = NetBeans IDE 7.0.1 (Build 201107282000)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.6.0_23
Runtime = Java HotSpot(TM) Client VM 19.0-b09

Good Morning. 
It's possible to open the *.class files of the Jar libraries of a Project with an extern Java decompiler into the Editor?? 
So you can see not only the method signature, but all the code.
(Note: all this without attaching the sources to the library).
Thanks
Comment 1 Jaroslav Havlin 2012-03-21 16:33:35 UTC
This is a java-specific question. Trying to reassign to a better component.
Comment 2 Tomas Zezula 2012-03-21 16:46:59 UTC
In the NB 7.1 and older the view provides only method signatures.
In the NB 7.2 it provides also disassembled byte code as in javap.
Currently there is no support for pluggable decompiler, see issue #201691.

*** This bug has been marked as a duplicate of bug 201691 ***