Eclipse Go to... interface method implementation

In Eclipse you can open a method definition if you point the method name (its invocation), and hit ctrl + LMB. You can also achieve the same if you select the method call and hit F3, and probably in few other ways. Try to use this feature on the interface type… What’s annoying is that when you use this shortcut on a method which uses an interface type rather than the implementing class, you are forwarded to the interface method declaration....

January 31, 2011 · 1 min