Le document suivant contient les résultats de PMD 6.13.0.
| Rule | Violation | Ligne |
|---|---|---|
| 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 | Ligne |
|---|---|---|---|
| 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 |