From e690333b84b678c344a78ea8f500e085f274fa0a Mon Sep 17 00:00:00 2001 From: akullpp Date: Thu, 25 May 2017 12:32:51 +0200 Subject: [PATCH] Revert "Remove unpopular Code Analysis" This reverts commit 676c53c1e297ed0cd43f19f90551d92d1c1230a0. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f9d09e..161c892 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ A curated list of awesome Java frameworks, libraries and software. * [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. * [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. * [PMD](https://github.com/pmd/pmd) - Source code analysis for finding bad coding practices. * [Spoon](https://github.com/INRIA/spoon/) - Library for analyzing and transforming Java source code.