I need to change the signature of a method used all over the codebase.
Specifically, the method void log(String)
will take two additional arguments (
I think that there are several steps to dealing with this, as it is not just a technical issue but a 'situation':
I have used Eclipse refactoring on quite large changes for fixing old smelly code - nowadays it is fairly robust.