Package | Description |
---|---|
net.sourceforge.pmd.lang.apex.rule.design |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNcssCountRule
Abstract superclass for NCSS counting methods.
|
class |
ExcessiveClassLengthRule
This rule detects when a class exceeds a certain threshold.
|
class |
ExcessiveLengthRule |
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
Non-commented source statement counter for constructors.
|
class |
NcssMethodCountRule
Non-commented source statement counter for methods.
|
class |
NcssTypeCountRule
Non-commented source statement counter for type declarations.
|
Copyright © 2002–2018 PMD. All rights reserved.