IntelliJ IDEA 2016.3 Help

Push Members Down Dialog

Refactor | Push Members Down


Use this dialog to push selected members down to immediate subclass.

ItemDescription
Members to be pushed downIn this area, select the members you want to move.
Keep abstractSelect this check box to preserve moved method as abstract.
JavaDoc for abstracts In this area, select the action to be applied on the JavaDoc.
  • To leave it where it is, select the As is option.
  • To copy it to the destination superclass (subclass) or interface (subinterface), select the Copy option.
  • To move it to the destination subclass or subinterface, select the Move option.

See Also

```
Last modified: 21 March 2017