|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckerException | |
---|---|
net.sf.clirr.core | Clirr throws events when it finds api changes. |
net.sf.clirr.core.internal | The framework that is used by the individual checks in the checks package. |
net.sf.clirr.core.internal.bcel | Apache's BCEL is currently used to read the compiled Java classes. |
Uses of CheckerException in net.sf.clirr.core |
---|
Methods in net.sf.clirr.core that throw CheckerException | |
---|---|
void |
Checker.reportDiffs(JavaType[] compatibilityBaseline,
JavaType[] currentVersion)
Checks two sets of classes for api changes and reports them to the DiffListeners. |
Uses of CheckerException in net.sf.clirr.core.internal |
---|
Methods in net.sf.clirr.core.internal that throw CheckerException | |
---|---|
boolean |
ClassChangeCheck.check(JavaType compatBaseline,
JavaType currentVersion)
|
Uses of CheckerException in net.sf.clirr.core.internal.bcel |
---|
Methods in net.sf.clirr.core.internal.bcel that throw CheckerException | |
---|---|
static JavaType[] |
BcelTypeArrayBuilder.createClassSet(java.io.File[] jarFiles,
java.lang.ClassLoader thirdPartyClasses,
ClassFilter classSelector)
Creates a set of classes to check. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |