Skip to content

PMD - pull_request #1018

PMD - pull_request

PMD - pull_request #1018

Re-run triggered November 27, 2025 10:04
Status Success
Total duration 33s
Artifacts 1

check-pmd.yml

on: pull_request
pmd_analyse
26s
pmd_analyse
Fit to window
Zoom out
Zoom in

Annotations

1 error
Avoid protected methods in a final class that doesnt extend anything other than Object. Change to private or package access.: powertools-common/src/main/java/software/amazon/lambda/powertools/common/internal/LambdaHandlerProcessor.java#L91
Do not use protected methods in most final classes since they cannot be subclassed. This should only be allowed in final classes that extend other classes with protected methods (whose visibility cannot be reduced). Clarify your intent by using private or package access modifiers instead. AvoidProtectedMethodInFinalClassNotExtending (Priority: 1, Ruleset: Code Style) https://docs.pmd-code.org/snapshot/pmd_rules_java_codestyle.html#avoidprotectedmethodinfinalclassnotextending

Artifacts

Produced during runtime
Name Size Digest
PMD Report
886 Bytes
sha256:442a509f0be9df89f8fbad3071a3a2c0042e136de6d9865c6a50de52e8d9ee5a