The error highlighting is marking a link in a Javadoc block as an error
because it can't resolve the symbol referenced. The context looks like this:

public class Foo {

protected void blah() {
}

/**
 * See the method {@link #blah() blah}
 */
protected static class InnerFoo {
}

The error would state that it couldn't resolve the symbol "blah()". If I add
the classname like so:

{@link Foo#blah() blah}

Then it's happy. But the actual javadoc tool, processes the shortened form
without a complaint and generates the correct link in the HTML.

Ciao,
Gordon

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


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

Reply via email to