I have a method that I want to delete. This method is called from n number of classes. I want to remove this method using refactoring, and also force eclipse to delete all calls to this method, and not go and clear in every file. I could not find a direct way to do this from refactoring (I use ganymede)
eclipse refactoring
rabbit
source share