From bd84521c33d744a1e32e2b7d6a1fcc48fa922fbf Mon Sep 17 00:00:00 2001 From: "Oliver B. Fischer" Date: Thu, 13 Aug 2015 21:28:32 +0200 Subject: [PATCH] Added jQAssistant to the list of code analysis tools. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1ebbd69..ff94c99 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ A curated list of awesome Java frameworks, libraries and software. * [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. +* [jQAssistant](http://jqassistant.org/) - Static code analysis with Neo4J based query language for Java and many different tools like Maven * [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.