This rule is defined by the following Java class: net.sourceforge.pmd.rules.codesize.NcssTypeCount
Example:
public class Foo extends Bar { public Foo() { //this class only has 6 NCSS lines super(); super.foo(); } }
This rule has the following properties:
Name | Default value | Description |
---|---|---|
minimum | 1500 | The type NCSS count reporting threshold |