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 | 647–651 |
EmptyCatchBlock | Avoid empty catch blocks | 747–749 |
EmptyCatchBlock | Avoid empty catch blocks | 755–757 |
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 | 647–651 |
EmptyCatchBlock | Avoid empty catch blocks | 3 | 747–749 |
EmptyCatchBlock | Avoid empty catch blocks | 3 | 755–757 |
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 |