The following document contains the results of PMD 7.22.0.

Violations By Priority

Priority 3

io/wcm/devops/conga/tooling/maven/plugin/validation/ModelValidator.java

Rule Violation Line
AvoidCatchingGenericException Avoid catching Exception in try-catch block 52

io/wcm/devops/conga/tooling/maven/plugin/validation/NoValueProviderInRoleValidator.java

Rule Violation Line
AvoidCatchingGenericException Avoid catching Exception in try-catch block 49

io/wcm/devops/conga/tooling/maven/plugin/validation/RoleTemplateFileValidator.java

Rule Violation Line
AvoidCatchingGenericException Avoid catching Exception in try-catch block 79

io/wcm/devops/conga/tooling/maven/plugin/validation/TemplateValidator.java

Rule Violation Line
AvoidCatchingGenericException Avoid catching Exception in try-catch block 69

Files

io/wcm/devops/conga/tooling/maven/plugin/validation/ModelValidator.java

Rule Violation Priority Line
AvoidCatchingGenericException Avoid catching Exception in try-catch block 3 52

io/wcm/devops/conga/tooling/maven/plugin/validation/NoValueProviderInRoleValidator.java

Rule Violation Priority Line
AvoidCatchingGenericException Avoid catching Exception in try-catch block 3 49

io/wcm/devops/conga/tooling/maven/plugin/validation/RoleTemplateFileValidator.java

Rule Violation Priority Line
AvoidCatchingGenericException Avoid catching Exception in try-catch block 3 79

io/wcm/devops/conga/tooling/maven/plugin/validation/TemplateValidator.java

Rule Violation Priority Line
AvoidCatchingGenericException Avoid catching Exception in try-catch block 3 69

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

Back to top

Version: 1.19.1-SNAPSHOT. Last Published: 2026-03-13.