I'd like to request a new refactoring for future releases - It is actually a variant of the "Change method signature" refactoring. What I would like to see is a "overload method" refactoring. Basically, I want to:
1) Select a method in the editor or project hiearchy 2) Invoke the "Overload Method" refactoring 3) Use a dialog similar to the one used with "Change Method Signature" in order to modify the signature (not the return type or method name) 4) Click OK - IDEA creates new method with modified signature automatically For the time being, I manually copy/paste the original method to a new method, then manually change the name and update the javadoc, etc. - Tim _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
