bruno.b...@gmail.com
unread,May 19, 2013, 12:11:13 PM5/19/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
Inline Parameter: Remove a parameter from the method, and adds an assignment at the beginning of the method. This can only be performed if all senders of the method have the same value for the parameter.
The quick fix to this is:
1- Go to CodeRefactoringTool, then select #inlineParameter: method.
2- Use the Refactoring to refactor CodeRefactoringTool class --> Refactoring>>Push Up
This will put #inlineParameter: in RefactoringTool class, so MethodRefactoringTool class will understand #inlineParameter:.
Regards,
Bruno