Merge pull request #645 from heldev/add-sonar-java

Add SonarJava
This commit is contained in:
Andreas Kull
2017-12-12 08:29:01 +01:00
committed by GitHub

View File

@ -132,6 +132,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [jQAssistant](https://jqassistant.org/) - Static code analysis with Neo4J-based query language.
* [NullAway](https://github.com/uber/NullAway) - Eliminates NullPointerExceptions with low build-time overhead.
* [PMD](https://github.com/pmd/pmd) - Source code analysis for finding bad coding practices.
* [SonarJava](https://github.com/SonarSource/sonar-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.
* [Spotbugs](https://github.com/spotbugs/spotbugs) - Static analysis of bytecode to find potential bugs.