| Package | Description |
|---|---|
| edu.umd.cs.findbugs |
Main package for the FindBugs application - contains the engine class
(
FindBugs), the object model classes for bug
instances (BugInstance,
BugAnnotation), and other miscellany. |
| edu.umd.cs.findbugs.ba.bcp | |
| edu.umd.cs.findbugs.detect |
| Modifier and Type | Method and Description |
|---|---|
abstract ByteCodePattern |
ByteCodePatternDetector.getPattern()
Get the ByteCodePattern for this detector.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCodePattern |
ByteCodePattern.add(PatternElement element)
Add a PatternElement to the end of the pattern.
|
ByteCodePattern |
ByteCodePattern.addWild(int numWild)
Add a wildcard to match between 0 and given number of instructions.
|
ByteCodePattern |
ByteCodePattern.setInterElementWild(int numWild)
Set number of inter-element wildcards to create between explicit
PatternElements.
|
| Constructor and Description |
|---|
PatternMatcher(ByteCodePattern pattern,
ClassContext classContext,
org.apache.bcel.classfile.Method method)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ByteCodePattern |
LazyInit.getPattern() |
SpotBugs is licensed under the LGPL.