JavaGoToImplementation
Java Go to Implementation
(NOTE - Go To Implementation is built in for recent versions of NetBeans. Look in the Navigate context menu.)
It is often useful to be able to quickly open a method that overrides or implements the current method. The (Java) Go to Implementation module introduces a new action that allows this.
The (Java) Go to Implementation module for NetBeans IDE 6.5 1 can be downloaded File:Org-netbeans-modules-java-gotoimpl JavaGoToImplementation.nbm here. It can be also installed from the development update center.
To use the action, place the caret either inside a method header or to an identifier that represents a method invocation, and invoke Navigate > Go to Implementation (or press Ctrl-Alt-B).
Notes:
#1Currently it does not work with v6.7

