I have jus't renamed a firePropertyChange(...) method on class X with no descendents.
As this method is used a lot, there where a lot of commented calls in other source files, but not with relation to this particular class X. It seems to me that search in strings should be done only in files that reference class X or a descendent of class X: 1. Files in other packages that import (a descendant of) class X . 2. Files on the current package that use (a descendant of) class X. This would help reduce the number of extraneous strings found on a refactoring. Does this make sense? Carlos -- Carlos Costa e Silva <[EMAIL PROTECTED]> _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-features
