-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 2.6
-
Fix Version/s: None
-
Component/s: utilities
-
Labels:
-
Environment:Operating System: All
Platform: PC
The new DoubleFormatUtil class fails to format correctly doubles near Double.MIN_VALUE (0 <= value <= 1e-300) with precision between 300 and 340.
I fixed the DoubleFormatUtil class and added a test case which shows the issue.