PMD Results
The following document contains the results of PMD 7.13.0.
PMD found no problems in your source code.
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 71 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 |