pmd/docs/pages/release_notes.md
2018-12-22 23:26:07 +01:00

964 B

title permalink keywords
PMD Release Notes pmd_release_notes.html changelog, release notes

{{ site.pmd.date }} - {{ site.pmd.version }}

The PMD team is pleased to announce PMD {{ site.pmd.version }}.

This is a {{ site.pmd.release_type }} release.

{% tocmaker is_release_notes_processor %}

New and noteworthy

New Rules

  • The new Java rule {% rule "java/bestpractices/AvoidReassigningLoopVariables" %} (java-bestpractices) searches for loop variables that are reassigned. Changing the loop variables additionally to the loop itself can lead to hard-to-find bugs.

Fixed Issues

  • java-bestpractices
    • #1518: [java] New rule: AvoidReassigningLoopVariable

API Changes

External Contributions

{% endtocmaker %}