Uses of Class
net.sourceforge.pmd.lang.java.rule.design.ExcessiveLengthRule
-
Packages that use ExcessiveLengthRule Package Description net.sourceforge.pmd.lang.java.rule.design -
-
Uses of ExcessiveLengthRule in net.sourceforge.pmd.lang.java.rule.design
Subclasses of ExcessiveLengthRule in net.sourceforge.pmd.lang.java.rule.design Modifier and Type Class Description classExcessiveClassLengthRuleThis rule detects when a class exceeds a certain threshold. i.e. if a class has more than 1000 lines of code.classExcessiveMethodLengthRuleThis rule detects when a method exceeds a certain threshold. i.e. if a method has more than x lines of code.
-