Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pmd.version from 6.25.0 to 6.26.0 #96

Merged
merged 1 commit into from
Jul 27, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pmd.version from 6.25.0 to 6.26.0.
Updates pmd-core from 6.25.0 to 6.26.0

Release notes

Sourced from pmd-core's releases.

PMD 6.26.0 (25-July-2020)

25-July-2020 - 6.26.0

The PMD team is pleased to announce PMD 6.26.0.

This is a minor release.

Table Of Contents

New and noteworthy

New Rules

  • The new Java rule UnusedAssignment (java-bestpractices) finds assignments to variables, that are never used and are useless. The new rule is supposed to entirely replace DataflowAnomalyAnalysis.

Modified rules

  • The Java rule ArrayIsStoredDirectly (java-bestpractices) now ignores by default private methods and constructors. You can restore the old behavior by setting the new property allowPrivate to "false".

Fixed Issues

  • apex
    • #2610: [apex] Support top-level enums in rules
  • apex-bestpractices
    • #2626: [apex] UnusedLocalVariable - false positive on case insensitivity allowed in Apex
  • apex-performance
    • #2598: [apex] AvoidSoqlInLoops false positive for SOQL with in For-Loop
  • apex-security
    • #2620: [visualforce] False positive on VfUnescapeEl with new Message Channel feature
  • core
    • #710: [core] Review used dependencies
    • #2594: [core] Update exec-maven-plugin and align it in all project
    • #2615: [core] PMD/CPD produces invalid XML (insufficient escaping/wrong encoding)
  • java-bestpractices
    • #2543: [java] UseCollectionIsEmpty can not detect the case this.foo.size()
Commits
  • a9632e2 [maven-release-plugin] prepare release pmd_releases/6.26.0
  • aba1b33 Prepare pmd release 6.26.0
  • 8a6975f [apex] Improve AST for try-catch-finally statements
  • 6464b34 [jsp] Remove usage of deprecated ImportWrapper (#2658)
  • 900635b [apex] Update jorje lib to 2020-06-04-ba31c0
  • 0738797 Merge branch 'pr-2658'
  • e4b2c4c Merge branch 'pr-2632'
  • 4444ef2 Merge branch 'pr-2631'
  • b2418a9 Update guava
  • fb6ec96 Merge branch 'issue-2546'
  • Additional commits viewable in compare view

Updates pmd-java from 6.25.0 to 6.26.0

Release notes

Sourced from pmd-java's releases.

PMD 6.26.0 (25-July-2020)

25-July-2020 - 6.26.0

The PMD team is pleased to announce PMD 6.26.0.

This is a minor release.

Table Of Contents

New and noteworthy

New Rules

  • The new Java rule UnusedAssignment (java-bestpractices) finds assignments to variables, that are never used and are useless. The new rule is supposed to entirely replace DataflowAnomalyAnalysis.

Modified rules

  • The Java rule ArrayIsStoredDirectly (java-bestpractices) now ignores by default private methods and constructors. You can restore the old behavior by setting the new property allowPrivate to "false".

Fixed Issues

  • apex
    • #2610: [apex] Support top-level enums in rules
  • apex-bestpractices
    • #2626: [apex] UnusedLocalVariable - false positive on case insensitivity allowed in Apex
  • apex-performance
    • #2598: [apex] AvoidSoqlInLoops false positive for SOQL with in For-Loop
  • apex-security
    • #2620: [visualforce] False positive on VfUnescapeEl with new Message Channel feature
  • core
    • #710: [core] Review used dependencies
    • #2594: [core] Update exec-maven-plugin and align it in all project
    • #2615: [core] PMD/CPD produces invalid XML (insufficient escaping/wrong encoding)
  • java-bestpractices
    • #2543: [java] UseCollectionIsEmpty can not detect the case this.foo.size()
Commits
  • a9632e2 [maven-release-plugin] prepare release pmd_releases/6.26.0
  • aba1b33 Prepare pmd release 6.26.0
  • 8a6975f [apex] Improve AST for try-catch-finally statements
  • 6464b34 [jsp] Remove usage of deprecated ImportWrapper (#2658)
  • 900635b [apex] Update jorje lib to 2020-06-04-ba31c0
  • 0738797 Merge branch 'pr-2658'
  • e4b2c4c Merge branch 'pr-2632'
  • 4444ef2 Merge branch 'pr-2631'
  • b2418a9 Update guava
  • fb6ec96 Merge branch 'issue-2546'
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `pmd.version` from 6.25.0 to 6.26.0.

Updates `pmd-core` from 6.25.0 to 6.26.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.25.0...pmd_releases/6.26.0)

Updates `pmd-java` from 6.25.0 to 6.26.0
- [Release notes](https://github.com/pmd/pmd/releases)
- [Commits](pmd/pmd@pmd_releases/6.25.0...pmd_releases/6.26.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Update of dependencies label Jul 27, 2020
@uhafner uhafner merged commit 71c8f47 into master Jul 27, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/pmd.version-6.26.0 branch July 27, 2020 20:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant