|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StatisticalRule | |
---|---|
net.sourceforge.pmd.rules | |
net.sourceforge.pmd.rules.codesize | |
net.sourceforge.pmd.rules.design |
Uses of StatisticalRule in net.sourceforge.pmd.rules |
---|
Subclasses of StatisticalRule in net.sourceforge.pmd.rules | |
---|---|
class |
ExcessiveImports
ExcessiveImports attempts to count all unique imports a class contains. |
class |
ExcessivePublicCount
|
Uses of StatisticalRule in net.sourceforge.pmd.rules.codesize |
---|
Subclasses of StatisticalRule in net.sourceforge.pmd.rules.codesize | |
---|---|
class |
AbstractNcssCount
Abstract superclass for NCSS counting methods. |
class |
NcssConstructorCount
Non-commented source statement counter for constructors. |
class |
NcssMethodCount
Non-commented source statement counter for methods. |
class |
NcssTypeCount
Non-commented source statement counter for type declarations. |
Uses of StatisticalRule in net.sourceforge.pmd.rules.design |
---|
Subclasses of StatisticalRule in net.sourceforge.pmd.rules.design | |
---|---|
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. |
class |
LongClassRule
This rule detects when a class exceeds a certain threshold. |
class |
LongMethodRule
This rule detects when a method exceeds a certain threshold. |
class |
LongParameterListRule
This rule detects an abnormally long parameter list. |
class |
NpathComplexity
NPath complexity is a measurement of the acyclic execution paths through a function. |
class |
SwitchDensityRule
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |