Class ExcessivePackageSpecificationLengthRule

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

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