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

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 6
    • Affects Version/s: 6
    • Component/s: 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

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: