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 91403 - No way to inspect content of files
Summary: No way to inspect content of files
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker with 1 vote (vote)
Assignee: issues@java
URL:
Keywords: REGRESSION
: 97603 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-12-21 11:46 UTC by Jaroslav Tulach
Modified: 2007-07-02 15:42 UTC (History)
4 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 Jaroslav Tulach 2006-12-21 11:46:13 UTC
I miss ability to inspect content of .class files after the retouche merge. 
Previously I could find any class and see methods and fields it defines. 
Either in navigator or in explorer. This does not seem to be working anymore.
Comment 1 Jaroslav Tulach 2006-12-21 11:47:01 UTC
I guess it is a regression in a useful functionality.
Comment 2 Jan Lahoda 2007-03-16 13:56:26 UTC
*** Issue 97603 has been marked as a duplicate of this issue. ***
Comment 3 _ hlu 2007-03-22 23:16:54 UTC
Features like add field/methods/bean property and more through the class node
seem gone too.
Is there a way to do that except editing java file directly?
Comment 4 Tomas Zezula 2007-03-23 08:29:25 UTC
This is intentional, it should be replaced by smart code completion, like in
Eclipse, not yet done. 
Comment 5 Karthikeyan Rajeswaran 2007-05-28 07:37:43 UTC
t is not only the features like add field/methods etc that are missing. Until
5.5, expanding the .java file and right-clicking on the class node displayed a
property sheet where the superclass, class modifiers etc could be specified. I
could not find where such operations can be done in NB6. Are these also expected
to be handled by smart code completion? (Superclass and class modifiers cannot
be specified during class creation too....)
Comment 6 Karthikeyan Rajeswaran 2007-05-28 07:39:49 UTC
Also discussed at :
http://www.netbeans.org/servlets/BrowseList?list=nbusers&by=thread&from=793361
Comment 7 Petr Hrebejk 2007-07-02 15:42:12 UTC
Class files now browsable in navigator. For beans and nodes under java there are another issues filled. Don't mix it.