|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.clirr.core.internal.AbstractDiffReporter
net.sf.clirr.core.internal.checks.ClassModifierCheck
Detects changes in class modifiers (abstract, final).
Constructor Summary | |
ClassModifierCheck(ApiDiffDispatcher dispatcher)
Create a new instance of this check. |
Method Summary | |
boolean |
check(JavaType compatBaseLine,
JavaType currentVersion)
|
Methods inherited from class net.sf.clirr.core.internal.AbstractDiffReporter |
getApiDiffDispatcher, getSeverity, getSeverity, getSeverity, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassModifierCheck(ApiDiffDispatcher dispatcher)
dispatcher
- the diff dispatcher that distributes the detected changes to the listeners.Method Detail |
public boolean check(JavaType compatBaseLine, JavaType currentVersion)
check
in interface ClassChangeCheck
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |