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 70027 - Inheritance view of navigator omits members from class itself
Summary: Inheritance view of navigator omits members from class itself
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2005-12-07 15:42 UTC by Jesse Glick
Modified: 2011-08-31 14:06 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 Jesse Glick 2005-12-07 15:42:52 UTC
Open JDialog.java and select the Inheritance View in the Navigator. You will see
categories for members defined in various interfaces and superclasses - but no
category for members defined in JDialog itself (e.g. setDefaultCloseOperation(int)).
Comment 1 David Simonek 2005-12-07 15:51:53 UTC
Correct, but it is currently as specified in UI spec, so I'm changing to
enhancement.
Comment 2 David Simonek 2008-10-22 13:11:26 UTC
Implementation changed rapidly, so this is probably fixed now - leaving resolution to current owner.