I think it would be convenient to reproduce this functionality as a menu choice, "Remove Method", that changes the method body to a no-op, then inlines it. Of course I don't know what you do if there's a return value...
-- Duane Fields [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Mon, 03 Jun 2002 14:17:28 -0400, Laurent Duperval > <[EMAIL PROTECTED]> wrote: > > >Does anyone else see any benefit to having a refactoring optiong to > >remove a method and all its usages? I prefer that to removing it and then > >recompiling the entire project to locate the places where it is used. > > > > If you use the Inline Refactoring on an empty method IDEA will remove > the method and all uses of it. > > Sincerely > > Jens Peter Grosen > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
