PMD Results

The following document contains the results of PMD 6.42.0.

Violations By Priority

Priority 3

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

Rule Violation Line
EmptyIfStmt Avoid empty if statements 254256
EmptyIfStmt Avoid empty if statements 286288
CollapsibleIfStatements These nested if statements could be combined 314317

Priority 4

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

Rule Violation Line
UselessParentheses Useless parentheses. 462

Files

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

Rule Violation Priority Line
EmptyIfStmt Avoid empty if statements 3 254256
EmptyIfStmt Avoid empty if statements 3 286288
CollapsibleIfStatements These nested if statements could be combined 3 314317

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

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 462