Javadoc - @see can't see abstract classes?

From: Bruno Beloff (bruno.beloff_at_opmath.com)
Date: 11/28/03


Date: Fri, 28 Nov 2003 18:44:32 +0000

Hi

I've got a problem with getting @see to see an abstract class in another
package. In the Javadoc I'm writing, I have:

     * @see com.opmath.util.html.Countries

This results in the message:

    javadoc: warning - Tag @see: Class or Package not found:
com.opmath.util.html.Countries

The strange thing is that if I have an alternative link:

     * @see com.opmath.util.html.Select

Everything works fine. The classes 'Countries' and 'Select' are in the same
package, in the same JAR file (on my javadoc classpath), and their online
javadocs are at the same place:

http://www.opmath.com/components/utilities/1.3/docs/api/com/opmath/util/html
/package-summary.html

The only difference I can see is that 'Countries' is abstract, and 'Select'
isn't. Incidentally, if I use the alternative javadoc @see form:

     * @see <a
href="http://www.opmath.com/components/utilities/1.3/docs/api/com/opmath/uti
l/html/Countries.html">com.opmath.util.html.Countries</a>

This works okay.

What's up?

    Bruno.



Relevant Pages

  • Re: Newbie wants to self-taught java
    ... There is a much better one, an Eclipse plugin. ... SWT package (the most professionally packaged package I own, ... and it has some instructions to make the SWT ... Where can I get that Javadoc? ...
    (comp.lang.java.programmer)
  • Re: Javadoc question re Eclipse
    ... >> I've just discovered that it is possible to create package-level Javadoc ... >> when I'm using Eclipse. ... The documentation seems to be saying that I ... >> I tried creating a Class named package-info in Package Explorer within ...
    (comp.lang.java.programmer)
  • Re: nullpointerexception
    ... JAI is not a package most people use. ... So how about you quote the ... javaDoc for create, and also post your code for the create call along ... with the code you use to declare the various parameters. ...
    (comp.lang.java.help)
  • Re: non-static method split(java.lang.String) cannot be referenced from a static context
    ... Reading javadoc carefully should solve them. ... > public class Blah { ... compile. ... method [this is a package, so there is no mainmethod]). ...
    (comp.lang.java.help)
  • JWS Tutorial: JAXB Example
    ... I'm having problems in compiling the unmarshal-read example. ... Generating Javadoc ... Loading source files for package primer.po... ... Building index for all the packages and classes... ...
    (comp.lang.java.help)