|
+1
When renaming a field of a class, IDEA should ask
if you would also like any getter/setters to be renamed as well. You
might want to do the getter/setter method finding in a case-insensitive
manner. That's because, for example, a field named "uri"
will probably have a getter named "getURI" instead of "getUri".
~ David
Smiley
|