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 | 1–631 |
net/avcompris/commons3/yaml/YamlReader.java
Rule | Violation | Line |
---|---|---|
UnnecessaryModifier | Unnecessary modifier 'final' on method 'get': the method is already in a final class | 95–119 |
CollapsibleIfStatements | These nested if statements could be combined | 221–224 |
CollapsibleIfStatements | These nested if statements could be combined | 592–603 |
Files
net/avcompris/commons3/yaml/YamlLoader.java
Rule | Violation | Priority | Line |
---|---|---|---|
TooManyStaticImports | Too many static imports may lead to messy code | 3 | 1–631 |
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 | 95–119 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 221–224 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 592–603 |