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 (
void log(String)
Try refactor using intellij. It has a feature called SSR (Structural Search and Replace). You can refer classes, method names, etc for a context. (seanizer's answer is more promising, I upvoted it)