From 5040349b1dadb0fc78e1736fea9fb2b75d5b59e3 Mon Sep 17 00:00:00 2001 From: heldev Date: Sat, 9 Dec 2017 12:03:01 -0500 Subject: [PATCH] Add SonarJava to Code Coverage Probably the most powerful static analyzer for Java --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0be58de..8f43074 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Infer](https://github.com/facebook/infer) - Modern static analysis tool for verifying the correctness of code. * [jQAssistant](https://jqassistant.org/) - Static code analysis with Neo4J-based query language. * [PMD](https://github.com/pmd/pmd) - Source code analysis for finding bad coding practices. +* [SonarJava](https://github.com/SonarSource/sonar-java) - Java static analyzer for SonarQube & SonarLint. * [Sourcetrail ![c]](https://www.sourcetrail.com) - Visual source code navigator. * [Spoon](https://github.com/INRIA/spoon/) - Library for analyzing and transforming Java source code.