|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteCodePatternMatch | |
---|---|
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 |
Uses of ByteCodePatternMatch in edu.umd.cs.findbugs |
---|
Methods in edu.umd.cs.findbugs with parameters of type ByteCodePatternMatch | |
---|---|
abstract void |
ByteCodePatternDetector.reportMatch(ClassContext classContext,
org.apache.bcel.classfile.Method method,
ByteCodePatternMatch match)
Called to report an instance of the ByteCodePattern. |
Uses of ByteCodePatternMatch in edu.umd.cs.findbugs.ba.bcp |
---|
Methods in edu.umd.cs.findbugs.ba.bcp that return types with arguments of type ByteCodePatternMatch | |
---|---|
java.util.Iterator<ByteCodePatternMatch> |
PatternMatcher.byteCodePatternMatchIterator()
Return an Iterator over the ByteCodePatternMatch objects representing successful matches of the ByteCodePattern. |
Uses of ByteCodePatternMatch in edu.umd.cs.findbugs.detect |
---|
Methods in edu.umd.cs.findbugs.detect with parameters of type ByteCodePatternMatch | |
---|---|
void |
BCPMethodReturnCheck.reportMatch(ClassContext classContext,
org.apache.bcel.classfile.Method method,
ByteCodePatternMatch match)
Deprecated. |
void |
LazyInit.reportMatch(ClassContext classContext,
org.apache.bcel.classfile.Method method,
ByteCodePatternMatch match)
|
|
FindBugs™ 1.3.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |