Update README.md
Cleaned Code Analysis section of non Java-centric libraries.
This commit is contained in:
@ -149,13 +149,10 @@ A curated list of awesome Java frameworks, libraries and software.
|
||||
*Tools that provide metrics and quality measurements.*
|
||||
|
||||
* [Checkstyle](https://github.com/checkstyle/checkstyle) - Static analysis of coding conventions and standards.
|
||||
* [Codacy](https://www.codacy.com) - Continuous static analysis, code coverage, and software metrics to automate code reviews.
|
||||
* [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.
|
||||
* [Infer](http://fbinfer.com/) - Tool to produce a list of potential bugs.
|
||||
* [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J-based query language.
|
||||
* [PMD](https://github.com/pmd/pmd) - Source code analysis for finding bad coding practices.
|
||||
* [SonarQube](http://www.sonarqube.org/) - Integrates other analysis components via plugins and provides an overview of the metrics over time.
|
||||
* [Spoon](https://github.com/INRIA/spoon/) - Library for analyzing and transforming Java source code.
|
||||
|
||||
## Code Coverage
|
||||
|
Reference in New Issue
Block a user