PMD Results
The following document contains the results of PMD 7.0.0.
Violations By Priority
Priority 3
org/apache/maven/doxia/module/fml/FmlContentParser.java
Rule | Violation | Line |
---|---|---|
UnnecessaryReturn | Unnecessary return statement | 51 |
CollapsibleIfStatements | This if statement could be combined with its parent | 84–86 |
org/apache/maven/doxia/module/fml/FmlParser.java
Rule | Violation | Line |
---|---|---|
UnnecessaryReturn | Unnecessary return statement | 211 |
CollapsibleIfStatements | This if statement could be combined with its parent | 387–399 |
Priority 4
org/apache/maven/doxia/module/fml/FmlParser.java
Rule | Violation | Line |
---|---|---|
UselessParentheses | Useless parentheses. | 420 |
UselessParentheses | Useless parentheses. | 420 |
Files
org/apache/maven/doxia/module/fml/FmlContentParser.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryReturn | Unnecessary return statement | 3 | 51 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 84–86 |
org/apache/maven/doxia/module/fml/FmlParser.java
Rule | Violation | Priority | Line |
---|---|---|---|
UnnecessaryReturn | Unnecessary return statement | 3 | 211 |
CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 387–399 |
UselessParentheses | Useless parentheses. | 4 | 420 |
UselessParentheses | Useless parentheses. | 4 | 420 |