I often find myself in situation when I add a new method to inteface and
need then to implement it in all (or some) classes which implement this
inteface. What I have to do then is either to try to compile so that
compiler finds places where this method is not implemented or to go to the
interface -> find implementing classes -> implement methods etc...
I see following possibilities on enhancing this:

 - when an abstract method is added to a class/interface offer to insert
stubs in implementing classes allowing to chose only some of the classes.
 - have a "Find classes where method may be but is not implemented" search

--
fedor.

----
... Once you're safely in the mall, you should tie your children to you
with ropes so the other shoppers won't try to buy them.  Holiday
shoppers have been whipped into a frenzy by months of holiday
advertisements, and they will buy anything small enough to stuff into a
shopping bag.  If your children object to being tied, threaten to take
them to see Santa Claus; that ought to shut them up.
                -- Dave Barry, "Christmas Shopping: A Survivor's Guide"

_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to