Skip to content

Commit

Permalink
Merge pull request akullpp#158 from akullpp/add/error-prone
Browse files Browse the repository at this point in the history
Adds Google's Error Prone
  • Loading branch information
akullpp committed May 11, 2015
2 parents b558e1a + 80a6adf commit 7c603de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
*Tools that provide metrics and quality measurements.*

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

0 comments on commit 7c603de

Please sign in to comment.