PMD Results

The following document contains the results of PMD 6.42.0.

Violations By Priority

Priority 3

org/apache/maven/index/examples/BasicUsageExample.java

Rule Violation Line
UnconditionalIfStatement Do not use if statements that are always true or always false 145
UnconditionalIfStatement Do not use if statements that are always true or always false 205

Files

org/apache/maven/index/examples/BasicUsageExample.java

Rule Violation Priority Line
UnconditionalIfStatement Do not use if statements that are always true or always false 3 145
UnconditionalIfStatement Do not use if statements that are always true or always false 3 205