Class ExcessivePackageSpecificationLengthRule

  • All Implemented Interfaces:
    PLSQLParserVisitor, net.sourceforge.pmd.lang.rule.ImmutableLanguage, net.sourceforge.pmd.lang.rule.stat.StatisticalRule, net.sourceforge.pmd.properties.PropertySource, net.sourceforge.pmd.Rule

    public class ExcessivePackageSpecificationLengthRule
    extends ExcessiveLengthRule
    This rule detects when a class exceeds a certain threshold. i.e. if a class has more than 1000 lines of code.
    • Constructor Detail

      • ExcessivePackageSpecificationLengthRule

        public ExcessivePackageSpecificationLengthRule()