Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
Checker.reportDiffs(JavaType[] compatibilityBaseline,
JavaType[] currentVersion)
Checks two sets of classes for api changes and reports
them to the DiffListeners.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClassChangeCheck.check(JavaType compatBaseline,
JavaType currentVersion) |
Modifier and Type | Method and Description |
---|---|
static JavaType[] |
BcelTypeArrayBuilder.createClassSet(java.io.File[] jarFiles,
java.lang.ClassLoader thirdPartyClasses,
ClassFilter classSelector)
Creates a set of classes to check.
|
Copyright © 2003-2012 Lars K??hne. All Rights Reserved.