Skip to content

Build(deps): bump net.sourceforge.pmd:pmd-ant from 7.25.0 to 7.26.0#7650

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/net.sourceforge.pmd-pmd-ant-7.26.0
Open

Build(deps): bump net.sourceforge.pmd:pmd-ant from 7.25.0 to 7.26.0#7650
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/net.sourceforge.pmd-pmd-ant-7.26.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 30, 2026

Copy link
Copy Markdown
Contributor

Bumps net.sourceforge.pmd:pmd-ant from 7.25.0 to 7.26.0.

Release notes

Sourced from net.sourceforge.pmd:pmd-ant's releases.

PMD 7.26.0 (29-June-2026)

29-June-2026 - 7.26.0

The PMD team is pleased to announce PMD 7.26.0.

This is a minor release.

Table Of Contents

🚀️ New and noteworthy

Swift Changes

The Swift parser now forwards syntax errors as usual processing errors. Before it just logged any errors and tried to move on, resulting in an incomplete AST with error nodes. As part of this change, the grammar has been slightly improved around macro declarations, generic parameters and parameter packs.
This means that PMD might fail now on Swift files with processing errors, when it previously ran without obvious problems. The Swift module in PMD now behaves like other modules in regard to error handling.

Updated PMD Designer

This PMD release ships a new version of the pmd-designer. For the changes, see PMD Designer Changelog (7.19.3).

🌟️ New and Changed Rules

New Rules

  • The new Java rule WrongTestAnnotation detects when test annotations from the wrong testing framework (JUnit 4, JUnit Jupiter, or TestNG) are used in your code, preventing tests from being silently skipped due to framework mismatches. This helps avoid the silent failure where tests compile but don't execute because the test runner doesn't recognize the annotation.
  • The new Java rule AssertEqualsArgumentOrder detects assertions where the expected and actual arguments were swapped. This helps find assertions that are producing a confusing error message when they fail.
  • The new Kotlin rule LocalVariableShadowsParameter detects local variable declarations that use the same name as a parameter of the enclosing function. This shadows the parameter and may lead to confusion about which value is used.
  • The new Apex rule InvocableClassNoArgConstructor detects classes that use @InvocableVariable properties, but that don't provide a no-arg constructor. Without such a constructor,

... (truncated)

Commits
  • 8fd38ed [release] prepare release pmd_releases/7.26.0
  • 9a1791a Prepare pmd release 7.26.0
  • 5d38f78 Update contributors for 7.26.0
  • 07bab85 [java] Fix #6627: UnusedPrivateMethod: add javax to ignored annotations (#6821)
  • b886772 [java] AvoidDeepNestedIfStmts: count ifs properly in else branch (#6814)
  • 62afded Merge branch 'main' into pr-6814
  • 4c54901 [doc] Update release notes (#6814)
  • 99a8d9c Update 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)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [net.sourceforge.pmd:pmd-ant](https://github.com/pmd/pmd) 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-ant
  dependency-version: 7.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 30, 2026
@github-actions

Copy link
Copy Markdown

Unit Test Results

   768 files  ±0     768 suites  ±0   2m 9s ⏱️ -5s
18 480 tests ±0  18 480 ✅ ±0  0 💤 ±0  0 ❌ ±0 
18 483 runs  ±0  18 483 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 9629743. ± Comparison against base commit ee19a52.

@github-actions

Copy link
Copy Markdown

🚧 PCGen Code Coverage

Overall Project 25.8%

There is no coverage information present for the Files changed

@github-actions

Copy link
Copy Markdown

Integration Test Results

4 106 tests  ±0   4 103 ✅ ±0   20m 45s ⏱️ -9s
  495 suites ±0       3 💤 ±0 
  495 files   ±0       0 ❌ ±0 

Results for commit 9629743. ± Comparison against base commit ee19a52.

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

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants