The following document contains the results of PMD 7.22.0.
Suppressed Violations
| Filename |
Rule message |
Suppression type |
Reason |
| io/wcm/devops/conga/tooling/maven/plugin/PackageMojo.java |
Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings |
@suppresswarnings |
|
| io/wcm/devops/conga/tooling/maven/plugin/util/MavenArtifactHelper.java |
Rather than using a lot of String arguments, consider using a container object for those values. |
@suppresswarnings |
|
| io/wcm/devops/conga/tooling/maven/plugin/util/MavenArtifactHelper.java |
Thrown exception does not preserve the stack trace of exception 'ex' on all code paths |
@suppresswarnings |
|
| io/wcm/devops/conga/tooling/maven/plugin/validation/ModelValidator.java |
Thrown exception does not preserve the stack trace of exception 'ex' on all code paths |
@suppresswarnings |
|
| io/wcm/devops/conga/tooling/maven/plugin/validation/NoValueProviderInRoleValidator.java |
Thrown exception does not preserve the stack trace of exception 'ex' on all code paths |
@suppresswarnings |
|
| io/wcm/devops/conga/tooling/maven/plugin/validation/RoleTemplateFileValidator.java |
Thrown exception does not preserve the stack trace of exception 'ex' on all code paths |
@suppresswarnings |
|
| io/wcm/devops/conga/tooling/maven/plugin/validation/RoleTemplateFileValidator.java |
Exception thrown at line 74 is caught in this block. |
@suppresswarnings |
|
| io/wcm/devops/conga/tooling/maven/plugin/validation/TemplateValidator.java |
Thrown exception does not preserve the stack trace of exception 'ex' on all code paths |
@suppresswarnings |
|