https://issues.apache.org/bugzilla/show_bug.cgi?id=43940
--- Comment #41 from Julien Aymé <[email protected]> --- My understanding of Double.toString javadoc is that the contract described in the javadoc is mandatory for every implementation of the JVM. But since I may be wrong, feel free to correct the patch. I implemented this feature using Double comparison since I felt it was faster than doing another indexOf on the String (I may be wrong again :-) ). If you feel strongly for a second check I'll do it. -- You are receiving this mail because: You are the assignee for the bug.
