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

Summary: Java decompiler to see Jar Libraries
Product: java Reporter: spao001
Component: ClassfileAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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