Inline Method
Inline Method refactoring places method's body into the body of its caller(s). You have the option to:
inline all occurrences of the method, and delete the method
inline all occurrences of the method, and retain the method
inline only a single occurrence, and retain the method
Item | Description |
---|---|
Inline all and remove the method | Select this option to replace all the method calls with its code and remove the method. |
Inline all and keep the method | Select this option to replace all the method calls with its code and keep the method intact. |
Inline this only and keep the method | Select this option to replace only the current method call. |
Preview | Click this button to see the expected changes prior to actually performing the refactoring. |
Refactor | Click this button to perform the refactoring right away. |