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 223225
CollapsibleIfStatements This if statement could be combined with its parent 647651
EmptyCatchBlock Avoid empty catch blocks 747749
EmptyCatchBlock Avoid empty catch blocks 755757

org/forgerock/i18n/maven/CleanMessagesMojo.java

Rule Violation Line
CollapsibleIfStatements This if statement could be combined with its parent 358361

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 223225
UselessParentheses Useless parentheses. 4 396
CollapsibleIfStatements This if statement could be combined with its parent 3 647651
EmptyCatchBlock Avoid empty catch blocks 3 747749
EmptyCatchBlock Avoid empty catch blocks 3 755757

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 358361