Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
I was doing tests and I have found that if you try to create a number using NumberUtils.createNumber and pass it the minimum possible value of a Double and concatenating "D" it returns a decimal
assertTrue(NumberUtils.createNumber("4.9e-324D") instanceof Double); assertTrue(NumberUtils.createNumber("4.9e-324F") instanceof Double);