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

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

XMLWordPrintable

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



      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)
      ======================================================================

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: