Package | Description |
---|---|
net.sourceforge.pmd.lang.plsql.dfa | |
net.sourceforge.pmd.lang.plsql.rule | |
net.sourceforge.pmd.lang.plsql.rule.design |
Modifier and Type | Class | Description |
---|---|---|
class |
DFAPLSQLGraphRule |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractStatisticalPLSQLRule |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractNcssCountRule |
Abstract superclass for NCSS counting methods.
|
class |
CyclomaticComplexityRule |
|
class |
ExcessiveLengthRule |
This is a common super class for things which have excessive length.
|
class |
ExcessiveMethodLengthRule |
This rule detects when a method exceeds a certain threshold.
|
class |
ExcessiveNodeCountRule |
This is a common super class for things which shouldn't have excessive nodes
underneath.
|
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 |
Copyright © 2002–2018 PMD. All rights reserved.