SpotBugs - zhamri/MyClass-Tools GitHub Wiki
Example (Download Source Code):
$ git clone https://github.com/mkyong/maven-examples.git
$ cd maven-static-code-analysis
$ mvn compile site
# view report at target/site/spotbugs.html
References:
- https://spotbugs.github.io/
- https://spotbugs.github.io/spotbugs-maven-plugin/index.html
- https://spotbugs.github.io/spotbugs-maven-plugin/usage.html
- https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html
- https://spotbugs.readthedocs.io/en/latest/maven.html
- https://www.mkyong.com/maven/maven-spotbugs-example/