Sourced from com.google.errorprone:error_prone_core's releases.
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: https://github.com/google/error-prone/compare/v2.24.1...v2.25.0
e353c91
Release Error Prone 2.25.0ae3a19f
Add some known thread safe types to[]4f060e1
Add a test case demonstrating a CanIgnoreReturnValueSuggester
bug.a1f4fa7
Drop diagnostics that are reported inside ErrorProneTokens32312a2
Update Android API diffb799927
Automatic code cleanup.68badf0
ErrorProne: Update TestParameterInjector version3ff139f
Automatic code cleanup.0bd7432
Rollforward of https://github.com/google/error-prone/commit/654d1dbf1e6dd652c...5f20325
Fix typos