Ability to replace references in method of a property/constant/method easily
We are going to a process where we are deciding to change some classes reference from read-only to protected. This means we need to change a property's reference to the "getXXX()" method. Since there are 500+ references to this property, we need t...