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

Typo in BigDecimal(String val) - 'e' value written as \u0075 should be \u0065

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 6
    • 6
    • core-libs
    • b45
    • generic
    • generic
    • Verified

      Typo in BigDecimal(String val).

      'e' value is written as \u0075 but \u0075 is 'u'

      In public BigDecimal(String val) constructor
      API doc say
      <doc>
      The exponent consists of the character 'e' ('\u0075') or 'E' ('\u0045') followed by......
      </doc>

      It should be
      <doc>
      The exponent consists of the character 'e' ('\u0065') or 'E' ('\u0045') followed by....
      </doc>





      ###@###.### 2005-05-30 15:36:02 GMT

            darcy Joe Darcy
            savadhansunw Seetharama Avadhanam (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: