Class CouplingBetweenObjectsRule

All Implemented Interfaces:
AstVisitor, JavaVisitor, Rule, PropertySource

public class CouplingBetweenObjectsRule extends AbstractJavaRule
CouplingBetweenObjects attempts to capture all unique Class attributes, local variables, and return types to determine how many objects a class is coupled to. This is only a gauge and isn't a hard and fast rule. The threshold value is configurable and should be determined accordingly
Author:
aglover
Since:
Feb 20, 2003