Class ExcessiveObjectLengthRule

All Implemented Interfaces:
AstVisitor<Object,Object>, PlsqlVisitor<Object,Object>, Rule, PropertySource

public class ExcessiveObjectLengthRule extends AbstractPLSQLRule
This rule detects when an Oracle object exceeds a certain threshold. i.e. if a object has more than 1000 lines of code.
  • Constructor Details

    • ExcessiveObjectLengthRule

      public ExcessiveObjectLengthRule()
  • Method Details