Refactoring Ideas: Replace static method

Replace all calls to one static method with calls to another static method (can be done by replacing the implementation then doing an “inline”, but it could be one command). For example, this would be useful when replacing one utility library (bespoke) with another (commons-lang).

Leave a Reply

Your email address will not be published. Required fields are marked *