The following document contains the results of PMD 6.13.0.
Rule | Violation | Line |
---|---|---|
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 121 |
AvoidLiteralsInIfCondition | Avoid using Literals in Conditional Statements | 124 |
Rule | Violation | Priority | Line |
---|---|---|---|
PrematureDeclaration | Avoid declaring a variable if it is unreferenced before a possible exit point. | 3 | 121 |
AvoidLiteralsInIfCondition | Avoid using Literals in Conditional Statements | 3 | 124 |