Hello eap-list, Don't know whether this is a bug or feature (feature I guess :), but it really annoys. Suppose there are 2 classes:
public class Test1 {
public void add (){}
}
public class Test2 {
/**
* add foo.
*/
public void foo (){}
}
now try to rename Test1.add() with "search in comments and strings"
enabled. IDEA will update "add foo" comment as well, though it doesn't
mean Test1.add().
Ok, this example may look stupid, but this is a reflection of real
situation when IDEA has falsely "updated" comments in over than 50
classes..
may be it will be wiser to rename only @see Test.add or #add
occurences? I mean only cases when it is possible to verify that
"add" substring refers to "Test1.add" method..
--
Best regards,
Konstantin mailto:[EMAIL PROTECTED]
smime.p7s
Description: S/MIME Cryptographic Signature
