[doc] Update release notes (#4557) [skip ci]

This commit is contained in:
Andreas Dangel
2023-05-26 10:27:46 +02:00
parent bcf8bdd7ae
commit 18b14c8c92

View File

@ -53,6 +53,7 @@ See [the example report]({{ baseurl }}report-examples/cpdhtml-v2.html).
* java-codestyle
* [#4268](https://github.com/pmd/pmd/issues/4268): \[java] CommentDefaultAccessModifier: false positive with TestNG annotations
* [#4432](https://github.com/pmd/pmd/issues/4432): \[java] \[7.0-rc1] UnnecessaryImport - Unused static import is being used
* [#4557](https://github.com/pmd/pmd/issues/4557): \[java] UnnecessaryImport FP with static imports of overloaded methods
* java-errorprone
* [#4063](https://github.com/pmd/pmd/issues/4063): \[java] AvoidBranchingStatementAsLastInLoop: False-negative about try/finally block
* [#4457](https://github.com/pmd/pmd/issues/4457): \[java] OverrideBothEqualsAndHashcode: false negative with anonymous classes