> - have a "Find classes where method may be but is not implemented" search
I could imagine to implement it in Find Usages. It should list the class-definition-lines, where the method isn't implemented with the same option set as the Find Usages|Implementation. Tom At 14:40 11.01.2002 -0800, you wrote: >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 _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
