Closed GoogleCodeExporter closed 9 years ago
Do you have two example values I can use to create a unit test to verify the
issue
and make sure it doesn't come up again?
Original comment by eric.dalquist
on 27 May 2010 at 1:10
I've committed a fix. Now the only special number handling that exists is for
Double
and Long. Long values are used directly and Double values are used via
doubleToLongBits which ensures that all of the bits of the Double are correctly
used
in the hash.
A test case would still be appreciated.
Original comment by eric.dalquist
on 28 May 2010 at 9:52
Thanks for the fix!
Here's a simple test case.
Thanks,
Adam
Original comment by adam.coh...@gmail.com
on 21 Jun 2010 at 9:09
Attachments:
Thanks for the patch. I'll add those tests to both the 1.0 and 1.1 branches to
make sure we don't have a regression here.
Original comment by eric.dalquist
on 21 Jun 2010 at 4:00
Original issue reported on code.google.com by
adam.coh...@gmail.com
on 27 May 2010 at 10:33