commit | f93da9989a7cdfe4028d27e5c8b4f9b74bc9bfe4 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Aug 15 19:06:05 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Aug 15 19:06:05 2022 -0700 |
tree | e7879b15519a62f5552cfc894d8449f8d8c7449f | |
parent | 62b45e2d6a569db801bee5941da331052982081f [diff] |
Fix array-related errorprone warnings The ArrayEquals, ArrayHashCode, ArrayToString, and ArraysAsListPrimitiveArray errorprone findings were demoted from errors to warnings. Fix existing occurrences of them so they can be made errors again. Bug: 242630963 Test: RUN_ERROR_PRONE=true m javac-check Change-Id: Id3acee967ba2d2d3cd9e377a8e1049d2f0158b7a