From f1e9a23b0123e1ad04da8f8cc98b95f549ac5872 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Thu, 24 Sep 2020 12:08:10 +0200 Subject: [PATCH] [doc] Update release notes - group fixes by category --- docs/pages/release_notes.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/pages/release_notes.md b/docs/pages/release_notes.md index 36356aee48..0b4353d908 100644 --- a/docs/pages/release_notes.md +++ b/docs/pages/release_notes.md @@ -32,13 +32,15 @@ AbstractTokenizer and the custom tokenizers of Fortran, Perl and Ruby are deprec * apex-security * [#2774](https://github.com/pmd/pmd/issues/2774): \[apex] ApexSharingViolations does not correlate sharing settings with class that contains data access -* pmd-java - * [#2708](https://github.com/pmd/pmd/issues/2708): \[java] False positive FinalFieldCouldBeStatic when using lombok Builder.Default +* java * [#2738](https://github.com/pmd/pmd/issues/2738): \[java] Custom rule with @ExhaustiveEnumSwitch throws NPE * [#2756](https://github.com/pmd/pmd/issues/2756): \[java] TypeTestUtil fails with NPE for anonymous class - * [#2759](https://github.com/pmd/pmd/issues/2759): \[java] False positive in UnusedAssignment * [#2767](https://github.com/pmd/pmd/issues/2767): \[java] IndexOutOfBoundsException when parsing an initializer BlockStatement * [#2783](https://github.com/pmd/pmd/issues/2783): \[java] Error while parsing with lambda of custom interface +* java-bestpractices + * [#2759](https://github.com/pmd/pmd/issues/2759): \[java] False positive in UnusedAssignment +* java-design + * [#2708](https://github.com/pmd/pmd/issues/2708): \[java] False positive FinalFieldCouldBeStatic when using lombok Builder.Default ### API Changes