[pmd-commits] [pmd/pmd-github-action]

2024-05-01 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/types/node-20.12.7
  Home:   https://github.com/pmd/pmd-github-action

To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd-github-action/settings/notifications


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-github-action] a4ad02: Bump @types/node from 20.12.4 to 20.12.8

2024-05-01 Thread dependabot[bot] via Pmd-commits
  Branch: refs/heads/dependabot/npm_and_yarn/types/node-20.12.8
  Home:   https://github.com/pmd/pmd-github-action
  Commit: a4ad02f2938fa231ec2ee43cf4044b22cc81bad0
  
https://github.com/pmd/pmd-github-action/commit/a4ad02f2938fa231ec2ee43cf4044b22cc81bad0
  Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M package-lock.json
M package.json

  Log Message:
  ---
  Bump @types/node from 20.12.4 to 20.12.8

Bumps 
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
 from 20.12.4 to 20.12.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- 
[Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 



To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd-github-action/settings/notifications


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] 11dad8: Update documentation

2024-05-01 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: 11dad8cc421c41955fdc7f3afd4d527365345661
  https://github.com/pmd/pmd/commit/11dad8cc421c41955fdc7f3afd4d527365345661
  Author: PMD CI (pmd-bot) 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M feed.xml
M pmd_release_notes.html

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/8913735082
https://github.com/pmd/pmd/compare/ec7e5b61cc8e...22a31c938d62



To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] 289d5a: Actually duplicate the whole current config for Ru...

2024-05-01 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 289d5aed3bf298c28d09e8f5bd18d1dbbe723a17
  https://github.com/pmd/pmd/commit/289d5aed3bf298c28d09e8f5bd18d1dbbe723a17
  Author: Juan Martín Sotuyo Dodero 
  Date:   2024-04-27 (Sat, 27 Apr 2024)

  Changed paths:
M pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleSetFactory.java

  Log Message:
  ---
  Actually duplicate the whole current config for RuleSetLoader

 - Fixes #4978


  Commit: 882e9ccd2d535ed9eabd45b34ca00c35f6ffe500
  https://github.com/pmd/pmd/commit/882e9ccd2d535ed9eabd45b34ca00c35f6ffe500
  Author: Juan Martín Sotuyo Dodero 
  Date:   2024-04-27 (Sat, 27 Apr 2024)

  Changed paths:
M docs/pages/release_notes.md

  Log Message:
  ---
  update changelog, refs #4978


  Commit: 2d11ed8e93d9028b77a0ecadc61148b5bf27fe88
  https://github.com/pmd/pmd/commit/2d11ed8e93d9028b77a0ecadc61148b5bf27fe88
  Author: Andreas Dangel 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/RuleSetFactoryMessagesTest.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/RulesetFactoryTestBase.java

  Log Message:
  ---
  [core] Add a unit test for ruleset validation messages

Refs #4981
Refs #4978


  Commit: 22a31c938d628d612e90b0c0fc976761f55a48a2
  https://github.com/pmd/pmd/commit/22a31c938d628d612e90b0c0fc976761f55a48a2
  Author: Andreas Dangel 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M docs/pages/release_notes.md
M pmd-core/src/main/java/net/sourceforge/pmd/lang/rule/RuleSetFactory.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/RuleSetFactoryMessagesTest.java
M 
pmd-core/src/test/java/net/sourceforge/pmd/lang/rule/RulesetFactoryTestBase.java

  Log Message:
  ---
  [core] Actually duplicate the whole current config for RuleSetLoader (#4981)

Merge pull request #4981 from Monits:issue-4978


Compare: https://github.com/pmd/pmd/compare/ec7e5b61cc8e...22a31c938d62

To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] 220608: Update documentation

2024-05-01 Thread Machine account for PMD via Pmd-commits
  Branch: refs/heads/gh-pages
  Home:   https://github.com/pmd/pmd
  Commit: 220608e5ffb4255b37dbf3d3994b14de9ba63c0a
  https://github.com/pmd/pmd/commit/220608e5ffb4255b37dbf3d3994b14de9ba63c0a
  Author: PMD CI (pmd-bot) 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M feed.xml
M pmd_release_notes.html

  Log Message:
  ---
  Update documentation

https://github.com/pmd/pmd/actions/runs/8913129060
https://github.com/pmd/pmd/compare/af3346455f24...ec7e5b61cc8e



To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd] 3c39ae: Fix #4985 UnusedPrivateMethod fp

2024-05-01 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd
  Commit: 3c39aed55e30832d67ce9356daeefa686918b448
  https://github.com/pmd/pmd/commit/3c39aed55e30832d67ce9356daeefa686918b448
  Author: Clément Fournier 
  Date:   2024-04-30 (Tue, 30 Apr 2024)

  Changed paths:
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeOps.java
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/UnresolvedTypesRecoveryTest.kt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/UnusedPrivateMethod.xml

  Log Message:
  ---
  Fix #4985 UnusedPrivateMethod fp


  Commit: 4993c629ec8e05ef5bfd98c7083c5b0a5e6e6a40
  https://github.com/pmd/pmd/commit/4993c629ec8e05ef5bfd98c7083c5b0a5e6e6a40
  Author: Andreas Dangel 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M docs/pages/release_notes.md

  Log Message:
  ---
  [doc] Update release notes (#4985)


  Commit: ec7e5b61cc8eb24a24f439e8830b5f4fe1b145c7
  https://github.com/pmd/pmd/commit/ec7e5b61cc8eb24a24f439e8830b5f4fe1b145c7
  Author: Andreas Dangel 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M docs/pages/release_notes.md
M pmd-java/src/main/java/net/sourceforge/pmd/lang/java/types/TypeOps.java
M 
pmd-java/src/test/kotlin/net/sourceforge/pmd/lang/java/types/internal/infer/UnresolvedTypesRecoveryTest.kt
M 
pmd-java/src/test/resources/net/sourceforge/pmd/lang/java/rule/bestpractices/xml/UnusedPrivateMethod.xml

  Log Message:
  ---
  [java] Improve a bit the recovery behavior for unknown types (#4989)

Merge pull request #4989 from 
oowekyala:issue4985-unused-private-method-method-ref


Compare: https://github.com/pmd/pmd/compare/af3346455f24...ec7e5b61cc8e

To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd/settings/notifications


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits


[pmd-commits] [pmd/pmd-regression-tester] a58799: Fix build, use rake 13.1.0 for now

2024-05-01 Thread Andreas Dangel via Pmd-commits
  Branch: refs/heads/master
  Home:   https://github.com/pmd/pmd-regression-tester
  Commit: a58799abedac3a8503164417d2642a250cefbc7a
  
https://github.com/pmd/pmd-regression-tester/commit/a58799abedac3a8503164417d2642a250cefbc7a
  Author: Andreas Dangel 
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
M Rakefile
M pmdtester.gemspec

  Log Message:
  ---
  Fix build, use rake 13.1.0 for now



To unsubscribe from these emails, change your notification settings at 
https://github.com/pmd/pmd-regression-tester/settings/notifications


___
Pmd-commits mailing list
Pmd-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmd-commits