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

setMaximumFractionDigits can lead to ArrayIndexOutOfBoundsException

XMLWordPrintable

    • 1.2beta3
    • x86
    • windows_nt
    • Not verified



      Name: diC59631 Date: 12/11/97


      The following code:

        NumberFormat fmt = NumberFormat.getPercentInstance();
        fmt.setMaximumFractionDigits(20);
        System.err.println(fmt.format(.001));

      yields an ArrayIndexOutOfBoundsException from
      within DecimalFormat.format()
      (Review ID: 21714)
      ======================================================================

            duke J. Duke
            dindrigo Daniel Indrigo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: