Bug in Long.parseUnsignedLong

Louis Wasserman lowasser at google.com
Wed Dec 18 23:51:34 UTC 2013


The Javadoc of Long.parseUnsignedLong specifies that it should throw a
NumberFormatException if "the value represented by the string is larger
than the largest unsigned long, 2^64-1."

This does not appear to be happening:

-- 
Louis Wasserman



More information about the core-libs-dev mailing list