[doc] Update release notes (#4509)

Closes #4509
This commit is contained in:
Andreas Dangel
2023-04-27 09:34:12 +02:00
parent efbbd6cd2f
commit 3b31913146
2 changed files with 2 additions and 1 deletions

View File

@ -378,6 +378,7 @@ Language specific fixes:
* [#4427](https://github.com/pmd/pmd/issues/4427): \[apex] ApexBadCrypto test failing to detect inline code
* apex-design
* [#2667](https://github.com/pmd/pmd/issues/2667): \[apex] Integrate nawforce/ApexLink to build robust Unused rule
* [#4509](https://github.com/pmd/pmd/issues/4509): \[apex] ExcessivePublicCount doesn't consider inner classes correctly
* java
* [#520](https://github.com/pmd/pmd/issues/520): \[java] Allow `@SuppressWarnings` with constants instead of literals
* [#864](https://github.com/pmd/pmd/issues/864): \[java] Similar/duplicated implementations for determining FQCN

View File

@ -115,7 +115,7 @@ public class SomeClass {
</test-code>
<test-code>
<description>class with inner classes</description>
<description>#4509 class with inner classes</description>
<rule-property name="minimum">1</rule-property>
<expected-problems>2</expected-problems>
<expected-linenumbers>1,5</expected-linenumbers>