Package org.acm.seguin.pmd.rules.design

Class Summary
ExcessiveLengthRule This is a common super class for things which have excessive length.
ExcessiveNodeCountRule This is a common super class for things which shouldn't have excessive nodes underneath.
LongClassRule This rule detects when a class exceeds a certain threshold.
LongMethodRule This rule detects when a method exceeds a certain threshold.
LongParameterListRule This rule detects an abnormally long parameter list.
LooseCouplingRule  
NullAssignmentRule  
OnlyOneReturnRule  
PositionalIteratorRule  
SwitchDensityRule  
UseSingletonRule