From 1b95e1e66f383d23bd7ff28de24baa8544a4c65f Mon Sep 17 00:00:00 2001 From: "PMD CI (pmd-bot)" Date: Sun, 9 May 2021 12:56:18 +0000 Subject: [PATCH] Update documentation https://github.com/pmd/pmd/actions/runs/825233193 https://github.com/pmd/pmd/compare/5e850c058451...dca0bf9545f9 --- feed.xml | 4 ++-- pmd_release_notes.html | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index 351580b78c..d5119c1d92 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/ - Sun, 09 May 2021 10:28:39 +0000 - Sun, 09 May 2021 10:28:39 +0000 + Sun, 09 May 2021 12:53:14 +0000 + Sun, 09 May 2021 12:53:14 +0000 Jekyll v3.9.0 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index e0bddce4ea..75d49b26f3 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1459,6 +1459,11 @@ are compared. Constants are identified by looking for an all-caps identifier.#2466: [dist] Distribution archive doesn’t include all batch scripts +
  • java +
      +
    • #3269: [java] Fix NPE in MethodTypeResolution
    • +
    +
  • java-bestpractices
    • #2737: [java] Fix misleading rule message on rule SwitchStmtsShouldHaveDefault with non-exhaustive enum switch