| commit | fe60c0fe3177416517c4d99c93b25a3f352bd512 | [log] [tgz] |
|---|---|---|
| author | Cole Faust <colefaust@google.com> | Mon Aug 15 15:03:08 2022 -0700 |
| committer | Lorenzo Colitti <lorenzo@google.com> | Mon Aug 22 00:30:47 2022 +0000 |
| tree | 1b4f5f761d2c5fdebf5201509a744c4766b43f79 | |
| parent | 6956ac5eb5adfd702c46887733c16894e6dce9c4 [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: I95b4d0f8d3dfa957285ca94e0846fd3da4734e57