I currently use Eclipse to make my java projects. Eclipse allows refactoring of class names, and it will even update references in other classes and xml files to this class. However, you can only refactor one class at a time as far as I know.
Are there any tools available that can refactor a whole directory or sereval directories of .java and .xml files at once ?
Are there any tools available that can refactor a whole directory or sereval directories of .java and .xml files at once ?