Modifier and Type | Class and Description |
---|---|
class |
DFAPLSQLGraphRule |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatisticalPLSQLRule |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNcssCountRule
Abstract superclass for NCSS counting methods.
|
class |
CyclomaticComplexityRule |
class |
ExcessiveMethodLengthRule
This rule detects when a method exceeds a certain
threshold.
|
class |
ExcessiveObjectLengthRule
This rule detects when an Oracle object exceeds a certain
threshold.
|
class |
ExcessivePackageBodyLengthRule
This rule detects when a class exceeds a certain
threshold.
|
class |
ExcessivePackageSpecificationLengthRule
This rule detects when a class exceeds a certain
threshold.
|
class |
ExcessiveParameterListRule
This rule detects an abnormally long parameter list.
|
class |
ExcessiveTypeLengthRule
This rule detects when a class exceeds a certain
threshold.
|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ExcessiveLengthRule
This is a common super class for things which
have excessive length.
|
class |
ExcessiveNodeCountRule
This is a common super class for things which
shouldn't have excessive nodes underneath.
|
Copyright © 2002–2017 PMD. All rights reserved.