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 199238
EmptyControlStatement Empty if statement 218238
CollapsibleIfStatements These nested if statements could be combined 235237
org/apache/maven/doxia/module/xdoc/XdocSink.java
Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 347349

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 199238
EmptyControlStatement Empty if statement 3 218238
CollapsibleIfStatements These nested if statements could be combined 3 235237
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 347349
UselessParentheses Useless parentheses. 4 390