After using the Move refactor to move a static method to another class,
Javadoc @link references to the moved method in the original class were
corrupted by having the destination class' name appended to the method name
in the link:

{@link #substituteValues substituteValues}

becomes after moving to StringUtil:

{@link #substituteValuesStringUtil substituteValues}

Ciao,
Gordon

--
Sitraka -- the Java advantage
http://www.sitraka.com/


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to