Architecture Rules 2.0.3 (Default branch) |
|
|
Architecture Rules is a Java library that allows a
programmer to assert code's architecture via unit
tests or ant tasks. This test is able to assert
that specific packages do not depend on others and
is able to check for and report on cyclic
dependencies among your project's packages and
classes. This project wraps a industry accepted
JDepend to simplify the process of maintaining a
solid software architecture.
License: The Apache License 2.0
Changes:
The dependencies which are optional are
determined. The difference in the slashes used for
pathnames in Unix and Windows is now handled. The
cycles test now runs correctly with XML
configuration.
|