Community
Participate
Working Groups
Build Identifier: 20110615-0604 When cleaning up code and I often need to delete unused methods. Deleting a method using the outline just deletes the current implementation/definition without affecting subclasses/implementing types. A hack for deleting concrete methods (shamelessly stolen from http://stackoverflow.com/questions/4700015/i-cant-delete-a-method-using-eclipse-refactoring) is to perform the "Inline method" refactoring after deleting the method body manually - but this does not work for abstract methods since inlining those obviously is not possible. Since the "Change method signature" refactoring is already able to locate all call sites for a given method, implementing this should not be too hard (i guess). Reproducible: Always
Moving to JDT/UI.
*** This bug has been marked as a duplicate of bug 25097 ***