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 14495 - Hierarchy-View for classes/interfaces
Summary: Hierarchy-View for classes/interfaces
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 27235 (view as bug list)
Depends on: 17824 35620
Blocks:
  Show dependency tree
 
Reported: 2001-08-16 16:28 UTC by Ivana Ladenbergerova
Modified: 2007-04-03 18:02 UTC (History)
1 user (show)

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 Ivana Ladenbergerova 2001-08-16 16:28:20 UTC
I'm requesting for a feature where the hierarchy
of a class or interface can be displayed in a tree.

An entry like "Show Hierarchy" in the context-menu
for a class/interface that opens a browser like
the object-browser which displays a tree like
the following example:
java.lang.Object
 !
 +- com.xycompany.service.ServiceProvider (-> implements java.io.Serializable)
     !
     +- com.xycompany.print.PrintServiceMgr

I've seen this very useful feature in Visual Age
for Java.



***  [FFJ CUSTBUG] This issue is based on a FFJ customer's bug report ***
Comment 1 Svata Dedic 2001-08-16 17:32:34 UTC
Not sure if need to be done for NetBeans 3.3 release, but it is surely
planned after MDR is available. Displaying hierarchy of superclasses
up to j.l.Object is actually OK with MDR whatsoever, the other
direction is a way harder.
Comment 2 Svata Dedic 2001-11-19 12:26:32 UTC
Only one direction is possible right now. Full inheritance browser 
(including subclasses) is blocked by MDR absence.
Comment 3 Jan Chalupa 2001-11-27 12:49:29 UTC
Target milestone -> 3.3.1.
Comment 4 Svata Dedic 2002-05-21 17:51:01 UTC
Cleaning up before 4.0 planning
Comment 5 Marek Grummich 2002-07-19 17:29:16 UTC
Target milestone was changed from not determined to TBD
Comment 6 Jan Chalupa 2002-10-27 17:56:34 UTC
[S1S-EVAL]
Comment 7 Martin Matula 2004-11-12 10:54:14 UTC
*** Issue 27235 has been marked as a duplicate of this issue. ***
Comment 8 Jan Becicka 2005-05-20 09:31:25 UTC
Implemented by navigator.