Going to an Overridden or Overriding Method

See Also

If a method overrides a parent method, an Overrides annotation is displayed next to its declaration. If a method is overridden by one or more descendent classes, and Overridden annotation is displayed.

To jump to the declaration of the overridden or overriding parent method:

  1. Click the annotation to go to the declaration of the specified method.
  2. For methods that are overridden by multiple methods, the annotation shows all the overriding methods. Select the one you want.

To go to the implementation of multiple overridden methods:

  1. Press Ctrl+Alt and click the method.
  2. Select which overridden methods you want to navigate to.
See Also
Using the Navigator Window
Going to a Symbol
Using Hyperlink Navigation

Copyright © 2014, Oracle and/or its affiliates. All rights reserved.