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.23.0 to 6.24.0 #71

Merged
merged 1 commit into from
May 26, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps pmd.version from 6.23.0 to 6.24.0.
Updates pmd-core from 6.23.0 to 6.24.0

Release notes

Sourced from pmd-core's releases.

PMD 6.24.0 (24-May-2020)

24-May-2020 - 6.24.0

The PMD team is pleased to announce PMD 6.24.0.

This is a minor release.

Table Of Contents

New and noteworthy

CPD now supports XML as well

Thanks to Fernando Cosso CPD can now find duplicates in XML files as well. This is useful to find duplicated sections in XML files.

Updated PMD Designer

This PMD release ships a new version of the pmd-designer. For the changes, see PMD Designer Changelog.

New Rules

  • The new Java Rule LiteralsFirstInComparisons (java-bestpractices) find String literals, that are used in comparisons and are not positioned first. Using the String literal as the receiver of e.g. equals helps to avoid NullPointerExceptions.

    This rule is replacing the two old rules PositionLiteralsFirstInComparisons and PositionLiteralsFirstInCaseInsensitiveComparisons and extends the check for the methods compareTo, compareToIgnoreCase and contentEquals in addition to equals and equalsIgnoreCase.

    Note: This rule also replaces the two mentioned rules in Java's quickstart ruleset.

Deprecated Rules

... (truncated)
Commits
  • 229cb2b [maven-release-plugin] prepare release pmd_releases/6.24.0
  • f2b8d21 Prepare pmd release 6.24.0
  • ff33cf0 Update pmd-designer to 6.24.0
  • a3a292d Remove unnecessary source-type tags in rule tests
  • 5618257 [doc] Fix rule tags in the rule docs
  • 6edd6c3 [doc] Update gems
  • bc7328f [doc] Support nested classes when generating jdoc links
  • d21e309 [java] AvoidPrintStackTrace - fix tests and deprecation warning
  • 4899d04 Merge branch 'pr-2522'
  • db88d03 [doc] Update release notes, fixes #2437
  • Additional commits viewable in compare view

Updates pmd-java from 6.23.0 to 6.24.0

Release notes

Sourced from pmd-java's releases.

PMD 6.24.0 (24-May-2020)

24-May-2020 - 6.24.0

The PMD team is pleased to announce PMD 6.24.0.

This is a minor release.

Table Of Contents

New and noteworthy

CPD now supports XML as well

Thanks to Fernando Cosso CPD can now find duplicates in XML files as well. This is useful to find duplicated sections in XML files.

Updated PMD Designer

This PMD release ships a new version of the pmd-designer. For the changes, see PMD Designer Changelog.

New Rules

  • The new Java Rule LiteralsFirstInComparisons (java-bestpractices) find String literals, that are used in comparisons and are not positioned first. Using the String literal as the receiver of e.g. equals helps to avoid NullPointerExceptions.

    This rule is replacing the two old rules PositionLiteralsFirstInComparisons and PositionLiteralsFirstInCaseInsensitiveComparisons and extends the check for the methods compareTo, compareToIgnoreCase and contentEquals in addition to equals and equalsIgnoreCase.

    Note: This rule also replaces the two mentioned rules in Java's quickstart ruleset.

Deprecated Rules

... (truncated)
Commits
  • 229cb2b [maven-release-plugin] prepare release pmd_releases/6.24.0
  • f2b8d21 Prepare pmd release 6.24.0
  • ff33cf0 Update pmd-designer to 6.24.0
  • a3a292d Remove unnecessary source-type tags in rule tests
  • 5618257 [doc] Fix rule tags in the rule docs
  • 6edd6c3 [doc] Update gems
  • bc7328f [doc] Support nested classes when generating jdoc links
  • d21e309 [java] AvoidPrintStackTrace - fix tests and deprecation warning
  • 4899d04 Merge branch 'pr-2522'
  • db88d03 [doc] Update release notes, fixes #2437
  • 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.23.0 to 6.24.0.

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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Update of dependencies label May 25, 2020
@uhafner uhafner merged commit 4501591 into master May 26, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/pmd.version-6.24.0 branch May 26, 2020 18:20
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