I am trying to re factor some code by breaking a class into several other classes. to do so i want to move some methods already existing in my old class to new class. But these methods are being referred in a lot of places and manually updating the references seems tiresome. So is there any way to move methods as well as update their references in eclipse?
I would do it this way:
Also a good book for learning how to apply re-factoring patterns is Working Effectively with Legacy Code