PMD Results
The following document contains the results of PMD 6.55.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 | 129 |
UnconditionalIfStatement | Do not use if statements that are always true or always false | 161 |
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 | 129 |
UnconditionalIfStatement | Do not use if statements that are always true or always false | 3 | 161 |