chore(deps): bump pmd.version from 7.25.0 to 7.26.0 in /ddk-parent#1449
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump pmd.version from 7.25.0 to 7.26.0 in /ddk-parent#1449dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
rubenporras
previously approved these changes
Jul 3, 2026
joaodinissf
added a commit
that referenced
this pull request
Jul 3, 2026
PMD 7.26.0 tightened PublicMemberInNonPublicType, which flags three `public void visit(SegmentNode)` overrides declared in the non-public nested Visitor subclasses of QualifiedNameSegmentTreeLookup. They override the package-private `Visitor.visit(SegmentNode)` and only widened access needlessly — every caller is in-package (visitor.visit(...)). Narrow them to package-private to match the base and clear the rule without suppressing it. Unblocks the Dependabot pmd.version 7.25.0 -> 7.26.0 bump (#1449), which fails both the pmd and maven-verify jobs on exactly these three violations. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
871325b to
6fb21cc
Compare
joaodinissf
previously approved these changes
Jul 3, 2026
6fb21cc to
673e14c
Compare
joaodinissf
previously approved these changes
Jul 3, 2026
Collaborator
|
@dependabot recreate 🤖 Actioned via Claude Code at João's request. Recreating this as a clean version-bump-only PR; the PMD 7.26.0 code fixes are being reviewed separately in #1451. |
Bumps `pmd.version` from 7.25.0 to 7.26.0. Updates `net.sourceforge.pmd:pmd-core` from 7.25.0 to 7.26.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Commits](pmd/pmd@pmd_releases/7.25.0...pmd_releases/7.26.0) Updates `net.sourceforge.pmd:pmd-java` from 7.25.0 to 7.26.0 - [Release notes](https://github.com/pmd/pmd/releases) - [Commits](pmd/pmd@pmd_releases/7.25.0...pmd_releases/7.26.0) --- updated-dependencies: - dependency-name: net.sourceforge.pmd:pmd-core dependency-version: 7.26.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: net.sourceforge.pmd:pmd-java dependency-version: 7.26.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
673e14c to
12c4bfc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
pmd.versionfrom 7.25.0 to 7.26.0.Updates
net.sourceforge.pmd:pmd-corefrom 7.25.0 to 7.26.0Release notes
Sourced from net.sourceforge.pmd:pmd-core's releases.
... (truncated)
Commits
8fd38ed[release] prepare release pmd_releases/7.26.09a1791aPrepare pmd release 7.26.05d38f78Update contributors for 7.26.007bab85[java] Fix #6627: UnusedPrivateMethod: add javax to ignored annotations (#6821)b886772[java] AvoidDeepNestedIfStmts: count ifs properly in else branch (#6814)62afdedMerge branch 'main' into pr-68144c54901[doc] Update release notes (#6814)99a8d9cUpdate pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/Avoid...dbdec25[java] Fix #6740: Fix FP in OptimizableToArrayCall (#6813)41f0d39[java] Rename ASTMethodDeclaration#isOverridden() to isOverride() (#6812)Updates
net.sourceforge.pmd:pmd-javafrom 7.25.0 to 7.26.0Release notes
Sourced from net.sourceforge.pmd:pmd-java's releases.
... (truncated)
Commits
8fd38ed[release] prepare release pmd_releases/7.26.09a1791aPrepare pmd release 7.26.05d38f78Update contributors for 7.26.007bab85[java] Fix #6627: UnusedPrivateMethod: add javax to ignored annotations (#6821)b886772[java] AvoidDeepNestedIfStmts: count ifs properly in else branch (#6814)62afdedMerge branch 'main' into pr-68144c54901[doc] Update release notes (#6814)99a8d9cUpdate pmd-java/src/main/java/net/sourceforge/pmd/lang/java/rule/design/Avoid...dbdec25[java] Fix #6740: Fix FP in OptimizableToArrayCall (#6813)41f0d39[java] Rename ASTMethodDeclaration#isOverridden() to isOverride() (#6812)