javadoc does not generate a link for a method from a foreign package

XMLWordPrintable

    • Type: Bug
    • Resolution: Duplicate
    • Priority: P4
    • None
    • Affects Version/s: 1.4.1
    • Component/s: tools



      Name: rmT116609 Date: 02/12/2003


      FULL PRODUCT VERSION :
      javadoc -J-version
      java version "1.4.1"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
      Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)

      FULL OS VERSION :
      Microsoft Windows 2000 [Version 5.00.2195]

      A DESCRIPTION OF THE PROBLEM :
      Javadoc does not produce a link for a method in a foreign package.


      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Execute:

      javadoc -link "http://java.sun.com/j2se/1.4/docs/api/" -sourcepath . cat.java



      EXPECTED VERSUS ACTUAL BEHAVIOR :
      <dt><b>See Also:</b><dd>
      <code>
        <a HREF="http://java.sun.com/j2se/1.4/docs/api/java/lang/System.html#getProperties()">System.getProperties()</a>
      </code></dl>
      <dt><b>See Also:</b><dd><code>System.getProperties()</code></dl>

      ERROR MESSAGES/STACK TRACES THAT OCCUR :
      no messages

      REPRODUCIBILITY :
      This bug can be reproduced always.

      ---------- BEGIN SOURCE ----------
      public class cat
      {
        /**
         * @see java.lang.System#getProperties()
         */
        public static void main(String[] args)
        {
        }
      }
      ---------- END SOURCE ----------


      (Review ID: 181164)
      ======================================================================

            Assignee:
            Unassigned
            Reporter:
            Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: