PMD Results
The following document contains the results of PMD 6.55.0.
Violations By Priority
Priority 3
org/apache/maven/doxia/module/xdoc/XdocParser.java
Rule | Violation | Line |
---|---|---|
EmptyControlStatement | Empty if statement | 199–238 |
EmptyControlStatement | Empty if statement | 218–238 |
CollapsibleIfStatements | These nested if statements could be combined | 235–237 |
org/apache/maven/doxia/module/xdoc/XdocSink.java
Rule | Violation | Line |
---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 347–349 |
Priority 4
org/apache/maven/doxia/module/xdoc/XdocParser.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 277 |
UselessParentheses | Useless parentheses. | 330 |
UselessParentheses | Useless parentheses. | 330 |
org/apache/maven/doxia/module/xdoc/XdocSink.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 390 |
Files
org/apache/maven/doxia/module/xdoc/XdocParser.java
Rule | Violation | Priority | Line |
---|---|---|---|
EmptyControlStatement | Empty if statement | 3 | 199–238 |
EmptyControlStatement | Empty if statement | 3 | 218–238 |
CollapsibleIfStatements | These nested if statements could be combined | 3 | 235–237 |
UselessParentheses | Useless parentheses. | 4 | 277 |
UselessParentheses | Useless parentheses. | 4 | 330 |
UselessParentheses | Useless parentheses. | 4 | 330 |
org/apache/maven/doxia/module/xdoc/XdocSink.java
Rule | Violation | Priority | Line |
---|---|---|---|
CollapsibleIfStatements | These nested if statements could be combined | 3 | 347–349 |
UselessParentheses | Useless parentheses. | 4 | 390 |