This rule is defined by the following Java class: net.sourceforge.pmd.rules.design.LongClassRule
Example:
public class Foo { public void bar() { // 1000 lines of code } }
This rule has the following properties:
Name | Default value | Description |
---|---|---|
minimum | 1000 | The class size reporting threshold |