Package | Description |
---|---|
edu.umd.cs.findbugs.ba |
A bytecode analysis framework for BCEL, providing CFG construction,
generic dataflow analysis, and a variety of specific dataflow analyses.
|
Modifier and Type | Method and Description |
---|---|
MethodHash |
MethodHash.computeHash(org.apache.bcel.classfile.Method method)
Compute hash on given method.
|
MethodHash |
ClassHash.getMethodHash(XMethod method)
Get method hash for given method.
|
Modifier and Type | Method and Description |
---|---|
int |
MethodHash.compareTo(MethodHash other) |
boolean |
MethodHash.isSameHash(MethodHash other)
Return whether or not this method hash has the same value as the one
given.
|
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.