j.u.Objects follow-up: deepEquals(Object, Object)?

Joshua Bloch jjb at google.com
Mon Oct 12 22:42:17 UTC 2009


Joe,
I don't feel too strongly about this one.  Do the right thing.

           Josh

On Mon, Oct 12, 2009 at 10:40 AM, Joseph D. Darcy <Joe.Darcy at sun.com> wrote:

> Joshua Bloch wrote:
>
>> I don't think method really pays for itself.  If it belongs anywhere, it
>> belongs in java.util.Arrays.
>>
>>          Josh
>>
>
> I think there is room in the platform for this functionality.  Even if this
> is mostly used in tests, code used in tests is code too :-)
>
> I think Objects is a better home for deepEquals(Object, Object) than Arrays
> since the arguments are not arrays and since it is a sibling method to
> equals(Object, Object).
>
> -Joe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/core-libs-dev/attachments/20091012/1dc2f29c/attachment.html>


More information about the core-libs-dev mailing list