Renaming a lot of variables in many Java classes at once

前端 未结 6 1125
清酒与你
清酒与你 2021-01-04 01:51

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

6条回答
  •  旧时难觅i
    2021-01-04 02:02

    I don't know if this can work. But I find this link to find and replace all occurence in a project using IntelliJ.

    http://www.jetbrains.com/idea/webhelp/finding-and-replacing-text-in-project.html

提交回复
热议问题