Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.x
-
None
Description
NumberUtils.createNumber("-0.0") returns BigDecimal with 0 signum.
Caused by the implementation not checking for sign when extracting mantissa from the input string.
Expected is that negative Float is returned.