Author:  Mike Atkinson Software
Release Notes
Download
Contributors

Previous Page

Software::JRefactory - Push up Abstract Method

Next Page

Push Up Abstract Method

This refactoring moves a method's abstract signature into the parent class. When the method is moved to the parent class, the protections on the method become "Protectted" and the appropriate import statements are added to the parent class.

To push up a method, right click on the method, select "Method Refactorings", and select push up.

Warning: If all child classes of the parent class don't implement the newly pushed up method, they will not compile.

Previous Page

Last Modified: October 7, 2003

Previous Page