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

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 198–200

org/apache/freemarker/generator/cli/config/ConfigurationSupplier.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 17–89

org/apache/freemarker/generator/cli/config/Settings.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 17–486

org/apache/freemarker/generator/cli/config/ToolsSupplier.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 17–79

org/apache/freemarker/generator/cli/task/FreeMarkerTask.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 17–207

Files

org/apache/freemarker/generator/cli/Main.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 198–200

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