From 5cf004503920bfcac197bf2425b6dc767c23fc7a Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 25 May 2017 01:08:01 +0200 Subject: [PATCH] Update README.md Cleaned Code Analysis section of non Java-centric libraries. --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 125da17..e292a8b 100644 --- a/README.md +++ b/README.md @@ -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