Merge pull request #158 from akullpp/add/error-prone

Adds Google's Error Prone
This commit is contained in:
Andreas Kull
2015-05-11 22:05:03 +02:00

View File

@ -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.