Uses of Class
net.sourceforge.pmd.lang.java.rule.AbstractStatisticalJavaRule
-
Packages that use AbstractStatisticalJavaRule Package Description net.sourceforge.pmd.lang.java.rule.design -
-
Uses of AbstractStatisticalJavaRule in net.sourceforge.pmd.lang.java.rule.design
Subclasses of AbstractStatisticalJavaRule in net.sourceforge.pmd.lang.java.rule.design Modifier and Type Class Description classAbstractNcssCountRuleDeprecated.Internal APIclassExcessiveClassLengthRuleDeprecated.UseNcssCountRuleinstead.classExcessiveImportsRuleExcessiveImports attempts to count all unique imports a class contains.classExcessiveLengthRuleDeprecated.This base class is not needed anymore and will be removed with PMD 7.classExcessiveMethodLengthRuleDeprecated.UseNcssCountRuleinstead.classExcessiveNodeCountRuleThis is a common super class for things which shouldn't have excessive nodes underneath.classExcessiveParameterListRuleThis rule detects an abnormally long parameter list.classExcessivePublicCountRuleRule attempts to count all public methods and public attributes defined in a class.classNcssConstructorCountRuleDeprecated.classNcssMethodCountRuleDeprecated.classNcssTypeCountRuleDeprecated.classSwitchDensityRuleSwitch Density - This is the number of statements over the number of cases within a switch.
-