Is there an Eclipse shortcut to see all class overriding the method m
?
CTRL + T – Show inheritance tree of the class.
F4 – Show type hierarchy of on a class.
And please refer the following URLs for other eclipse shortcuts.
http://javapapers.com/wp-content/uploads/2012/02/Eclipse-Shortcuts.pdf http://www.vogella.com/articles/EclipseShortcuts/article.html
Highlight/select/put-cursor-on the method name and hit Ctrl + T
Obviously limited to the classes defined on the classpath ("build path" in Eclipse terminology)