Uses of Class
net.sourceforge.pmd.lang.plsql.rule.design.ExcessiveLengthRule
-
Packages that use ExcessiveLengthRule Package Description net.sourceforge.pmd.lang.plsql.rule.design -
-
Uses of ExcessiveLengthRule in net.sourceforge.pmd.lang.plsql.rule.design
Subclasses of ExcessiveLengthRule in net.sourceforge.pmd.lang.plsql.rule.design Modifier and Type Class Description classExcessiveMethodLengthRuleThis rule detects when a method exceeds a certain threshold.classExcessiveObjectLengthRuleThis rule detects when an Oracle object exceeds a certain threshold.classExcessivePackageBodyLengthRuleThis rule detects when a class exceeds a certain threshold.classExcessivePackageSpecificationLengthRuleThis rule detects when a class exceeds a certain threshold.classExcessiveTypeLengthRuleThis rule detects when a class exceeds a certain threshold.
-