Software
Download Contributors |
Software::JRefactory - Remove Class |
||
Remove Empty ClassThis 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. |
|||
Last Modified: October 7, 2003 |