rnveach / checkstyle-backport-jre8

Checkstyle is a tool for checking Java source code for adherence to a Code Standard or set of validation rules (best practices). This project is a specialized fork of Checkstyle to support older runtime environments of users who can't upgrade. This project tries to provide all the functionality of current checkstyle version for those older environments.
Other
7 stars 2 forks source link

dependency: bump pmd.version from 6.41.0 to 6.42.0 #2

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pmd.version from 6.41.0 to 6.42.0. Updates pmd-java from 6.41.0 to 6.42.0

Release notes

Sourced from pmd-java's releases.

PMD 6.42.0 (29-January-2022)

29-January-2022 - 6.42.0

The PMD team is pleased to announce PMD 6.42.0.

This is a minor release.

Table Of Contents

New and noteworthy

Javascript: Rhino updated to latest version 1.7.14

Rhino, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.

New rules

  • The new Java rule FinalParameterInAbstractMethod detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.
    <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" />

The rule is part of the quickstart.xml ruleset.

Modified rules

  • The Apex rule ApexDoc has a new property reportProperty. If set to false (default is true if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.

Fixed Issues

  • core
    • #3328: [core] designer.bat errors when JAVAFX_HOME contains spaces

... (truncated)

Commits
  • 391c325 [maven-release-plugin] prepare release pmd_releases/6.42.0
  • 2d6a149 Prepare pmd release 6.42.0
  • 93811d3 Merge pull request #3726 from adangel:issue-3328-designer-bat
  • fb913bd Merge pull request from Vyom-Yadav:CS-PMD-FIX-1
  • fb5e4dc [doc] Update release notes (#3747)
  • 0f01d46 [core] Updated DataType.java
  • c0c2c76 Merge pull request #3722 from adangel:issue-3721-returnemptycollection
  • 6558167 Merge pull request #3674 from adangel:issue-3639-usestringbufferlength
  • ed611cd Add @​gredler as a contributor
  • 3b8f87a Merge pull request #3745 from gredler:pmd-3712
  • Additional commits viewable in compare view


Updates pmd-core from 6.41.0 to 6.42.0

Release notes

Sourced from pmd-core's releases.

PMD 6.42.0 (29-January-2022)

29-January-2022 - 6.42.0

The PMD team is pleased to announce PMD 6.42.0.

This is a minor release.

Table Of Contents

New and noteworthy

Javascript: Rhino updated to latest version 1.7.14

Rhino, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.

New rules

  • The new Java rule FinalParameterInAbstractMethod detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.
    <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" />

The rule is part of the quickstart.xml ruleset.

Modified rules

  • The Apex rule ApexDoc has a new property reportProperty. If set to false (default is true if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.

Fixed Issues

  • core
    • #3328: [core] designer.bat errors when JAVAFX_HOME contains spaces

... (truncated)

Commits
  • 391c325 [maven-release-plugin] prepare release pmd_releases/6.42.0
  • 2d6a149 Prepare pmd release 6.42.0
  • 93811d3 Merge pull request #3726 from adangel:issue-3328-designer-bat
  • fb913bd Merge pull request from Vyom-Yadav:CS-PMD-FIX-1
  • fb5e4dc [doc] Update release notes (#3747)
  • 0f01d46 [core] Updated DataType.java
  • c0c2c76 Merge pull request #3722 from adangel:issue-3721-returnemptycollection
  • 6558167 Merge pull request #3674 from adangel:issue-3639-usestringbufferlength
  • ed611cd Add @​gredler as a contributor
  • 3b8f87a Merge pull request #3745 from gredler:pmd-3712
  • Additional commits viewable in compare view


Updates pmd-javascript from 6.41.0 to 6.42.0

Release notes

Sourced from pmd-javascript's releases.

PMD 6.42.0 (29-January-2022)

29-January-2022 - 6.42.0

The PMD team is pleased to announce PMD 6.42.0.

This is a minor release.

Table Of Contents

New and noteworthy

Javascript: Rhino updated to latest version 1.7.14

Rhino, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.

New rules

  • The new Java rule FinalParameterInAbstractMethod detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.
    <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" />

The rule is part of the quickstart.xml ruleset.

Modified rules

  • The Apex rule ApexDoc has a new property reportProperty. If set to false (default is true if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.

Fixed Issues

  • core
    • #3328: [core] designer.bat errors when JAVAFX_HOME contains spaces

... (truncated)

Commits
  • 391c325 [maven-release-plugin] prepare release pmd_releases/6.42.0
  • 2d6a149 Prepare pmd release 6.42.0
  • 93811d3 Merge pull request #3726 from adangel:issue-3328-designer-bat
  • fb913bd Merge pull request from Vyom-Yadav:CS-PMD-FIX-1
  • fb5e4dc [doc] Update release notes (#3747)
  • 0f01d46 [core] Updated DataType.java
  • c0c2c76 Merge pull request #3722 from adangel:issue-3721-returnemptycollection
  • 6558167 Merge pull request #3674 from adangel:issue-3639-usestringbufferlength
  • ed611cd Add @​gredler as a contributor
  • 3b8f87a Merge pull request #3745 from gredler:pmd-3712
  • Additional commits viewable in compare view


Updates pmd-jsp from 6.41.0 to 6.42.0

Release notes

Sourced from pmd-jsp's releases.

PMD 6.42.0 (29-January-2022)

29-January-2022 - 6.42.0

The PMD team is pleased to announce PMD 6.42.0.

This is a minor release.

Table Of Contents

New and noteworthy

Javascript: Rhino updated to latest version 1.7.14

Rhino, the implementation of JavaScript we use for parsing JavaScript code, has been updated to the latest version 1.7.14. Now language features like template strings can be parsed. However Rhino does not support all features of the latest EcmaScript standard.

New rules

  • The new Java rule FinalParameterInAbstractMethod detects parameters that are declared as final in interfaces or abstract methods. Declaring the parameters as final is useless because the implementation may choose to not respect it.
    <rule ref="category/java/codestyle.xml/FinalParameterInAbstractMethod" />

The rule is part of the quickstart.xml ruleset.

Modified rules

  • The Apex rule ApexDoc has a new property reportProperty. If set to false (default is true if unspecified) doesn't report missing ApexDoc comments on properties. It allows you to enforce ApexDoc comments for classes and methods without requiring them for properties.

Fixed Issues

  • core
    • #3328: [core] designer.bat errors when JAVAFX_HOME contains spaces

... (truncated)

Commits
  • 391c325 [maven-release-plugin] prepare release pmd_releases/6.42.0
  • 2d6a149 Prepare pmd release 6.42.0
  • 93811d3 Merge pull request #3726 from adangel:issue-3328-designer-bat
  • fb913bd Merge pull request from Vyom-Yadav:CS-PMD-FIX-1
  • fb5e4dc [doc] Update release notes (#3747)
  • 0f01d46 [core] Updated DataType.java
  • c0c2c76 Merge pull request #3722 from adangel:issue-3721-returnemptycollection
  • 6558167 Merge pull request #3674 from adangel:issue-3639-usestringbufferlength
  • ed611cd Add @​gredler as a contributor
  • 3b8f87a Merge pull request #3745 from gredler:pmd-3712
  • 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 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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.