PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/codehaus/modello/plugin/xsd/XsdGenerator.java
Rule | Violation | Line |
---|---|---|
EmptyControlStatement | Empty if statement | 250–336 |
CollapsibleIfStatements | These nested if statements could be combined | 262–264 |
Priority 4
org/codehaus/modello/plugin/xsd/XsdGenerator.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 252 |
Files
org/codehaus/modello/plugin/xsd/XsdGenerator.java
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyControlStatement | Empty if statement | 3 | 250–336 |
UselessParentheses | Useless parentheses. | 4 | 252 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 262–264 |