PMD Results

The following document contains the results of PMD 6.53.0.

Violations By Priority

Priority 3

net/avcompris/commons3/yaml/YamlLoader.java

Rule Violation Line
TooManyStaticImports Too many static imports may lead to messy code 1631

net/avcompris/commons3/yaml/YamlReader.java

Rule Violation Line
UnnecessaryModifier Unnecessary modifier 'final' on method 'get': the method is already in a final class 95119
CollapsibleIfStatements These nested if statements could be combined 221224
CollapsibleIfStatements These nested if statements could be combined 592603

Files

net/avcompris/commons3/yaml/YamlLoader.java

Rule Violation Priority Line
TooManyStaticImports Too many static imports may lead to messy code 3 1631

net/avcompris/commons3/yaml/YamlReader.java

Rule Violation Priority Line
UnnecessaryModifier Unnecessary modifier 'final' on method 'get': the method is already in a final class 3 95119
CollapsibleIfStatements These nested if statements could be combined 3 221224
CollapsibleIfStatements These nested if statements could be combined 3 592603