AbstractNcssCountRule |
Deprecated.
|
AvoidDeeplyNestedIfStmtsRule |
|
CognitiveComplexityRule |
|
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 |
|