Merge pull request #158 from akullpp/add/error-prone
Adds Google's Error Prone
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user