|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractStatisticalJavaRule | |
---|---|
net.sourceforge.pmd.lang.java.rule.codesize | |
net.sourceforge.pmd.lang.java.rule.coupling | |
net.sourceforge.pmd.lang.java.rule.design |
Uses of AbstractStatisticalJavaRule in net.sourceforge.pmd.lang.java.rule.codesize |
---|
Subclasses of AbstractStatisticalJavaRule in net.sourceforge.pmd.lang.java.rule.codesize | |
---|---|
class |
AbstractNcssCountRule
Abstract superclass for NCSS counting methods. |
class |
ExcessiveClassLengthRule
This rule detects when a class exceeds a certain threshold. |
class |
ExcessiveMethodLengthRule
This rule detects when a method exceeds a certain threshold. |
class |
ExcessiveParameterListRule
This rule detects an abnormally long parameter list. |
class |
ExcessivePublicCountRule
|
class |
NcssConstructorCountRule
Non-commented source statement counter for constructors. |
class |
NcssMethodCountRule
Non-commented source statement counter for methods. |
class |
NcssTypeCountRule
Non-commented source statement counter for type declarations. |
class |
NPathComplexityRule
NPath complexity is a measurement of the acyclic execution paths through a function. |
Uses of AbstractStatisticalJavaRule in net.sourceforge.pmd.lang.java.rule.coupling |
---|
Subclasses of AbstractStatisticalJavaRule in net.sourceforge.pmd.lang.java.rule.coupling | |
---|---|
class |
ExcessiveImportsRule
ExcessiveImports attempts to count all unique imports a class contains. |
Uses of AbstractStatisticalJavaRule in net.sourceforge.pmd.lang.java.rule.design |
---|
Subclasses of AbstractStatisticalJavaRule in net.sourceforge.pmd.lang.java.rule.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 |
SwitchDensityRule
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |