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 150342 - one click jump from interface to implementation
Summary: one click jump from interface to implementation
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 09:42 UTC by jdev
Modified: 2013-08-10 13:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Works for me in 7.4 (20.53 KB, image/png)
2013-08-10 13:52 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jdev 2008-10-16 09:42:32 UTC
In IntelliJ IDEA (best IDE for java i ever see) when you see some Interface - near implemented methods you can see green
triangle, by pressing this triangle IDE opens class that implements method and put cursor on method header.

In NetBeans you can easy jump from implementation to interface, but can not jump form interface to implementation. The
same with abstract classes and overriding.


PS if more than one class implements method drop-down box should appear and show all classes that implement method.

It will be great improvement in user usability, and NetBeans can become one point better than Eclipse (Eclipse do not
have this feature yet).
Comment 1 jdev 2008-10-16 09:49:50 UTC
also it will be great if NetBeans developers can setup IntelliJ IDEA and look for the features.

It is nice to have many of IDEA features in NetBeans.
Comment 2 markiewb 2013-08-10 13:52:17 UTC
Created attachment 138531 [details]
Works for me in 7.4
Comment 3 markiewb 2013-08-10 13:52:47 UTC
Works for me. There is an annotation "Has implementations" at the left gutter when the caret is at the interface or interface method.

Clicking this icon it will jump to the implementation (if there is only one impl) or will popup a list of implementations you can choose from to.
OR
Context menu -> Navigate -> Go to implementation 
OR 
use the shortcut for "Go to implementation" action

See screenshot at https://netbeans.org/bugzilla/show_bug.cgi?id=150342#c2

Resolve as worksforme