PMD Results
The following document contains the results of PMD 7.7.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 | 130–150 |
UnconditionalIfStatement | Do not use if statements that are always true or always false | 162–181 |
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 | 130–150 |
UnconditionalIfStatement | Do not use if statements that are always true or always false | 3 | 162–181 |