IntelliJ IDEA 12.1.0 Web Help

Refactor | Inline

Refactor | Inline

Inline Method refactoring results in placing method's body into the body of its caller(s). You can opt to:

ItemDescription
Inline all invocations and remove the methodSelect this radio button to replace all the method calls with its code and remove the method.
Inline this invocation only and keep the methodUse this option to replace only the current method call.

See Also

Procedures:

Web Resources: