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
If you are using eclispe IDE, you can do it in easy manner.
eclispe
Steps:
even in netbeans you can follow same steps. The IDE finds the reference and usages and replace it all.
netbeans