The following document contains the results of PMD 7.9.0.
Violations By Priority
Priority 3
io/wcm/caravan/maven/plugins/haldocs/GenerateJsonSchemaMojo.java
Rule |
Violation |
Line |
UseCollectionIsEmpty |
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() |
107 |
UseCollectionIsEmpty |
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() |
122 |
Files
io/wcm/caravan/maven/plugins/haldocs/GenerateJsonSchemaMojo.java
Rule |
Violation |
Priority |
Line |
UseCollectionIsEmpty |
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() |
3 |
107 |
UseCollectionIsEmpty |
Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty() |
3 |
122 |