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

JavaDoc of CompactNumberFormat points to wrong enum

    XMLWordPrintable

Details

    • b21
    • x86_64
    • windows_10
    • Not verified

    Description

      A DESCRIPTION OF THE PROBLEM :
      The JavaDoc of CompactNumberFormat in line 209 points to a wrong enum
      "@see CompactNumberFormat.Style"
      should be
      "@see NumberFormat.Style"

      REGRESSION : Last worked in version 14.0.1

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      Open the source file CompactNumberFormat.java

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      "@see NumberFormat.Style"
      in line 209.
      ACTUAL -
      "@see CompactNumberFormat.Style"
      in line 209.

      FREQUENCY : always


      Attachments

        Activity

          People

            naoto Naoto Sato
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: