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:
parent
f2af075998
commit
80a6adf248
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue