PMD Results
The following document contains the results of PMD 6.13.0.
Violations By Priority
Priority 3
org/apache/freemarker/generator/cli/Main.java
org/apache/freemarker/generator/cli/config/ConfigurationSupplier.java
org/apache/freemarker/generator/cli/config/Settings.java
org/apache/freemarker/generator/cli/config/ToolsSupplier.java
org/apache/freemarker/generator/cli/task/FreeMarkerTask.java
Files
org/apache/freemarker/generator/cli/Main.java
org/apache/freemarker/generator/cli/config/ConfigurationSupplier.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
17–89 |
org/apache/freemarker/generator/cli/config/Settings.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
17–486 |
org/apache/freemarker/generator/cli/config/ToolsSupplier.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
17–79 |
org/apache/freemarker/generator/cli/task/FreeMarkerTask.java
Rule |
Violation |
Priority |
Line |
TooManyStaticImports |
Too many static imports may lead to messy code |
3 |
17–207 |