class |
AbstractNcssCountRule |
Abstract superclass for NCSS counting methods.
|
class |
ExcessiveClassLengthRule |
This rule detects when a class exceeds a certain threshold. i.e. if a class
has more than 1000 lines of code.
|
class |
ExcessiveImportsRule |
ExcessiveImports attempts to count all unique imports a class contains.
|
class |
ExcessiveLengthRule |
This is a common super class for things which have excessive length.
|
class |
ExcessiveMethodLengthRule |
This rule detects when a method exceeds a certain threshold. i.e. if a method
has more than x lines of code.
|
class |
ExcessiveNodeCountRule |
This is a common super class for things which shouldn't have excessive nodes
underneath.
|
class |
ExcessiveParameterListRule |
This rule detects an abnormally long parameter list.
|
class |
ExcessivePublicCountRule |
Rule attempts to count all public methods and public attributes
defined in a class.
|
class |
NcssConstructorCountRule |
Deprecated.
|
class |
NcssMethodCountRule |
Deprecated.
|
class |
NcssTypeCountRule |
Deprecated.
|
class |
SwitchDensityRule |
Switch Density - This is the number of statements over the number of
cases within a switch.
|