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

Wrong link in comment of java.text.DateFormatSymbols

XMLWordPrintable

    • b126
    • x86
    • windows_7

      FULL PRODUCT VERSION :
      build 1.7.0-b147

      ADDITIONAL OS VERSION INFORMATION :
        Bug in comment

      A DESCRIPTION OF THE PROBLEM :
      In the source code of this file,
      In the comments of String zoneStrings[][] = null;
      There is:
      <a href="../java/util/TimeZone.html#CustomID">custom IDs</a>.
      This is converted into the serialized-form.html which can be seen at
      http://download.oracle.com/javase/7/docs/api/serialized-form.html 's
      zoneStrings title.
      It should be
      <a href="../../java/util/TimeZone.html#CustomID">custom IDs</a>.

      REGRESSION. Last worked in version 7

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Just read the source code or read the page:
      http://download.oracle.com/javase/7/docs/api/serialized-form.html
      Search for "custom IDs" (Only 1 match)
      And see the target of this link, and this is the BUG

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      ../../java/util
      ACTUAL -
      ../java/util

      REPRODUCIBILITY :
      This bug can be reproduced always.

      SUPPORT :
      YES

            peytoia Yuka Kamiya (Inactive)
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: