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 14410 - Navigating to subclasses in Editor
Summary: Navigating to subclasses in Editor
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on: 17824 17825
Blocks:
  Show dependency tree
 
Reported: 2001-08-14 12:18 UTC by Antonin Nebuzelsky
Modified: 2007-09-26 09:14 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 Antonin Nebuzelsky 2001-08-14 12:18:24 UTC
While viewing the source of a class, the user can easily navigate to the source
of its superclass or superinterfaces through Alt-G. It would really be useful to
have a way to view subclasses and implementations as well. So that if you have a 

    public interface AnInterface {
  
        void doSomething();     

    }

pressing a key while on 'AnInterface' would open a popup with all known
implementations, you would then select one, and open it.
Comment 1 David Konecny 2001-08-14 16:32:24 UTC
This sounds more like issue for Java module. Once we have MDR the live 
should be easier ;-)
Comment 2 Svata Dedic 2001-11-19 12:11:17 UTC
Depending on whether we should support this information for 
anonymous/local classes, the issue is blocked by absence, or 
immaturity, of the source metamodel.
Comment 3 Jan Chalupa 2001-11-27 12:49:16 UTC
Target milestone -> 3.3.1.
Comment 4 Svata Dedic 2002-05-21 17:50:04 UTC
Cleaning up before 4.0 planning
Comment 5 Marek Grummich 2002-07-19 17:00:36 UTC
Target milestone was changed from not determined to TBD
Comment 6 Pavel Flaska 2004-07-08 08:10:49 UTC
It is possible in current trunk builds. 
Comment 7 Antonin Nebuzelsky 2004-07-08 09:14:32 UTC
Yes, it is. :)