Error Prone 2.25.0
New checks:
JUnitIncompatibleType
: Detects incompatible types passed to an assertion, similar toTruthIncompatibleType
RedundantSetterCall
: Detects fields set twice in the same chained expression. Generalization of previousProtoRedundantSet
check to also handle AutoValue.
Closed issues: #4195, #4224, #4228, #4248, #4249, #4251
Full Changelog: v2.24.1...v2.25.0