JDK-7192954 : Fix Float.parseFloat to round correctly and preserve monotonicity.
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-08-21
  • Updated: 2013-10-21
  • Resolved: 2013-06-21
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b98Fixed
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
This is a SUNBUG for 100208: https://bugs.openjdk.java.net/show_bug.cgi?id=100208

Patch including both the logic fix and the test.

Revised version of the patch versus JDK8 attached as ParseFloat.patch.

Comments
This is not duplicate of 6358355, at least not a direct duplicate. It is possible that there is duplication via forked code but this remains to be investigated.
21-02-2013