This rule is defined by the following Java class: net.sourceforge.pmd.rules.design.TooManyFields
Example:
public class Person { String one; int two; int three; [... many more public fields ...] }
This rule has the following properties:
Name | Default value | Description |
---|---|---|
maxfields | 15 | The field count reporting threshold |