Hello,

currently the Move member allows only to move static methods (and fields, 
but I know want to talk about methods only).

Since the move instance method is really a pain to implement (I guess), I 
would find it really cool to have an extra refactoring "Make static", that 
makes instance methods static (I guess, this is much easier to implement). 
Than you can move the static method easily around the project.

1) Check, whether the instance method uses any other instance method or 
instance field. If not, only put the "static" keyword before the definition 
and finish.

2) Add an new method parameter for the instance and use this instance for 
accessing instance methods/fields.

Best regards
Thomas Singer
_____________
     regnis.de


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

Reply via email to