From fd9e49ea5d9b29d5a63c6d7128f584099d77387a Mon Sep 17 00:00:00 2001 From: "Travis CI (pmd-bot)" Date: Wed, 30 Jan 2019 15:37:50 +0000 Subject: [PATCH] Update documentation TRAVIS_JOB_NUMBER=3387.2 TRAVIS_COMMIT_RANGE=0ae9ed045b8e...e2a4b744fd54 --- feed.xml | 4 ++-- pmd_release_notes.html | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index f1530888d3..70938ea549 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/ - Wed, 30 Jan 2019 15:18:33 +0000 - Wed, 30 Jan 2019 15:18:33 +0000 + Wed, 30 Jan 2019 15:36:43 +0000 + Wed, 30 Jan 2019 15:36:43 +0000 Jekyll v3.7.4 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 4828890c21..9d355aef84 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-errorprone +
      +
    • #780: [java] BeanMembersShouldSerializeRule does not recognize lombok accessors
    • +
    +
  • java-multithreading
    • #1633: [java] UnsynchronizedStaticFormatter reports commons lang FastDateFormat
    • @@ -1315,6 +1320,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
    • #1623: [java] Fix lombok.AllArgsConstructor support - Bobby Wertman
    • #1625: [java] UnusedImports false positive for method parameter type in @see Javadoc - Shubham
    • #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