PMD Results

The following document contains the results of PMD 6.49.0.

Violations By Priority

Priority 3

org/apache/maven/doxia/module/xdoc/XdocParser.java

Rule Violation Line
EmptyControlStatement Empty if statement 199238
EmptyControlStatement Empty if statement 218238
CollapsibleIfStatements These nested if statements could be combined 235237

Priority 4

org/apache/maven/doxia/module/xdoc/XdocParser.java

Rule Violation Line
UselessParentheses Useless parentheses. 284
UselessParentheses Useless parentheses. 337
UselessParentheses Useless parentheses. 337

org/apache/maven/doxia/module/xdoc/XdocSink.java

Rule Violation Line
UselessParentheses Useless parentheses. 408

Files

org/apache/maven/doxia/module/xdoc/XdocParser.java

Rule Violation Priority Line
EmptyControlStatement Empty if statement 3 199238
EmptyControlStatement Empty if statement 3 218238
CollapsibleIfStatements These nested if statements could be combined 3 235237
UselessParentheses Useless parentheses. 4 284
UselessParentheses Useless parentheses. 4 337
UselessParentheses Useless parentheses. 4 337

org/apache/maven/doxia/module/xdoc/XdocSink.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 408