Hi,

encountered the following bug in #602:

Error highlighting within @link-Tag in javadoc
works well for a method description, but fails in one
situation in a parameter description.

A class C in the same package is referenced by {@link C},
where {@link #C} is wrong. If I write {@link #C} in the method
comment, the error is discovered and highlighted. If I do
the same thing in a parameter description
(@param p whatsoever {@link #C} whatsoever), it is not highlighted.

(Wrong class references in @link-Tags in the parameter description
are discovered and highlighted).

Best regards,
              Peter

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

Reply via email to