PMD Results

The following document contains the results of PMD 6.21.0.

Violations By Priority

Priority 3

info/magnolia/cache/browser/app/CacheBrowserListPresenter.java

Rule Violation Line
CollapsibleIfStatements These nested if statements could be combined 7981

info/magnolia/cache/browser/app/CacheKeyItem.java

Rule Violation Line
EmptyCatchBlock Avoid empty catch blocks 8486
EmptyCatchBlock Avoid empty catch blocks 9496

Priority 4

info/magnolia/cache/browser/rest/endpoint/CacheEndpoint.java

Rule Violation Line
UselessParentheses Useless parentheses. 154

Files

info/magnolia/cache/browser/app/CacheBrowserListPresenter.java

Rule Violation Priority Line
CollapsibleIfStatements These nested if statements could be combined 3 7981

info/magnolia/cache/browser/app/CacheKeyItem.java

Rule Violation Priority Line
EmptyCatchBlock Avoid empty catch blocks 3 8486
EmptyCatchBlock Avoid empty catch blocks 3 9496

info/magnolia/cache/browser/rest/endpoint/CacheEndpoint.java

Rule Violation Priority Line
UselessParentheses Useless parentheses. 4 154