Update changelog, refs #4980

This commit is contained in:
Juan Martín Sotuyo Dodero
2024-04-27 21:23:01 -03:00
parent d2e0826ed8
commit a77519399e

View File

@@ -16,6 +16,8 @@ This is a {{ site.pmd.release_type }} release.
### 🐛 Fixed Issues
* java
* [#4980](https://github.com/pmd/pmd/issues/4980): \[java] Bad intersection, unrelated class types java.lang.Object\[] and java.lang.Number
* java-bestpractices
* [#4278](https://github.com/pmd/pmd/issues/4278): \[java] UnusedPrivateMethod FP with Junit 5 @MethodSource and default factory method name
* [#4975](https://github.com/pmd/pmd/issues/4975): \[java] UnusedPrivateMethod false positive when using @MethodSource on a @Nested test