| name | spotbugs |
| description | Use when the user wants to scan compiled Java bytecode (.class / .jar / .war) for bug patterns - null-pointer dereferences, concurrency / multithreading mistakes, performance smells, security flaws, dodgy code, or known-bad API misuse. |
spotbugs
When to use
See references/when-to-use.md. Load only when this section is needed.
Invocation
See references/invocation.md. Load only when this section is needed.
Patterns
See references/patterns.md. Load only when this section is needed.
Anti-patterns
See references/anti-patterns.md. Load only when this section is needed.
Cross-refs
See references/cross-refs.md. Load only when this section is needed.