| java.lang.Object net.sf.clirr.core.internal.AbstractDiffReporter net.sf.clirr.core.internal.checks.MethodSetCheck
MethodSetCheck | public MethodSetCheck(ApiDiffDispatcher dispatcher, ScopeSelector scopeSelector)(Code) | | Instantiates the check.
Parameters: dispatcher - the dispatcher where detected differences shoudl be reported. Parameters: scopeSelector - defines the scopes to look at when searching for differences. |
Methods inherited from net.sf.clirr.core.internal.AbstractDiffReporter | final protected ApiDiffDispatcher getApiDiffDispatcher()(Code)(Java Doc) final protected Severity getSeverity(JavaType clazz, Severity sev)(Code)(Java Doc) final protected Severity getSeverity(JavaType clazz, Method method, Severity sev)(Code)(Java Doc) final protected Severity getSeverity(JavaType clazz, Field field, Severity sev)(Code)(Java Doc) final protected void log(Message msg, Severity severity, String clazz, Method method, Field field, String[] args)(Code)(Java Doc)
|
|
|