commit | c5ef2907c91717e5d87d25ade03c415820a9f293 | [log] [tgz] |
---|---|---|
author | Cole Faust <[email protected]> | Mon Aug 15 15:03:05 2022 -0700 |
committer | Cole Faust <[email protected]> | Mon Aug 15 18:48:25 2022 -0700 |
tree | ec017971dbbc2384e6c41ab98e55967d87734e18 | |
parent | 3096abd213784b11ade999389f6af7899a7e27f3 [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: I29b5f3fc145b5eccd23d7f1d04efd087d0aae33b