diff --git a/README.md b/README.md index 60e344c..3c7475a 100644 --- a/README.md +++ b/README.md @@ -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.