From 2926192d596078f030bc1526edf0341cfc436d82 Mon Sep 17 00:00:00 2001 From: "PMD CI (pmd-bot)" Date: Fri, 23 Apr 2021 13:05:43 +0000 Subject: [PATCH] Update documentation https://github.com/pmd/pmd/runs/777751562 https://github.com/pmd/pmd/compare/9937aed5dc38...a7bd76e8665a --- feed.xml | 4 ++-- pmd_release_notes.html | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index 02b18c28bf..c00fe7a9a7 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, 23 Apr 2021 10:12:26 +0000 - Fri, 23 Apr 2021 10:12:26 +0000 + Fri, 23 Apr 2021 13:03:11 +0000 + Fri, 23 Apr 2021 13:03:11 +0000 Jekyll v3.9.0 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 32799273bf..cf3048bfd0 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1481,6 +1481,7 @@ the violation should be suppres
  • apex-security
      +
    • #3202: [apex] ApexCRUDViolationRule fails to report CRUD violation on COUNT() queries
    • #3210: [apex] ApexCRUDViolationRule false-negative on non-VF getter
  • @@ -1511,6 +1512,7 @@ the violation should be suppres
  • #3193: [java] New rule: UseStandardCharsets - Andrea Aime
  • #3198: [apex] OperationWithLimitsInLoopRule: Support more limit consuming static method invocations - Jonathan Wiesel
  • #3211: [apex] ApexCRUDViolationRule: Do not assume method is VF getter to avoid CRUD checks - Jonathan Wiesel
  • +
  • #3234: [apex] ApexCRUDViolation: COUNT is indeed CRUD checkable since it exposes data (false-negative) - Jonathan Wiesel