Class ExcessiveObjectLengthRule

  • 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 ExcessiveObjectLengthRule
    extends ExcessiveLengthRule
    This rule detects when an Oracle object exceeds a certain threshold. i.e. if a object has more than 1000 lines of code.
    • Constructor Detail

      • ExcessiveObjectLengthRule

        public ExcessiveObjectLengthRule()