Update PMD Designer to 6.14.0

This commit is contained in:
Andreas Dangel
2019-04-27 18:32:43 +02:00
parent 84c8e51913
commit de699fbedc
2 changed files with 8 additions and 1 deletions

View File

@ -24,6 +24,11 @@ Being based on a proper Antlr grammar, CPD can:
* ignore imports / libraries
* honor [comment-based suppressions](pmd_userdocs_cpd.html#suppression)
#### 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/blob/6.14.0/CHANGELOG.md).
### Modified Rules
* The Java rule {% rule "java/errorprone/AssignmentToNonFinalStatic" %} (`java-errorprone`) will now report on each
@ -55,6 +60,8 @@ Being based on a proper Antlr grammar, CPD can:
### API Changes
No changes.
### External Contributions
* [#1745](https://github.com/pmd/pmd/pull/1745): \[doc] Fixed some errors in docs - [0xflotus](https://github.com/0xflotus)

View File

@ -285,7 +285,7 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<pmd.build-tools.version>2</pmd.build-tools.version>
<pmd-designer.version>6.12.0</pmd-designer.version>
<pmd-designer.version>6.14.0</pmd-designer.version>
</properties>
<build>