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
- Enable/disable patterns by category
- Bug to detect modifying a collection with itself
- Error messages show only the first line of a multi-line fix
- Check for unused AssertJ/FEST boolean assertion (e.g. assertThat(<expr>);)
- Synthetic accessor method generation check.
- Suggested bug pattern: using "nested" method references
- Check for AutoOneOf usage
- Check Identical Methods
- Consider supporting JSR 305 annotations
- Null checks for values that can't possibly be null (Multimap.get, protocol buffer accessors)
- Docs
- Java not yet supported