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 supported23 Subscribers
Add a CodeTriage badge to error-prone
Help out
- Issues
- Make AssignmentExpression matcher parenthesis-invariant on nested assignments
- 2.50.0 false positive UnrecognisedJavadocTag with Lombok
- Multiple checks are not parenthesis-invariant: matchers don't look through ParenthesizedTree
- InlineMeSuggester: false positive on an anonymous-class override merely annotated `@Deprecated`
- FN: `EqualsUsingHashCode` misses equals() that extracts hashCode() into locals
- `FormatString` false positive on a switch-expression argument to printf("%d", ...)
- `LoopConditionChecker` fails to resolve compile-time constant loop bounds, missing genuine infinite loops
- `AssignmentExpression` matcher is not parenthesis-invariant on nested assignments
- `UnnecessaryStringBuilder` misses the split declaration/assignment form
- `UnnecessaryAsync` misses the split declaration/assignment form
- Docs
- Java not yet supported