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

REGRESSION: Int. links missing from return/param types when .java files passd in

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 1.4.2
    • 1.4.0, 1.4.1
    • tools
    • mantis
    • generic, x86
    • generic, linux

    Description



      Name: rmT116609 Date: 01/24/2002


      java version "1.4.0-rc"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-rc-b91)
      Java HotSpot(TM) Client VM (build 1.4.0-rc-b91, mixed mode)

      DESCRIPTION OF THE PROBLEM :
      When I call the javadoc with a list of files it does not generate crossreferences between classes/interfaces for the parameter and return values.

      REGRESSION. Last worked in version 1.3.1_02

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      1. Create the following interfaces:
         
         First:

         package de;

         public interface class1 {}

         Second:

         package de;

         public interface class2 {
            public class1 getClass1Object(class1 param);
         }

      2. Optionally create a file which contains both interfaces.

      3. Run javadoc:
         javadoc de/class1.java de/class2.java


      EXPECTED VERSUS ACTUAL BEHAVIOR :
      The parameter and return value of method class2.getClass1Object should be links to class1.

      Actual only the string de.class1 appears.

      This bug can be reproduced always.

      Release Regression From : 1.3.1_02
      The above release value was the last known release where this
      bug was knwon to work. Since then there has been a regression.

      (Review ID: 138599)
      ======================================================================

      Attachments

        Issue Links

          Activity

            People

              gafter Neal Gafter
              rmandalasunw Ranjith Mandala (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: