Skip to content

dependabot maven(deps): bump pmd.version from 6.52.0 to 6.53.0

Depen d'Abot requested to merge dependabot-maven-pmd.version-6.53.0 into master

Bumps pmd.version from 6.52.0 to 6.53.0. Updates pmd-core from 6.52.0 to 6.53.0

Release notes

Sourced from pmd-core's releases.

PMD 6.53.0 (31-December-2022)

31-December-2022 - 6.53.0

The PMD team is pleased to announce PMD 6.53.0.

This is a minor release.

Table Of Contents

New and noteworthy

Modified rules

  • The Java rule UnusedPrivateField has a new property reportForAnnotations. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.

Deprecated rules

Fixed Issues

  • core
    • #4248: [core] Can't analyze sources in zip files
  • apex-security
    • #4146: [apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML
  • java
    • #4266: [java] PMD fails to process a record with lambda in compact constructor
  • java-bestpractices
    • #4166: [java] UnusedPrivateField doesn't find annotated unused private fields anymore
    • #4250: [java] WhileLoopWithLiteralBoolean - false negative with complex expressions still occurs in PMD 6.52.0

... (truncated)

Commits
  • 3710345 [maven-release-plugin] prepare release pmd_releases/6.53.0
  • 349c892 Prepare pmd release 6.53.0
  • f0e113c Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l...
  • ebefb36 [doc] Update release notes (#4266, #4274)
  • d0367d0 Add @​kdebski85 as a contributor
  • 62d7895 [java] DoNotUseThreads: more tests
  • 11867b0 Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier
  • 3dd0f84 Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean
  • b81df96 Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r...
  • 67230ed Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations
  • Additional commits viewable in compare view

Updates pmd-java from 6.52.0 to 6.53.0

Release notes

Sourced from pmd-java's releases.

PMD 6.53.0 (31-December-2022)

31-December-2022 - 6.53.0

The PMD team is pleased to announce PMD 6.53.0.

This is a minor release.

Table Of Contents

New and noteworthy

Modified rules

  • The Java rule UnusedPrivateField has a new property reportForAnnotations. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.

Deprecated rules

Fixed Issues

  • core
    • #4248: [core] Can't analyze sources in zip files
  • apex-security
    • #4146: [apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML
  • java
    • #4266: [java] PMD fails to process a record with lambda in compact constructor
  • java-bestpractices
    • #4166: [java] UnusedPrivateField doesn't find annotated unused private fields anymore
    • #4250: [java] WhileLoopWithLiteralBoolean - false negative with complex expressions still occurs in PMD 6.52.0

... (truncated)

Commits
  • 3710345 [maven-release-plugin] prepare release pmd_releases/6.53.0
  • 349c892 Prepare pmd release 6.53.0
  • f0e113c Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l...
  • ebefb36 [doc] Update release notes (#4266, #4274)
  • d0367d0 Add @​kdebski85 as a contributor
  • 62d7895 [java] DoNotUseThreads: more tests
  • 11867b0 Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier
  • 3dd0f84 Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean
  • b81df96 Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r...
  • 67230ed Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations
  • Additional commits viewable in compare view

Updates pmd-javascript from 6.52.0 to 6.53.0

Release notes

Sourced from pmd-javascript's releases.

PMD 6.53.0 (31-December-2022)

31-December-2022 - 6.53.0

The PMD team is pleased to announce PMD 6.53.0.

This is a minor release.

Table Of Contents

New and noteworthy

Modified rules

  • The Java rule UnusedPrivateField has a new property reportForAnnotations. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.

Deprecated rules

Fixed Issues

  • core
    • #4248: [core] Can't analyze sources in zip files
  • apex-security
    • #4146: [apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML
  • java
    • #4266: [java] PMD fails to process a record with lambda in compact constructor
  • java-bestpractices
    • #4166: [java] UnusedPrivateField doesn't find annotated unused private fields anymore
    • #4250: [java] WhileLoopWithLiteralBoolean - false negative with complex expressions still occurs in PMD 6.52.0

... (truncated)

Commits
  • 3710345 [maven-release-plugin] prepare release pmd_releases/6.53.0
  • 349c892 Prepare pmd release 6.53.0
  • f0e113c Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l...
  • ebefb36 [doc] Update release notes (#4266, #4274)
  • d0367d0 Add @​kdebski85 as a contributor
  • 62d7895 [java] DoNotUseThreads: more tests
  • 11867b0 Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier
  • 3dd0f84 Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean
  • b81df96 Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r...
  • 67230ed Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations
  • Additional commits viewable in compare view

Updates pmd-jsp from 6.52.0 to 6.53.0

Release notes

Sourced from pmd-jsp's releases.

PMD 6.53.0 (31-December-2022)

31-December-2022 - 6.53.0

The PMD team is pleased to announce PMD 6.53.0.

This is a minor release.

Table Of Contents

New and noteworthy

Modified rules

  • The Java rule UnusedPrivateField has a new property reportForAnnotations. This is a list of fully qualified names of the annotation types that should be reported anyway. If an unused field has any of these annotations, then it is reported. If it has any other annotation, then it is still considered to be used and is not reported.

Deprecated rules

Fixed Issues

  • core
    • #4248: [core] Can't analyze sources in zip files
  • apex-security
    • #4146: [apex] ApexCRUDViolation: Recognize User Mode in SOQL + DML
  • java
    • #4266: [java] PMD fails to process a record with lambda in compact constructor
  • java-bestpractices
    • #4166: [java] UnusedPrivateField doesn't find annotated unused private fields anymore
    • #4250: [java] WhileLoopWithLiteralBoolean - false negative with complex expressions still occurs in PMD 6.52.0

... (truncated)

Commits
  • 3710345 [maven-release-plugin] prepare release pmd_releases/6.53.0
  • 349c892 Prepare pmd release 6.53.0
  • f0e113c Merge pull request #4274 from kdebski85:issue-4266-compact-constructor-with-l...
  • ebefb36 [doc] Update release notes (#4266, #4274)
  • d0367d0 Add @​kdebski85 as a contributor
  • 62d7895 [java] DoNotUseThreads: more tests
  • 11867b0 Merge pull request #4265 from adangel:issue-4164-AvoidAssertAsIdentifier
  • 3dd0f84 Merge pull request #4264 from adangel:issue-4250-WhileLoopWithLiteralBoolean
  • b81df96 Merge pull request #4262 from adangel:issue-2127-deprecate-excessive-length-r...
  • 67230ed Merge pull request #4260 from adangel:issue-4166-UnusedPrivateField-annotations
  • Additional commits viewable in compare view

Merge request reports