Merge branch 'pr-4984'

This commit is contained in:
Juan Martín Sotuyo Dodero
2024-04-29 13:34:24 -03:00
5 changed files with 62 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ This is a {{ site.pmd.release_type }} release.
* java-bestpractices
* [#4278](https://github.com/pmd/pmd/issues/4278): \[java] UnusedPrivateMethod FP with Junit 5 @MethodSource and default factory method name
* [#4852](https://github.com/pmd/pmd/issues/4852): \[java] ReplaceVectorWithList false-positive (neither Vector nor List usage)
* [#4975](https://github.com/pmd/pmd/issues/4975): \[java] UnusedPrivateMethod false positive when using @MethodSource on a @Nested test
### 🚨 API Changes