Change method Signature doesn't change the signature of javadoc comments.

for example:


/**

@see #foo(int)
*/

int foo(int a)


if I change foo to bar (with rename), the javadoc #foo changes to #bar.  If I change 
the 
method signature (to remove the int, it doesn't change the javadoc.

Mike
---
[EMAIL PROTECTED]
To obtain my PGP public key, mail "SEND PUB KEY" in the 
subject to "[EMAIL PROTECTED]"


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to