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
- PatternMatchingInstanceof misses casts with a parenthesized operand `(T)(x)`
- 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
- disableWarningsInGeneratedCode does not suppress warnings for jakarta.annotation.Generated
- StringConcatToTextBlock fails for class with @RequiredArgsConstructor
- `DefaultLocale` is too coarse-grained
- Docs
- Java not yet supported