Closed GoogleCodeExporter closed 8 years ago
Number 1 is not an issue. My mistake! please disregard
Original comment by bric...@gmail.com
on 17 Apr 2013 at 8:04
I added checks for Byte, Integer, Short, Long, Float, and Double. If it's one
of those, it will return how you would expect it to. However, if it's anything
else, it will just return the result of object.toString(). If the class doesn't
have that method overriden, then you will get the result above, which I believe
is the hashcode of the object.
Original comment by IMPINC...@gmail.com
on 27 Apr 2013 at 6:16
Original comment by IMPINC...@gmail.com
on 28 Apr 2013 at 8:37
Can you clarify what you mean for the non byte, Integer, short, Long, Float,
and Double? Sorry, I'm just not following.
Original comment by bric...@gmail.com
on 29 Apr 2013 at 2:33
Original comment by IMPINC...@gmail.com
on 30 May 2013 at 12:04
Original issue reported on code.google.com by
bric...@gmail.com
on 17 Apr 2013 at 7:39