commit | 1bb113c2fc45245e2c8bf65af51fcc070023f4ce | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Aug 15 15:03:03 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Aug 15 18:24:25 2022 -0700 |
tree | a67760f3f44c2eec00fca3615617dcc4558f164d | |
parent | de0317677b52d19d6065e68be742a19e8bec2bbe [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: Iaecb05992482dfea041e51e3978d0d51d4ca2ce8