Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4297039

JavaDoc {@link} tag works incorrectly with -link option

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.2.2, 1.3.0
    • tools
    • generic, x86
    • generic, windows_nt



      Name: mc57594 Date: 12/05/99


      java version 1.2.2 (native threads)

      Using javadoc -link http://other.site/other.file with {@link } tags does not
      work correctly. The @link reports an error that it cannot find an object when it
      should be available from the -link site.

      Using an @see tag works correctly, but the {@link } tag fails to lookup the
      value from the -link site:

      javadoc -link file:///c:/java/12/docs

      /**
       * Some documentation using {@link java.io.OutputStream}.
       * @see LocalClassName
       * @see java.io.OutputStream
       */

      > error: cannot find file java.io.OutputStream

      <HTML>
      Some documentation using java.io.OutputStream

      <B>See also:</B>
      <A href="LocalClassName.html">LocalClassName</A>, <A
      href="file://c:/java/12/docs/java/io/OutputStream.html">java.io.OutputStream</A>
      </HTML>
      (Review ID: 98550)
      ======================================================================

            gafter Neal Gafter (Inactive)
            mchamnessunw Mark Chamness (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: