Sourced from com.google.errorprone:error_prone_core's releases.
Error Prone 2.27.1
This release contains all of the changes in 2.27.0, plus a bug fix to
ClassInitializationDeadlock
(google/error-prone#4378)Full Changelog: https://github.com/google/error-prone/compare/v2.27.0...v2.27.1
464bb93
Release Error Prone 2.27.1bc3309a
Flag comparisons of SomeEnum.valueOf(...)
to
null
.6a8f493
Don't scan into nested enums in ClassInitializationDeadlockc8df502
Make the logic of detecting at least one allowed usage more
explicit.