The following document contains the results of PMD 6.53.0.

Violations By Priority

Priority 3

CONGA Generator - io/wcm/devops/conga/generator/util/VariableMapResolver.java

Rule Violation Line
CompareObjectsWithEquals Use equals() to compare object references. 181
CompareObjectsWithEquals Use equals() to compare object references. 259

Files

CONGA Generator - io/wcm/devops/conga/generator/util/VariableMapResolver.java

Rule Violation Priority Line
CompareObjectsWithEquals Use equals() to compare object references. 3 181
CompareObjectsWithEquals Use equals() to compare object references. 3 259

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

Back to top

Version: 1.15.1-SNAPSHOT. Last Published: 2023-05-29.