commit | 7ad99e3431071648455961b3dac85e65b7ca3b5e | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Aug 15 15:03:08 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Aug 15 18:54:02 2022 -0700 |
tree | 122c6352c5a49f417dd0b975def632d3d14106b2 | |
parent | a9786e84d99f2a56b6810483009766fb7a6ee034 [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: I689397a7196277de3fd301836e72f7555e2036cb