CODERU is an achronym and stands for (Co)mmon (De)pendency (Ru)les.
The CODERU-rules rely on reserved package names and the allowed dependency rules between them expressed in a general way.
Unlike other tool 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 not be defined explicitly.
These general dependency rules are based on common design practices what is reflected in preserved package names: "api", "common", "impl" and "factory".
As an integral part of CODERU there is a tool checking your code for rule conformance.
There are no reported vulnerabilities