guochaiqi / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

JsonPrimitive.equals() should work with BigInteger and BigDecimal #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://groups.google.com/group/google-
gson/browse_thread/thread/f6be51f5c5cf7168?hl=en

Original issue reported on code.google.com by inder123 on 19 Aug 2009 at 9:15

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r447.

Original comment by inder123 on 23 Sep 2009 at 6:54

GoogleCodeExporter commented 9 years ago
Fixed in r447

Integral values (byte, short, integer, long, BigInteger) are now comparable to 
each other.
Floating point values (float, double, BigDecimal) are now comparable to each 
other.

Original comment by inder123 on 23 Sep 2009 at 6:54