Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.8.1
-
None
-
None
-
Tested on Linux with OpenJDK 10.0.2 and Windows with Oracle Java 8 Update 201.
Description
From the Javadocs:
Parsable numbers include those Strings understood by ... Double.parseDouble(String).
Double.parseDouble("100.") returns a valid double (it does not throw a NumberFormatException); however, NumberUtils.isParsable("100.") returns false.
Attachments
Issue Links
- links to