Added Codacy
This commit is contained in:
@ -112,6 +112,8 @@ A curated list of awesome Java frameworks, libraries and software.
|
|||||||
## Code Analysis
|
## Code Analysis
|
||||||
|
|
||||||
*Tools that provide metrics and quality measurements.*
|
*Tools that provide metrics and quality measurements.*
|
||||||
|
|
||||||
|
* [Codacy](https://www.codacy.com) - Continuous static analysis, code coverage, and software metrics to automate code reviews.
|
||||||
* [Checkstyle](https://github.com/checkstyle/checkstyle) - Static analysis of coding conventions and standards.
|
* [Checkstyle](https://github.com/checkstyle/checkstyle) - Static analysis of coding conventions and standards.
|
||||||
* [Error Prone](https://github.com/google/error-prone) - Catches common programming mistakes as compile-time errors.
|
* [Error Prone](https://github.com/google/error-prone) - Catches common programming mistakes as compile-time errors.
|
||||||
* [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs.
|
* [FindBugs](http://findbugs.sourceforge.net/) - Static analysis of bytecode to find potential bugs.
|
||||||
|
Reference in New Issue
Block a user