1. 11 Nov, 2015 8 commits
  2. 10 Nov, 2015 9 commits
  3. 09 Nov, 2015 7 commits
  4. 07 Nov, 2015 1 commit
  5. 06 Nov, 2015 13 commits
  6. 05 Nov, 2015 2 commits
    • Change-Id: Ic1f2552f1a91779ee8b2a976ebe316981e6897df
      Charles Chan authored
    • - 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
      HIGUCHI Yuta authored