Merge branch 'pr-2657'

[lang-test] Upgrade kotlintest to Kotest #2657
This commit is contained in:
Andreas Dangel
2020-07-30 10:31:43 +02:00
17 changed files with 107 additions and 92 deletions

View File

@@ -18,6 +18,7 @@ This is a {{ site.pmd.release_type }} release.
* core
* [#724](https://github.com/pmd/pmd/issues/724): \[core] Avoid parsing rulesets multiple times
* [#2653](https://github.com/pmd/pmd/issues/2653): \[lang-test] Upgrade kotlintest to Kotest
* java-performance
* [#2441](https://github.com/pmd/pmd/issues/2441): \[java] RedundantFieldInitializer can not detect a special case for char initialize: `char foo = '\0';`