error-prone
https://github.com/google/error-prone
Java
Catch common Java mistakes as compile-time errors
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Java not yet supported20 Subscribers
Add a CodeTriage badge to error-prone
Help out
- Issues
- fail if there any problems are detected, but report all problems found
- DistinctVarargsChecker produces a lot of false positives
- Exempt com.fasterxml.jackson.annotation.JsonProperty from UnusedVariable
- Allow to defuse `-XepDisableAllChecks` by `-XepEnableAllChecks` if it is present in javacopts later.
- Refactored data clumps with the help of LLMs (research project)
- FORCE on check
- Allow lambdas and method references referencing subclasses
- SelfAssignment false positive with casting a float variable to int
- FormatStringAnnotation checker is annoyingly stricter than FormatString
- False UnusedVariable warning for method parameters only used in overridden implementations
- Docs
- Java not yet supported