forked from phoedos/pmd
964 B
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
- #1530: [java] New rule: AvoidReassigningLoopVariables - Kris Scheibe
{% endtocmaker %}