This rule is defined by the following Java class: net.sourceforge.pmd.rules.ExcessiveImports
Example:
import blah.blah.Baz; import blah.blah.Bif; // 18 others from the same package elided public class Foo { public void doWork() {} }
This rule has the following properties:
Name | Default value | Description |
---|---|---|
minimum | 30 | The import count reporting threshold |