commit | 1aba0b04616d3b6c36ceb0ec43eea229e6716e14 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Aug 15 15:03:07 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Tue Aug 23 09:56:15 2022 -0700 |
tree | f227dac171798869c4e234959edce2219491bc7c | |
parent | aee80390305d8ff8419a60de1f7c9f18bede7f73 [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: I8a507da97e99a7e86577fda91960dd477c0a6af4