From 58c433edcbeecd2ba366d3ca4976974c3157cdea Mon Sep 17 00:00:00 2001 From: "Travis CI (pmd-bot)" Date: Mon, 24 Aug 2020 19:13:35 +0000 Subject: [PATCH] Update documentation TRAVIS_JOB_NUMBER=5787.2 TRAVIS_COMMIT_RANGE=699ee7e2bf2a...98e4114745bb --- feed.xml | 4 ++-- pmd_release_notes.html | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/feed.xml b/feed.xml index 0704a63761..96df3cb3a3 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/ - Mon, 24 Aug 2020 18:50:34 +0000 - Mon, 24 Aug 2020 18:50:34 +0000 + Mon, 24 Aug 2020 19:10:52 +0000 + Mon, 24 Aug 2020 19:10:52 +0000 Jekyll v3.9.0 diff --git a/pmd_release_notes.html b/pmd_release_notes.html index 77f280fabf..dad30e4297 100644 --- a/pmd_release_notes.html +++ b/pmd_release_notes.html @@ -1612,6 +1612,14 @@ are deprecated as internal API.
  • #2699: [java] ProperCloneImplementation not valid for final class - Mykhailo Palahuta
  • #2700: [java] Fix OnlyOneReturn code example - Jan-Lukas Else
  • #2722: [doc] [java] ImmutableField: extend description, fixes #2108 - Mateusz Stefanski
  • +
  • #2725: Cleanup: change valueOf to parse when we need primitive return value. - XenoAmess
  • +
  • #2726: Cleanup: replace StringBuffer with StringBuilder - XenoAmess
  • +
  • #2727: Cleanup: replace indexOf() < 0 with contains - XenoAmess
  • +
  • #2728: Cleanup: javadoc issues - XenoAmess
  • +
  • #2729: Cleanup: use print instead of printf if no format exists - XenoAmess
  • +
  • #2731: Cleanup: avoid compiling Patterns repeatedly - XenoAmess
  • +
  • #2732: Cleanup: use StandardCharsets instead of Charset.forName - XenoAmess
  • +
  • #2734: Cleanup: use try with resources - XenoAmess