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 97603 - No way to examine a .class file's contents
Summary: No way to examine a .class file's contents
Status: RESOLVED DUPLICATE of bug 91403
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2007-03-10 03:30 UTC by _ tboudreau
Modified: 2007-03-16 13:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2007-03-10 03:30:21 UTC
In 5.5, I can expand a .class file's node in Explorer and examine its methods, etc.

In 6.0, the subtree of Java nodes is gone, so I cannot do that.  Probably this
should be possible, either by restoring the subtree of class file nodes or
providing a Navigator view that uses the Classfile module.
Comment 1 _ tboudreau 2007-03-10 03:31:08 UTC
Refile against classfile module if appropriate - does JavaDataObject still
handle .class files?
Comment 2 Tomas Zezula 2007-03-15 21:53:22 UTC
JavaDataObject never handled class files, there is ClassDataObject. I vote for
the panel in the navigator. Reassigning to java/source since it would be nice if
JavaSource can handle class files.
Comment 3 Jan Lahoda 2007-03-16 13:56:27 UTC
A dupe of issue #91403.

*** This issue has been marked as a duplicate of 91403 ***