| Class | Description |
|---|---|
| AbstractNcssCountRule |
Abstract superclass for NCSS counting methods.
|
| AvoidDeeplyNestedIfStmtsRule | |
| CyclomaticComplexityRule |
Cyclomatic complexity rule using metrics.
|
| ExcessiveClassLengthRule |
This rule detects when a class exceeds a certain threshold.
|
| ExcessiveLengthRule | |
| ExcessiveNodeCountRule |
This is a common super class for things which shouldn't have excessive nodes
underneath.
|
| ExcessiveParameterListRule |
This rule detects an abnormally long parameter list.
|
| ExcessivePublicCountRule |
Rule attempts to count all public methods and public attributes
defined in a class.
|
| NcssConstructorCountRule |
Non-commented source statement counter for constructors.
|
| NcssMethodCountRule |
Non-commented source statement counter for methods.
|
| NcssTypeCountRule |
Non-commented source statement counter for type declarations.
|
| StdCyclomaticComplexityRule |
Implements the standard cyclomatic complexity rule
|
| StdCyclomaticComplexityRule.Entry | |
| TooManyFieldsRule |
Copyright © 2002–2018 PMD. All rights reserved.