Search for implementers of abstract class methods
Tools for the Eclipse Platform
Brought to you by:
linnet
Extend the implementers plugin to find implementations of
abstract methods in abstract classes.
Or even find overrides of non abstract methods.
Actually it would be nice to have a decoration on a non
abstract method to show that it has been overriden.
Logged In: YES
user_id=87661
First part (finding implementations of abstract methods in
abstract classes) is implemented in version 0.0.7. Actually,
the plugin now finds all implementations of a method and
allows you to jump to it.
I'll look into the decoration part later.