Author:  Mike Atkinson Software
Release Notes
Download
Contributors

Previous Page

Software::JRefactory - Remove Class

Next Page

Remove Empty Class

This refactoring allows you to undo the add abstract parent class refactoring or the add child class refactoring. It takes a class that has no fields or methods, and removes it from the system. Where it is referenced in other java classes, it is replaced with the removed class's parent class.

To remove a class, press the right mouse button on the class to be removed. Select "Type refactorings" and then "remove class" from the popup menu.

Previous Page

Last Modified: October 7, 2003

Previous Page