Package net.sourceforge.pmd.lang.plsql.rule.design
package net.sourceforge.pmd.lang.plsql.rule.design
-
ClassesClassDescriptionThis rule detects when a method exceeds a certain threshold. i.e. if a method has more than x lines of code.This rule detects when an Oracle object exceeds a certain threshold. i.e. if a object has more than 1000 lines of code.This rule detects when a class exceeds a certain threshold. i.e. if a class has more than 1000 lines of code.This rule detects when a class exceeds a certain threshold. i.e. if a class has more than 1000 lines of code.This rule detects an abnormally long parameter list.This rule detects when a class exceeds a certain threshold. i.e. if a class has more than 1000 lines of code.Non-commented source statement counter for methods.Non-commented source statement counter for Oracle Object declarations.NPath complexity is a measurement of the acyclic execution paths through a function.