| 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 void |
ByteCodePatternDetector.reportMatch(ClassContext classContext,
org.apache.bcel.classfile.Method method,
ByteCodePatternMatch match)
Called to report an instance of the ByteCodePattern.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ByteCodePatternMatch> |
PatternMatcher.byteCodePatternMatchIterator()
Return an Iterator over the ByteCodePatternMatch objects representing
successful matches of the ByteCodePattern.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LazyInit.reportMatch(ClassContext classContext,
org.apache.bcel.classfile.Method method,
ByteCodePatternMatch match) |
Copyright © 2003–2015. All rights reserved.