CODERU
A code quality tool to enforce structural quality
CODERU is a java code quality tool to enforce good structure in respect to packages and therefore modules dependencies.
CODERU is an achronym and stands for Common Dependency Rules.
The CODERU-rules rely on reserved package names and the allowed dependency rules between them expressed in a general way.
Unlike other tools forcing you to define allowed or disallowed individual package dependencies CODERU is based on a fixed set of general rules. The dependencies between packages need...