Package | Description |
---|---|
net.sourceforge.pmd.lang.plsql.rule.codesize | |
net.sourceforge.pmd.lang.plsql.rule.design |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNcssCountRule
Abstract superclass for NCSS counting methods.
|
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.
|
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-2016 InfoEther. All Rights Reserved.