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 8486
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 387399

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 8486

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 387399
UselessParentheses Useless parentheses. 4 420
UselessParentheses Useless parentheses. 4 420