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

Long's constructor throws NumberFormatException if value passed as string

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • None
    • 1.3.0
    • core-libs
    • generic
    • generic



      Name: krT82822 Date: 11/04/99


      11/4/99 eval1127@eng -- (filed as "generic", but must be win32, based on native threads designation below)
      Problem still exists in kestrel-RA, so have changed release to kestrel-beta

      Double's constructors accept a string version of the value, but Long's constructors do not. We should either fix the inconsistency, or at least document it.

      -----------------

      Classic VM (build JDK-1.2.2-001, native threads, symcjit)

      Other primitive wrapper class constructors that take a String can handle the
      type designator, but Long cannot.
      Double d = new Double("1.2D") ; //works
      Long l = new Long("1234L"); //fails with a NumberFormatException
      Long n = new Long("0xBAD"); //also fails with a NumberFormatException
      (Review ID: 97502)
      ======================================================================

            jjb Josh Bloch
            kryansunw Kevin Ryan (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: