How to do mass variable substitution in a specific class in NetBeans IDE?
For example, I have int myNumber = 2;, and I have int mySecondNumber = 4;.
If a myNumberlot of places are common in my class. I want to be able to replace all of them with mySecondNumber.
Thanks for the help in advance!
source
share