edu.umd.cs.findbugs.detect
public class Analyze extends Object
Method Summary | |
---|---|
static double | deepInstanceOf(String x, String y)
Given two JavaClasses, try to estimate the probability that an reference
of type x is also an instance of type y. |
static double | deepInstanceOf(JavaClass x, JavaClass y)
Given two JavaClasses, try to estimate the probability that an reference
of type x is also an instance of type y. |
static String | getComponentClass(String refSig) |
static double | isDeepRemote(String refSig) |
static double | isDeepSerializable(String refSig) |
static double | isDeepSerializable(JavaClass x) |
Parameters: x Known type of object y Type queried about
Returns: 0 - 1 value indicating probablility
Parameters: x Known type of object y Type queried about
Returns: 0 - 1 value indicating probablility