public class Coverage
extends java.lang.Object
| Constructor and Description |
|---|
Coverage() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> |
getCrossRef(java.util.Collection<Clazz> source,
java.util.Collection<Clazz> dest)
Create a cross reference table from source to dest.
|
public static java.util.Map<Clazz.MethodDef,java.util.List<Clazz.MethodDef>> getCrossRef(java.util.Collection<Clazz> source, java.util.Collection<Clazz> dest) throws java.lang.Exception
source - The methods that refer to destdest - The methods that are being referred toIOExceptionjava.lang.Exception