commit | 6ccc60389208beb2143415179ee34e1e18c5dce5 | [log] [tgz] |
---|---|---|
author | HIGUCHI Yuta <y-higuchi@ak.jp.nec.com> | Thu Oct 29 23:26:51 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Nov 05 21:47:59 2015 +0000 |
tree | 408c92254f168bfa8e75824b4f05038a5f64b8bc | |
parent | 8ec0ec43d4de316068aad979a4894d945e5ae1a2 [diff] |
Avoid use of Objects.hash when there's only 1 params - directly call #hashCode() when hashed Object seems non-null - replace with Objects.hashCode(Object) when Nullable - replace with Long.hashCode(long), etc. when primitive Change-Id: I08c24ebbe94cf4162d1491209a14baf953163e41