From 5a85f63cb673e5c5abf5bda41b991b1e7d5e6b93 Mon Sep 17 00:00:00 2001 From: "PMD CI (pmd-bot)" Date: Tue, 14 May 2024 15:29:33 +0000 Subject: [PATCH] Update documentation https://github.com/pmd/pmd/actions/runs/9081699198 https://github.com/pmd/pmd/compare/9acb7747e724...feddca0f4a6e --- feed.xml | 4 ++-- pmd_release_notes.html | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index 70a358140b..df51e9a45d 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://docs.pmd-code.org/latest/ - Tue, 14 May 2024 12:49:02 +0000 - Tue, 14 May 2024 12:49:02 +0000 + Tue, 14 May 2024 15:26:30 +0000 + Tue, 14 May 2024 15:26:30 +0000 Jekyll v3.9.5 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 9ad473eec8..589278d21b 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1924,6 +1924,11 @@
  • #4042: [java] A false negative about the rule StringBufferInstantiationWithChar
  • +
  • java-multithreading +
      +
    • #2368: [java] False positive UnsynchronizedStaticFormatter in static initializer
    • +
    +
  • 🚨 API Changes