Skip to content

Commit 7c603de

Browse files
committed
Merge pull request akullpp#158 from akullpp/add/error-prone
Adds Google's Error Prone
2 parents b558e1a + 80a6adf commit 7c603de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
8585
*Tools that provide metrics and quality measurements.*
8686

8787
* [Checkstyle](http://checkstyle.sourceforge.net/) - Static analysis of coding conventions and standards.
88+
* [Error Prone](https://github.com/google/error-prone) - Catches common Java mistakes as compile-time errors.
8889
* [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs.
8990
* [PMD](http://pmd.sourceforge.net/) - Source code analysis of bad coding practices.
9091
* [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time.

0 commit comments

Comments
 (0)