AbstractNcssCountRule |
Deprecated.
|
CyclomaticComplexityRule |
|
ExcessiveLengthRule |
This is a common super class for things which have excessive length.
|
ExcessiveMethodLengthRule |
This rule detects when a method exceeds a certain threshold.
|
ExcessiveNodeCountRule |
This is a common super class for things which shouldn't have excessive nodes
underneath.
|
ExcessiveObjectLengthRule |
This rule detects when an Oracle object exceeds a certain threshold.
|
ExcessivePackageBodyLengthRule |
This rule detects when a class exceeds a certain threshold.
|
ExcessivePackageSpecificationLengthRule |
This rule detects when a class exceeds a certain threshold.
|
ExcessiveParameterListRule |
This rule detects an abnormally long parameter list.
|
ExcessiveTypeLengthRule |
This rule detects when a class exceeds a certain threshold.
|
NcssMethodCountRule |
Non-commented source statement counter for methods.
|
NcssObjectCountRule |
Non-commented source statement counter for Oracle Object declarations.
|
NPathComplexityRule |
NPath complexity is a measurement of the acyclic execution paths through a
function.
|
TooManyFieldsRule |
|