commit | 1e61afe3ff298202d770f116d819ddd3a2475333 | [log] [tgz] |
---|---|---|
author | Cole Faust <colefaust@google.com> | Mon Aug 15 15:03:09 2022 -0700 |
committer | Cole Faust <colefaust@google.com> | Mon Aug 15 19:00:18 2022 -0700 |
tree | 8d0ebdfcf918fe04b02391741c92a59e48a30845 | |
parent | b5ae476a1aec1851943b62e0519ace76a4b75838 [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: Id10781fbfd3ff45bf984944cea739bd0738500a0