Skip to content

dependabot maven(deps): bump pmd.version from 6.45.0 to 6.46.0

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

Bumps pmd.version from 6.45.0 to 6.46.0. Updates pmd-core from 6.45.0 to 6.46.0

Release notes

Sourced from pmd-core's releases.

PMD 6.46.0 (28-May-2022)

28-May-2022 - 6.46.0

The PMD team is pleased to announce PMD 6.46.0.

This is a minor release.

Table Of Contents

New and noteworthy

CLI improvements

The PMD CLI now allows repeating the --dir (-d) and --rulesets (-R) options, as well as providing several space-separated arguments to either of them. For instance:

pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml

This also allows globs to be used on the CLI if your shell supports shell expansion. For instance, the above can be written

pmd -d src/*/java -R rset*.xml

Please use theses new forms instead of using comma-separated lists as argument to these options.

C# Improvements

When executing CPD on C# sources, the option --ignore-annotations is now supported as well. It ignores C# attributes when detecting duplicated code. This option can also be enabled via the CPD GUI. See #3974 for details.

New Rules

This release ships with 2 new Java rules.

... (truncated)

Commits
  • a75acde [maven-release-plugin] prepare release pmd_releases/6.46.0
  • 6f86a71 Prepare pmd release 6.46.0
  • 09c1abb Merge pull request #3980 from adangel:deprecate-ant-formatter
  • ede4c6d Merge pull request #3979 from adangel:deprecate-cpd-system-props
  • 3779a54 Merge pull request #3978 from adangel:html-extensions
  • 16df537 Merge pull request #3958 from oowekyala:issue2352-ruleset-deprecations
  • 3b774eb Merge pull request #3716 from oowekyala:merge-empty-rules
  • 95ad4d3 [doc] Update release notes (#3096)
  • 650e66b [doc] Update release notes (#2352, #3958)
  • 425015c Merge branch 'master' into pr/3958
  • Additional commits viewable in compare view

Updates pmd-java from 6.45.0 to 6.46.0

Release notes

Sourced from pmd-java's releases.

PMD 6.46.0 (28-May-2022)

28-May-2022 - 6.46.0

The PMD team is pleased to announce PMD 6.46.0.

This is a minor release.

Table Of Contents

New and noteworthy

CLI improvements

The PMD CLI now allows repeating the --dir (-d) and --rulesets (-R) options, as well as providing several space-separated arguments to either of them. For instance:

pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml

This also allows globs to be used on the CLI if your shell supports shell expansion. For instance, the above can be written

pmd -d src/*/java -R rset*.xml

Please use theses new forms instead of using comma-separated lists as argument to these options.

C# Improvements

When executing CPD on C# sources, the option --ignore-annotations is now supported as well. It ignores C# attributes when detecting duplicated code. This option can also be enabled via the CPD GUI. See #3974 for details.

New Rules

This release ships with 2 new Java rules.

... (truncated)

Commits
  • a75acde [maven-release-plugin] prepare release pmd_releases/6.46.0
  • 6f86a71 Prepare pmd release 6.46.0
  • 09c1abb Merge pull request #3980 from adangel:deprecate-ant-formatter
  • ede4c6d Merge pull request #3979 from adangel:deprecate-cpd-system-props
  • 3779a54 Merge pull request #3978 from adangel:html-extensions
  • 16df537 Merge pull request #3958 from oowekyala:issue2352-ruleset-deprecations
  • 3b774eb Merge pull request #3716 from oowekyala:merge-empty-rules
  • 95ad4d3 [doc] Update release notes (#3096)
  • 650e66b [doc] Update release notes (#2352, #3958)
  • 425015c Merge branch 'master' into pr/3958
  • Additional commits viewable in compare view

Updates pmd-javascript from 6.45.0 to 6.46.0

Release notes

Sourced from pmd-javascript's releases.

PMD 6.46.0 (28-May-2022)

28-May-2022 - 6.46.0

The PMD team is pleased to announce PMD 6.46.0.

This is a minor release.

Table Of Contents

New and noteworthy

CLI improvements

The PMD CLI now allows repeating the --dir (-d) and --rulesets (-R) options, as well as providing several space-separated arguments to either of them. For instance:

pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml

This also allows globs to be used on the CLI if your shell supports shell expansion. For instance, the above can be written

pmd -d src/*/java -R rset*.xml

Please use theses new forms instead of using comma-separated lists as argument to these options.

C# Improvements

When executing CPD on C# sources, the option --ignore-annotations is now supported as well. It ignores C# attributes when detecting duplicated code. This option can also be enabled via the CPD GUI. See #3974 for details.

New Rules

This release ships with 2 new Java rules.

... (truncated)

Commits
  • a75acde [maven-release-plugin] prepare release pmd_releases/6.46.0
  • 6f86a71 Prepare pmd release 6.46.0
  • 09c1abb Merge pull request #3980 from adangel:deprecate-ant-formatter
  • ede4c6d Merge pull request #3979 from adangel:deprecate-cpd-system-props
  • 3779a54 Merge pull request #3978 from adangel:html-extensions
  • 16df537 Merge pull request #3958 from oowekyala:issue2352-ruleset-deprecations
  • 3b774eb Merge pull request #3716 from oowekyala:merge-empty-rules
  • 95ad4d3 [doc] Update release notes (#3096)
  • 650e66b [doc] Update release notes (#2352, #3958)
  • 425015c Merge branch 'master' into pr/3958
  • Additional commits viewable in compare view

Updates pmd-jsp from 6.45.0 to 6.46.0

Release notes

Sourced from pmd-jsp's releases.

PMD 6.46.0 (28-May-2022)

28-May-2022 - 6.46.0

The PMD team is pleased to announce PMD 6.46.0.

This is a minor release.

Table Of Contents

New and noteworthy

CLI improvements

The PMD CLI now allows repeating the --dir (-d) and --rulesets (-R) options, as well as providing several space-separated arguments to either of them. For instance:

pmd -d src/main/java src/test/java -R rset1.xml -R rset2.xml

This also allows globs to be used on the CLI if your shell supports shell expansion. For instance, the above can be written

pmd -d src/*/java -R rset*.xml

Please use theses new forms instead of using comma-separated lists as argument to these options.

C# Improvements

When executing CPD on C# sources, the option --ignore-annotations is now supported as well. It ignores C# attributes when detecting duplicated code. This option can also be enabled via the CPD GUI. See #3974 for details.

New Rules

This release ships with 2 new Java rules.

... (truncated)

Commits
  • a75acde [maven-release-plugin] prepare release pmd_releases/6.46.0
  • 6f86a71 Prepare pmd release 6.46.0
  • 09c1abb Merge pull request #3980 from adangel:deprecate-ant-formatter
  • ede4c6d Merge pull request #3979 from adangel:deprecate-cpd-system-props
  • 3779a54 Merge pull request #3978 from adangel:html-extensions
  • 16df537 Merge pull request #3958 from oowekyala:issue2352-ruleset-deprecations
  • 3b774eb Merge pull request #3716 from oowekyala:merge-empty-rules
  • 95ad4d3 [doc] Update release notes (#3096)
  • 650e66b [doc] Update release notes (#2352, #3958)
  • 425015c Merge branch 'master' into pr/3958
  • Additional commits viewable in compare view

Merge request reports