Open
Conversation
747c966 to
904f4de
Compare
904f4de to
145a90a
Compare
145a90a to
b9da24d
Compare
b9da24d to
6d255f6
Compare
37c7797 to
b81ba03
Compare
b81ba03 to
524b816
Compare
524b816 to
27d5e8b
Compare
27d5e8b to
57ca726
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.
This PR contains the following updates:
7.16.0→7.24.07.16.0→7.24.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
pmd/pmd (pmd)
v7.24.0: PMD 7.24.0 (24-April-2026)24-April-2026 - 7.24.0
The PMD team is pleased to announce PMD 7.24.0.
This is a minor release.
Table Of Contents
🌟️ New Rules
AvoidInterfaceAsMapKeyreportsMapdeclarations(fields, variables, parameters) whose key type is an interface that has at least one abstract implementing
class defining
equalsorhashCode. Using such maps results in potentially duplicated map entries ornot being able to get entries by key.
OverridingThreadRunfinds overriddenThread::runmethods.This is not recommended. Instead, implement
Runnableand pass an instance to the thread constructor.🐛️ Fixed Issues
✨️ Merged pull requests
📦️ Dependency updates
📈️ Stats
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.