This rule is defined by the following Java class: net.sourceforge.pmd.rules.codesize.NcssMethodCount
Example:
public class Foo extends Bar { public int methd() { super.methd(); //this method only has 1 NCSS lines return 1; } }
This rule has the following properties:
Name | Default value | Description |
---|---|---|
minimum | 100 | The method NCSS count reporting threshold |