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

BigDecimal, BigInteger and Long handling in nashorn

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • 8
    • 8
    • core-libs
    • None
    • b98
    • generic
    • generic

      Nashorn checks "instanceof Number" or Number.class.isAssignableFrom(objClass) in a number of places. THis is problematic as user would expect java.math.BigDecimal, java.math.BigInteger, java.lang.Long to be printed/shown not a doubles but as real "big" values.

        There are no Sub-Tasks for this issue.

            jlaskey Jim Laskey
            sundar Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: