From 28d3c64f3ddef47a2e49f1154a083d8471ea7714 Mon Sep 17 00:00:00 2001 From: "Travis CI (pmd-bot)" Date: Fri, 1 Feb 2019 22:40:34 +0000 Subject: [PATCH] Update documentation TRAVIS_JOB_NUMBER=3399.2 TRAVIS_COMMIT_RANGE=bd7c6c3a17f7...d5b3da2c11e2 --- feed.xml | 4 ++-- pmd_release_notes.html | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index 85d397adea..014b6fb06e 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, 01 Feb 2019 22:10:22 +0000 - Fri, 01 Feb 2019 22:10:22 +0000 + Fri, 01 Feb 2019 22:39:27 +0000 + Fri, 01 Feb 2019 22:39:27 +0000 Jekyll v3.7.4 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index a258ab5293..4f521f673e 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1300,6 +1300,11 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
  • #1547: [java] AtLeastOneConstructorRule: false-positive with lombok.AllArgsConstructor
  • +
  • java-design +
      +
    • #1641: [java] False-positive with Lombok and inner classes
    • +
    +
  • java-errorprone
    • #780: [java] BeanMembersShouldSerializeRule does not recognize lombok accessors
    • @@ -1322,6 +1327,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
    • #1628: [java] LinguisticNaming should ignore overriden methods - Shubham
    • #1634: [java] BeanMembersShouldSerializeRule does not recognize lombok accessors - Shubham
    • #1635: [java] UnsynchronizedStaticFormatter reports commons lang FastDateFormat - Shubham
    • +
    • #1640: [java] Update instead of override classHasLombokAnnotation flag - Phokham Nonava