Class ExcessiveMethodLengthRule

  • 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 ExcessiveMethodLengthRule
    extends ExcessiveLengthRule
    This rule detects when a method exceeds a certain threshold. i.e. if a method has more than x lines of code.
    • Constructor Detail

      • ExcessiveMethodLengthRule

        public ExcessiveMethodLengthRule()