IntelliJ IDEA 2018.2 Help

Extract Method Object Dialog

Refactor | Extract Method Object


Use this refactoring to extract method object, when Extract Method refactoring is not applicable, because of multiple return values.

Item

Description

Create inner class

Select this option, if you want to extract method object to an inner class. All the local variables will become fields on that class. Specify also name for the class and visibility scope. You can make the class static, if needed.

Create anonymous class

Select this option to an object with the corresponding method.

Parameters

In this area select the variables that will be used as a parameters. Use Move Up/Move Down buttons to reorder parameters/

Last modified: 20 November 2018

See Also