Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Error Prone 2.41.0 source code.tar.gz | 2025-07-24 | 2.4 MB | |
Error Prone 2.41.0 source code.zip | 2025-07-24 | 4.6 MB | |
README.md | 2025-07-24 | 351 Bytes | |
Totals: 3 Items | 7.0 MB | 2 |
New checks:
- EffectivelyPrivate: Detect declarations that have
public
orprotected
modifiers, but are effectively private
Changes:
- Skip BooleanLiteral findings if the target type is boxed (#5134)
Full changelog: https://github.com/google/error-prone/compare/v2.40.0...v2.41.0