mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
Biggest change is that UnusedVariable and UnusedMethod went to WARN by default. Since our build is a no warning build this means we either need to turn them off or fix them. I mostly opted for the latter. Test code was mostly fixed, unused loggers were deleted, and other shipped code was mostly suppressed. Two less noisy fixes to not use `SortedSet` and to use zero based comparable results instead of -1, 0, and 1. Also a compiler nit in errorprone was suppressed, per the description it won't affect us. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>