From d9fc166441b0110073675911318c8eab821ec366 Mon Sep 17 00:00:00 2001 From: "PMD CI (pmd-bot)" Date: Fri, 28 May 2021 11:10:31 +0000 Subject: [PATCH] Update documentation https://github.com/pmd/pmd/actions/runs/885324951 https://github.com/pmd/pmd/compare/62c70ae8138b...2298f302b495 --- feed.xml | 4 ++-- pmd_release_notes.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index cfc860f3e0..d75e8b9e29 100644 --- a/feed.xml +++ b/feed.xml @@ -5,8 +5,8 @@ Intended as a documentation theme based on Jekyll for technical writers documenting software and other technical products, this theme has all the elements you would need to handle multiple products with both multi-level sidebar navigation, tags, and other documentation features. https://pmd.github.io/pmd/ - Fri, 28 May 2021 11:07:14 +0000 - Fri, 28 May 2021 11:07:14 +0000 + Fri, 28 May 2021 11:08:19 +0000 + Fri, 28 May 2021 11:08:19 +0000 Jekyll v3.9.0 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 13b21c9208..ad0f1fdc0b 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1559,6 +1559,7 @@ However, Object.clone()
  • #2780: [java] DataClass example from documentation results in false-negative
  • #2987: [java] New Rule: Public and protected static fields must be final
  • +
  • #2329: [java] Cognitive complexity rule for Java
  • java-errorprone @@ -1599,6 +1600,7 @@ are deprecated. This functionality will be replaced by another TBD mechanism in
  • #3272: [apex] correction for ApexUnitTestMethodShouldHaveIsTestAnnotation false positives - William Brockhus
  • #3246: [java] New Rule: MutableStaticState - Vsevolod Zholobov
  • #3247: [java] New rule: JUnit5TestShouldBePackagePrivate - Arnaud Jeansen
  • +
  • #3293: [java] Cognitive Complexity Metric - Denis Borovikov
  • pmd.github.io#12: Update quickstart.html - Igor Lyadov