Skip to content

Qulice/align pmd versions 1510#1513

Open
rddwnn wants to merge 3 commits intoyegor256:masterfrom
rddwnn:qulice/align-pmd-versions-1510
Open

Qulice/align pmd versions 1510#1513
rddwnn wants to merge 3 commits intoyegor256:masterfrom
rddwnn:qulice/align-pmd-versions-1510

Conversation

@rddwnn
Copy link

@rddwnn rddwnn commented Feb 20, 2026

Fixes #1510 (potential root cause).

qulice-pmd currently uses pmd-core 7.21.0 and pmd-java 7.20.0.
This PR aligns pmd-java to 7.21.0 to avoid incompatibilities that may lead to
false positives in rules like UseStringIsEmptyRule.

No config/rules changes, dependency-only update.

<exclude name="ExcessiveImports"/>
<exclude name="CyclomaticComplexity"/>
<exclude name="FinalFieldCouldBeStatic"/>
<exclude name="PublicMemberInNonPublicType"/>
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rddwnn why this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UseStringIsEmptyRule false positive case

2 participants