PMD Results
The following document contains the results of PMD 7.17.0.
Violations By Priority
Priority 3
io/wcm/caravan/pipeline/impl/JacksonFunctions.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 78 |
| UnnecessarySemicolon | Unnecessary semicolon | 95 |
| UnnecessarySemicolon | Unnecessary semicolon | 117 |
| UnnecessarySemicolon | Unnecessary semicolon | 153 |
| UnnecessarySemicolon | Unnecessary semicolon | 171 |
io/wcm/caravan/pipeline/impl/cache/MultiLayerCacheAdapter.java
| Rule | Violation | Line |
|---|---|---|
| CompareObjectsWithEquals | Use equals() to compare object references. | 98 |
Priority 4
io/wcm/caravan/pipeline/impl/JsonPipelineImpl.java
| Rule | Violation | Line |
|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'StringUtils': 'isNotBlank' is already in scope | 112 |
Priority 5
io/wcm/caravan/pipeline/impl/cache/MultiLayerCacheAdapter.java
| Rule | Violation | Line |
|---|---|---|
| InvalidLogMessageFormat | Too many arguments, expected 2 arguments but found 3 | 75 |
| InvalidLogMessageFormat | Too many arguments, expected 2 arguments but found 3 | 99 |
Files
io/wcm/caravan/pipeline/impl/JacksonFunctions.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 78 |
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 95 |
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 117 |
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 153 |
| UnnecessarySemicolon | Unnecessary semicolon | 3 | 171 |
io/wcm/caravan/pipeline/impl/JsonPipelineImpl.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| UnnecessaryFullyQualifiedName | Unnecessary qualifier 'StringUtils': 'isNotBlank' is already in scope | 4 | 112 |
io/wcm/caravan/pipeline/impl/cache/MultiLayerCacheAdapter.java
| Rule | Violation | Priority | Line |
|---|---|---|---|
| InvalidLogMessageFormat | Too many arguments, expected 2 arguments but found 3 | 5 | 75 |
| CompareObjectsWithEquals | Use equals() to compare object references. | 3 | 98 |
| InvalidLogMessageFormat | Too many arguments, expected 2 arguments but found 3 | 5 | 99 |