sonar-findbugs-plugin
com.github.spotbugs
SpotBugs is a program that uses static analysis to look for bugs in Java code. It can detect a variety of common coding mistakes, including thread synchronization problems, misuse of API methods.
Recommended: 4.7.0 42 versions sonar-plugin Updated 1 year ago GNU LGPL 3Checking...
Add to your project4.7.0
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>sonar-findbugs-plugin</artifactId>
<version>4.7.0</version>
</dependency>Version Details — 4.7.0
Packaging
sonar-plugin
Direct Deps
0
Total Deps
0
Published
Unknown
License
GNU LGPL 3
SpotBugs is a program that uses static analysis to look for bugs in Java code. It can detect a variety of common coding mistakes, including thread synchronization problems, misuse of API methods.
Checking security advisories...