PMD Violations Detected
Violation Count: 2
PMD detected code quality issues.
Action Required
Fix PMD violations to improve code quality.
How to Fix
- Run:
mvn pmd:pmd
- Open:
target/pmd.xml or target/site/pmd.html
- Review each violation
- Refactor code to fix violations
- Re-run:
mvn pmd:check
Common Issues
- Unnecessary temporary variables (use method chaining)
- Unused variables/imports
- Complex methods (reduce cyclomatic complexity)
- Code duplication
Resources
This issue was automatically created by the Quality Gate workflow.
Triggered by commit: 7caee47
PMD Violations Detected
Violation Count: 2
PMD detected code quality issues.
Action Required
Fix PMD violations to improve code quality.
How to Fix
mvn pmd:pmdtarget/pmd.xmlortarget/site/pmd.htmlmvn pmd:checkCommon Issues
Resources
This issue was automatically created by the Quality Gate workflow.
Triggered by commit: 7caee47