Update pmd#496
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Conversation
ffa75ea to
5d68381
Compare
5d68381 to
6ab8162
Compare
6ab8162 to
34246d6
Compare
34246d6 to
5011bfc
Compare
5011bfc to
5132bd7
Compare
5132bd7 to
6aa7746
Compare
6aa7746 to
54fac9b
Compare
54fac9b to
d7b0a2d
Compare
d7b0a2d to
82e5307
Compare
82e5307 to
28ba120
Compare
28ba120 to
c6c775b
Compare
c6c775b to
f2d29b8
Compare
f2d29b8 to
e2f9068
Compare
e2f9068 to
6827ff8
Compare
6827ff8 to
73f04e3
Compare
73f04e3 to
6c590a7
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.10.0→7.24.07.10.0→7.24.07.10.0→7.24.03.26.0→3.28.0Release Notes
pmd/pmd (net.sourceforge.pmd:pmd-core)
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.