Skip to content

2021-September-12 - Prerelease - 2.6.372

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Sep 19:41
337274a
Remove errorprone static analysis (#9604)

Removing for a number of reasons:
- relatively significant false positive rate
- redundancy with other static checkers means we do  not get a lot of unique benefit.
- error prone is somewhat brittle by wrapping javac
- stuck on an older version
- does not play well with lombok
- failures during javac due to error prone does  not play well with other tooling that well.
  Notably we want each static check to fail independently  and not have a case where 
  everything fails because of an error prone violation.

Further discussion in: #9599