Uses of Class
net.sourceforge.pmd.lang.plsql.rule.AbstractStatisticalPLSQLRule

Packages that use AbstractStatisticalPLSQLRule
net.sourceforge.pmd.lang.plsql.rule.codesize   
net.sourceforge.pmd.lang.plsql.rule.design   
 

Uses of AbstractStatisticalPLSQLRule in net.sourceforge.pmd.lang.plsql.rule.codesize
 

Subclasses of AbstractStatisticalPLSQLRule in net.sourceforge.pmd.lang.plsql.rule.codesize
 class AbstractNcssCountRule
          Abstract superclass for NCSS counting methods.
 class ExcessiveMethodLengthRule
          This rule detects when a method exceeds a certain threshold.
 class ExcessiveObjectLengthRule
          This rule detects when an Oracle object exceeds a certain threshold.
 class ExcessivePackageBodyLengthRule
          This rule detects when a class exceeds a certain threshold.
 class ExcessivePackageSpecificationLengthRule
          This rule detects when a class exceeds a certain threshold.
 class ExcessiveParameterListRule
          This rule detects an abnormally long parameter list.
 class ExcessiveTypeLengthRule
          This rule detects when a class exceeds a certain threshold.
 class NcssMethodCountRule
          Non-commented source statement counter for methods.
 class NcssObjectCountRule
          Non-commented source statement counter for Oracle Object declarations.
 class NPathComplexityRule
          NPath complexity is a measurement of the acyclic execution paths through a function.
 

Uses of AbstractStatisticalPLSQLRule in net.sourceforge.pmd.lang.plsql.rule.design
 

Subclasses of AbstractStatisticalPLSQLRule in net.sourceforge.pmd.lang.plsql.rule.design
 class ExcessiveLengthRule
          This is a common super class for things which have excessive length.
 class ExcessiveNodeCountRule
          This is a common super class for things which shouldn't have excessive nodes underneath.
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.