public class WarningsFinder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<InvocationMatcher> |
baseAllInvocations |
private java.util.List<Invocation> |
baseUnusedStubs |
Constructor and Description |
---|
WarningsFinder(java.util.List<Invocation> unusedStubs,
java.util.List<InvocationMatcher> allInvocations) |
Modifier and Type | Method and Description |
---|---|
void |
find(FindingsListener findingsListener) |
private final java.util.List<Invocation> baseUnusedStubs
private final java.util.List<InvocationMatcher> baseAllInvocations
public WarningsFinder(java.util.List<Invocation> unusedStubs, java.util.List<InvocationMatcher> allInvocations)
public void find(FindingsListener findingsListener)