Update pmd-designer to 6.27.0

This commit is contained in:
Andreas Dangel
2020-08-23 18:40:55 +02:00
parent e6e7e1854e
commit 3a7ea4b606
2 changed files with 6 additions and 1 deletions

View File

@ -48,6 +48,11 @@ in terms of string processing.
See also [[all] Ensure PMD/CPD uses tab width of 1 for tabs consistently #2656](https://github.com/pmd/pmd/pull/2656).
#### Updated PMD Designer
This PMD release ships a new version of the pmd-designer.
For the changes, see [PMD Designer Changelog](https://github.com/pmd/pmd-designer/releases/tag/6.27.0).
#### New Rules
* The new Java rule {% rule "java/bestpractices/AvoidReassigningCatchVariables" %} (`java-bestpractices`) finds

View File

@ -107,7 +107,7 @@
<pmd.build-tools.version>8</pmd.build-tools.version>
<pmd-designer.version>6.24.0</pmd-designer.version>
<pmd-designer.version>6.27.0</pmd-designer.version>
</properties>
<build>