Package Name | Comment |
net.sf.clirr.ant |
The Ant task implementation.
|
net.sf.clirr.cli |
Command line frontend for Clirr.
|
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.
|
net.sf.clirr.core.internal.checks |
The check modules that implement the funtionality of clirr.
|
net.sf.clirr.core.spi |
Service Provider Interface for letting Clirr know about Java types, methods, etc.
This package is intended to
-
Decouple the current BCEL implementation from the comparison algorithms
(separation of concerns).
-
Allow IDE plugins to provide an implementation that is based on
the internal Java representation of the IDE. This allows instantatious
error marker feedback, building class files or jars on disk is not required.
|
net.sf.clirr.maven | |
testlib | |
testlib.modifiers | |
testlib.scope | |