I work in a pretty large Java-project (2500+ classes) that uses an old code standard where all
member variables are prefixed with \"m_\" (e.g m_temperature). There is reall
Theres a question on SC which is about a massive refactoring in java too. The best answer is using japvaparser and implementing a visitor to do the actual refactoring. This shouldn't be that much work for a simple rename.