Add SonarJava to Code Coverage

Probably the most powerful static analyzer for Java
This commit is contained in:
heldev
2017-12-09 12:03:01 -05:00
parent caa9df407a
commit 5040349b1d

View File

@ -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.