PMD Results
The following document contains the results of PMD 7.14.0.
Violations By Priority
Priority 3
org/forgerock/i18n/maven/AbstractGenerateMessagesMojo.java
| Rule | Violation | Line |
|---|---|---|
| EmptyControlStatement | Empty if statement | 223–225 |
| CollapsibleIfStatements | This if statement could be combined with its parent | 648–652 |
| EmptyCatchBlock | Avoid empty catch blocks | 748–750 |
| EmptyCatchBlock | Avoid empty catch blocks | 756–758 |
org/forgerock/i18n/maven/CleanMessagesMojo.java
| Rule | Violation | Line |
|---|---|---|
| CollapsibleIfStatements | This if statement could be combined with its parent | 358–361 |
Priority 4
org/forgerock/i18n/maven/AbstractGenerateMessagesMojo.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 396 |
org/forgerock/i18n/maven/CleanMessagesMojo.java
| Rule | Violation | Line |
|---|---|---|
| UselessParentheses | Useless parentheses. | 347 |
Files
org/forgerock/i18n/maven/AbstractGenerateMessagesMojo.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| EmptyControlStatement | Empty if statement | 3 | 223–225 |
| UselessParentheses | Useless parentheses. | 4 | 396 |
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 648–652 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 748–750 |
| EmptyCatchBlock | Avoid empty catch blocks | 3 | 756–758 |
org/forgerock/i18n/maven/CleanMessagesMojo.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UselessParentheses | Useless parentheses. | 4 | 347 |
| CollapsibleIfStatements | This if statement could be combined with its parent | 3 | 358–361 |

