From 4ea4392a102a2e229fc8dd1a7c6f550adc7bef67 Mon Sep 17 00:00:00 2001 From: "PMD CI (pmd-bot)" Date: Fri, 15 Nov 2024 22:09:38 +0000 Subject: [PATCH] Update documentation https://github.com/pmd/pmd/actions/runs/11863875691 https://github.com/pmd/pmd/compare/15cab177d237...e60f460e0289 --- feed.xml | 4 ++-- pmd_release_notes.html | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index 62be8a622b..216bc4ea4b 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/ - Fri, 15 Nov 2024 21:47:57 +0000 - Fri, 15 Nov 2024 21:47:57 +0000 + Fri, 15 Nov 2024 22:05:41 +0000 + Fri, 15 Nov 2024 22:05:41 +0000 Jekyll v3.10.0 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 3728ae787f..b1e62f2ef4 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1936,6 +1936,7 @@
  • java-bestpractices
    • #5083: [java] UnusedPrivateMethod false positive when method reference has no target type
    • +
    • #5097: [java] UnusedPrivateMethod FP with raw type missing from the classpath
    • #5318: [java] PreserveStackTraceRule: false-positive on Pattern Matching with instanceof