PMD Results
The following document contains the results of PMD 5.1.2.
Files
info/magnolia/cache/browser/app/CacheBrowserListPresenter.java
Violation |
Line |
These nested if statements could be combined |
79–81 |
info/magnolia/cache/browser/app/CacheKeyItem.java
Violation |
Line |
Avoid empty catch blocks |
84–86 |
Avoid empty catch blocks |
94–96 |
info/magnolia/cache/browser/rest/client/CacheService.java
Violation |
Line |
Avoid modifiers which are implied by the context |
51 |
Avoid modifiers which are implied by the context |
55 |
Avoid modifiers which are implied by the context |
59 |
Avoid modifiers which are implied by the context |
63 |
Avoid modifiers which are implied by the context |
67 |
Avoid modifiers which are implied by the context |
71 |
info/magnolia/cache/browser/rest/endpoint/CacheEndpoint.java
Violation |
Line |
Useless parentheses. |
165 |
Avoid unused private methods such as 'deserialiseJsonToCacheKey(String)'. |
227 |
Avoid unused private methods such as 'sortKeys(List,String,String)'. |
283 |