Sure change method signature works when you are the owner of the method! If you are using 3rd party components, and you accidently put things in the wrong order it would be nice to swap them. Must commonly I encounter this with String arguments, where I accidently swap two arguments.
/Mikkel Alexey Epishkin wrote: >Hello, Mikkel! >You wrote to <[EMAIL PROTECTED]> on Thu, 21 Mar 2002 08:46:49 +0000: > > MD> It would be nice to have a editing shortcut for the following > MD> operation: > > MD> someMethod(arg1, arg2) -> someMethod(arg2, arg1). > >What about Refactor/Change Method Signature ? > >-- >Alexey Epishkin ([EMAIL PROTECTED]) >Kiev JUG - http://www.jug.kiev.ua/ >Offshore Algorithms Co. > > >_______________________________________________ >Eap-features mailing list >[EMAIL PROTECTED] >http://www.intellij.com/mailman/listinfo/eap-features > >. > _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
