SpotBugs Links ============== This page contains links to related projects, including tools that are similar to SpotBugs. IDE Integration --------------- `m2e-code-quality `_ An Eclipse plugin which configures the FindBugs/SpotBugs Eclipse plugin to match the FindBugs/SpotBugs Maven plugin. `spotbugs-intellij-plugin `_ The SpotBugs Plugin for IntelliJ IDEA. 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 --------------------- `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. `FindBugs-IDEA `_ (outdated) The FindBugs plugin for `IntelliJ IDEA `_.