class |
CyclomaticComplexityRule |
|
class |
ExcessiveMethodLengthRule |
This rule detects when a method exceeds a certain threshold. i.e. if a method
has more than x lines of code.
|
class |
ExcessiveObjectLengthRule |
This rule detects when an Oracle object exceeds a certain threshold. i.e. if
a object has more than 1000 lines of code.
|
class |
ExcessivePackageBodyLengthRule |
This rule detects when a class exceeds a certain threshold. i.e. if a class
has more than 1000 lines of code.
|
class |
ExcessivePackageSpecificationLengthRule |
This rule detects when a class exceeds a certain threshold. i.e. if a class
has more than 1000 lines of code.
|
class |
ExcessiveParameterListRule |
This rule detects an abnormally long parameter list.
|
class |
ExcessiveTypeLengthRule |
This rule detects when a class exceeds a certain threshold. i.e. if a class
has more than 1000 lines of code.
|
class |
NcssMethodCountRule |
Non-commented source statement counter for methods.
|
class |
NcssObjectCountRule |
Non-commented source statement counter for Oracle Object declarations.
|
class |
NPathComplexityRule |
NPath complexity is a measurement of the acyclic execution paths through a
function.
|
class |
TooManyFieldsRule |
|