Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.53 KB

links.rst

File metadata and controls

40 lines (27 loc) · 1.53 KB

SpotBugs Links

This page contains links to related projects, including tools that are similar to SpotBugs.

SpotBugs Plugins

fb-contrib
A FindBugs/SpotBugs plugin for doing static code analysis on java byte code.
Find Security Bugs
A FindBugs/SpotBugs plugin for security audits of Java web applications.
findbugs-slf4j
A FindBugs/SpotBugs plugin to verify usage of SLF4J.

Similar/Related Tools

FindBugs-IDEA
The FindBugs plugin for IntelliJ IDEA.
sonar-findbugs
A SonarQube plugin which provides rules based on SpotBugs and its major plugins.
Checkstyle
A style checker for Java.
PMD
An extensible cross-language static code analyzer.
huntbugs
New Java bytecode static analyzer tool based on Procyon Compiler Tools aimed to supersede the FindBugs.
Google Error Prone
A static analysis tool for Java that catches common programming mistakes at compile-time.
Checker Framework
A pluggable type-checking for Java.