commit | 584140c83a456b5de99880b440c2d5dfc3c70506 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Aug 15 15:03:05 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Thu Aug 25 10:57:12 2022 -0700 |
tree | 7f2df72704c4b9545e7a53cdcad13dad75296d65 | |
parent | b09fa7a10668b3e157a3d0a52314820f458d8718 [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: Ia6f216cc36ad0a5758f39fd9b34962cd4adf9d8e