1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00

Adds Google's Error Prone

This commit is contained in:
Andreas Kull 2015-05-11 21:19:55 +02:00
parent f2af075998
commit 80a6adf248

View file

@ -84,6 +84,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.