Uses of Class
edu.umd.cs.findbugs.ba.MethodHash
Packages that use MethodHash
Package
Description
A bytecode analysis framework for BCEL, providing CFG construction, generic
dataflow analysis, and a variety of specific dataflow analyses.
-
Uses of MethodHash in edu.umd.cs.findbugs.ba
Classes in edu.umd.cs.findbugs.ba that implement interfaces with type arguments of type MethodHashModifier and TypeClassDescriptionclassCompute a hash of the bytecode for given method.Fields in edu.umd.cs.findbugs.ba with type parameters of type MethodHashMethods in edu.umd.cs.findbugs.ba that return MethodHashModifier and TypeMethodDescriptionMethodHash.computeHash(org.apache.bcel.classfile.Method method) Compute hash on given method.ClassHash.getMethodHash(XMethod method) Get method hash for given method.Methods in edu.umd.cs.findbugs.ba with parameters of type MethodHashModifier and TypeMethodDescriptionintMethodHash.compareTo(MethodHash other) booleanMethodHash.isSameHash(MethodHash other) Return whether or not this method hash has the same value as the one given.