IntelliJ IDEA 2018.2 Help

Convert to Instance Method Dialog

Refactor | Convert to Instance Method

Item

Description

Select an instance parameter

Select the class you want the method to belong to after the conversion. All the usages of this class inside the method are replaced with this.

Visibility

In this area you can change the visibility scope of the converted method. By default the converted method will have no scope declaration (equivalent to public ).

Last modified: 20 November 2018

See Also