Class ExcessiveMethodLengthRule

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

public class ExcessiveMethodLengthRule extends AbstractPLSQLRule
This rule detects when a method exceeds a certain threshold. i.e. if a method has more than x lines of code.
  • Constructor Details

    • ExcessiveMethodLengthRule

      public ExcessiveMethodLengthRule()
  • Method Details