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.32.0 to 6.33.0 #236

Merged
merged 1 commit into from
Apr 10, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2021

Bumps pmd.version from 6.32.0 to 6.33.0.
Updates pmd-core from 6.32.0 to 6.33.0

Release notes

Sourced from pmd-core's releases.

PMD 6.33.0 (27-March-2021)

27-March-2021 - 6.33.0

The PMD team is pleased to announce PMD 6.33.0.

This is a minor release.

Table Of Contents

New and noteworthy

PLSQL parsing exclusions

The PMD PLSQL parser might not parse every valid PL/SQL code without problems. In order to still use PMD on such files, you can now mark certain lines for exclusion from the parser. More information can be found in the language specific documentation for PLSQL.

Fixed Issues

  • apex-design
    • #3142: [apex] ExcessiveClassLength multiple warning on the same class
  • java
    • #3117: [java] Infinite loop when parsing invalid code nested in lambdas
    • #3145: [java] Parse exception when using "record" as variable name
  • java-bestpractices
    • #3118: [java] UnusedPrivateMethod false positive when passing in lombok.val as argument
    • #3144: [java] GuardLogStatement can have more detailed example
    • #3155: [java] GuardLogStatement: False negative with unguarded method call
    • #3160: [java] MethodReturnsInternalArray does not consider static final fields and fields initialized with empty array
  • java-errorprone
    • #2977: [java] CloseResource: false positive with reassignment detection
    • #3146: [java] InvalidLogMessageFormat detection failing when String.format used
    • #3148: [java] CloseResource false positive with Objects.nonNull
    • #3165: [java] InvalidLogMessageFormat detection failing when String.format used in a variable
  • java-performance
    • #2427: [java] ConsecutiveLiteralAppend false-positive with builder inside lambda
    • #3152: [java] ConsecutiveLiteralAppends and InsufficientStringBufferDeclaration: FP with switch expressions
  • plsql
    • #195: [plsql] Ampersand '&' causes PMD processing error in sql file - Lexical error in file

External Contributions

  • #3161: [plsql] Add support for lexical parameters in SQL*Plus scripts, allow excluding lines which the parser does not understand - Henning von Bargen

... (truncated)

Commits
  • dc1c9d0 [maven-release-plugin] prepare release pmd_releases/6.33.0
  • 12143c6 Prepare pmd release 6.33.0
  • afdf876 [doc] Update release notes - no API changes
  • ff0e3cc Merge pull request #3147 from adangel:issue-2977-close-resource-reassignment
  • 504f31d [java] CloseResource - refactor to use isVariableAccess
  • 17252cb Merge branch 'master' into issue-2977-close-resource-reassignment
  • 5953bb2 Merge pull request #3151 from adangel:issue-3148-close-resource-if
  • bbac216 Merge pull request #3156 from
  • 96a44ce Merge pull request #3170 from adangel:issue-3165-invalidlogmessageformat
  • 0c113df Merge pull request #3157 from
  • Additional commits viewable in compare view

Updates pmd-java from 6.32.0 to 6.33.0

Release notes

Sourced from pmd-java's releases.

PMD 6.33.0 (27-March-2021)

27-March-2021 - 6.33.0

The PMD team is pleased to announce PMD 6.33.0.

This is a minor release.

Table Of Contents

New and noteworthy

PLSQL parsing exclusions

The PMD PLSQL parser might not parse every valid PL/SQL code without problems. In order to still use PMD on such files, you can now mark certain lines for exclusion from the parser. More information can be found in the language specific documentation for PLSQL.

Fixed Issues

  • apex-design
    • #3142: [apex] ExcessiveClassLength multiple warning on the same class
  • java
    • #3117: [java] Infinite loop when parsing invalid code nested in lambdas
    • #3145: [java] Parse exception when using "record" as variable name
  • java-bestpractices
    • #3118: [java] UnusedPrivateMethod false positive when passing in lombok.val as argument
    • #3144: [java] GuardLogStatement can have more detailed example
    • #3155: [java] GuardLogStatement: False negative with unguarded method call
    • #3160: [java] MethodReturnsInternalArray does not consider static final fields and fields initialized with empty array
  • java-errorprone
    • #2977: [java] CloseResource: false positive with reassignment detection
    • #3146: [java] InvalidLogMessageFormat detection failing when String.format used
    • #3148: [java] CloseResource false positive with Objects.nonNull
    • #3165: [java] InvalidLogMessageFormat detection failing when String.format used in a variable
  • java-performance
    • #2427: [java] ConsecutiveLiteralAppend false-positive with builder inside lambda
    • #3152: [java] ConsecutiveLiteralAppends and InsufficientStringBufferDeclaration: FP with switch expressions
  • plsql
    • #195: [plsql] Ampersand '&' causes PMD processing error in sql file - Lexical error in file

External Contributions

  • #3161: [plsql] Add support for lexical parameters in SQL*Plus scripts, allow excluding lines which the parser does not understand - Henning von Bargen

... (truncated)

Commits
  • dc1c9d0 [maven-release-plugin] prepare release pmd_releases/6.33.0
  • 12143c6 Prepare pmd release 6.33.0
  • afdf876 [doc] Update release notes - no API changes
  • ff0e3cc Merge pull request #3147 from adangel:issue-2977-close-resource-reassignment
  • 504f31d [java] CloseResource - refactor to use isVariableAccess
  • 17252cb Merge branch 'master' into issue-2977-close-resource-reassignment
  • 5953bb2 Merge pull request #3151 from adangel:issue-3148-close-resource-if
  • bbac216 Merge pull request #3156 from
  • 96a44ce Merge pull request #3170 from adangel:issue-3165-invalidlogmessageformat
  • 0c113df Merge pull request #3157 from
  • 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

Bumps `pmd.version` from 6.32.0 to 6.33.0.

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Update of dependencies java Pull requests that update Maven Java dependencies labels Mar 29, 2021
@uhafner uhafner merged commit 459a491 into master Apr 10, 2021
@dependabot dependabot bot deleted the dependabot/maven/pmd.version-6.33.0 branch April 10, 2021 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Update of dependencies java Pull requests that update Maven Java dependencies
Projects
None yet
1 participant