PMD Results
The following document contains the results of PMD 6.55.0.
PMD found no problems in your source code.
Suppressed Violations
Filename | Rule message | Suppression type | Reason |
---|---|---|---|
io/wcm/devops/conga/generator/EnvironmentGenerator.java | New exception is thrown in catch block, original stack trace may be lost | annotation | |
io/wcm/devops/conga/generator/util/VariableMapResolver.java | Use equals() to compare object references. | annotation | |
io/wcm/devops/conga/generator/util/VariableMapResolver.java | Use equals() to compare object references. | annotation | |
io/wcm/devops/conga/generator/util/VariableMapResolver.java | Use equals() to compare object references. | annotation | |
io/wcm/devops/conga/resource/FileResourceImpl.java | New exception is thrown in catch block, original stack trace may be lost | annotation | |
io/wcm/devops/conga/tooling/maven/plugin/PackageMojo.java | Prefer StringBuilder (non-synchronized) or StringBuffer (synchronized) over += for concatenating strings | annotation | |
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. | annotation | |
io/wcm/devops/conga/tooling/maven/plugin/util/MavenArtifactHelper.java | New exception is thrown in catch block, original stack trace may be lost | annotation | |
io/wcm/devops/conga/tooling/maven/plugin/validation/ModelValidator.java | New exception is thrown in catch block, original stack trace may be lost | annotation | |
io/wcm/devops/conga/tooling/maven/plugin/validation/NoValueProviderInRoleValidator.java | New exception is thrown in catch block, original stack trace may be lost | annotation | |
io/wcm/devops/conga/tooling/maven/plugin/validation/RoleTemplateFileValidator.java | New exception is thrown in catch block, original stack trace may be lost | annotation | |
io/wcm/devops/conga/tooling/maven/plugin/validation/TemplateValidator.java | New exception is thrown in catch block, original stack trace may be lost | annotation |