cushon / issues-import

0 stars 0 forks source link

ArrayHashCode doesn't catch some cases #244

Open cushon opened 9 years ago

cushon commented 9 years ago

Original issue created by eaftan@google.com on 2014-03-21 at 11:09 PM


For example:

Object foo, bar; byte[] baz; Objects.hashCode(foo, bar, baz);

This will cause the hashcode to be based on the identity of baz rather than its contents.