From 9c325bfdb92498352d5afc88c6671dc75886f942 Mon Sep 17 00:00:00 2001 From: "Travis CI (pmd-bot)" Date: Thu, 23 Jul 2020 14:07:09 +0000 Subject: [PATCH] Update documentation TRAVIS_JOB_NUMBER=5569.2 TRAVIS_COMMIT_RANGE=6fdfac23c858...fb6ec96bad5a --- feed.xml | 4 ++-- pmd_release_notes.html | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index 635c2c77f4..5f07115419 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/ - Thu, 23 Jul 2020 12:26:51 +0000 - Thu, 23 Jul 2020 12:26:51 +0000 + Thu, 23 Jul 2020 14:04:34 +0000 + Thu, 23 Jul 2020 14:04:34 +0000 Jekyll v3.8.7 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 3360028087..56ee49ac58 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1431,6 +1431,11 @@ to variables, that are never used and are useless. The new rule is supposed to e
  • #2626: [apex] UnusedLocalVariable - false positive on case insensitivity allowed in Apex
  • +
  • apex-performance +
      +
    • #2598: [apex] AvoidSoqlInLoops false positive for SOQL with in For-Loop
    • +
    +
  • apex-security
    • #2620: [visualforce] False positive on VfUnescapeEl with new Message Channel feature
    • @@ -1449,9 +1454,15 @@ to variables, that are never used and are useless. The new rule is supposed to e
    • #2569: [java] LiteralsFirstInComparisons: False negative for methods returning Strings
  • +
  • java-codestyle +
      +
    • #2546: [java] DuplicateImports reported for the same import… and import static…
    • +
    +
  • java-design
    • #2174: [java] LawOfDemeter: False positive with ‘this’ pointer
    • +
    • #2181: [java] LawOfDemeter: False positive with indexed array access
    • #2189: [java] LawOfDemeter: False positive when casting to derived class
    • #2580: [java] AvoidThrowingNullPointerException marks all NullPointerException objects as wrong, whether or not thrown