Update documentation

TRAVIS_JOB_NUMBER=5439.2
TRAVIS_COMMIT_RANGE=75146a06bf96...99b8f4e443fb
This commit is contained in:
Travis CI (pmd-bot)
2020-06-21 16:21:45 +00:00
parent 2a5edf33f5
commit 53f6cccdbc
2 changed files with 3 additions and 2 deletions

View File

@@ -5,8 +5,8 @@
<description>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.</description>
<link>https://pmd.github.io/pmd/</link>
<atom:link href="https://pmd.github.io/pmd/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Sun, 21 Jun 2020 16:01:39 +0000</pubDate>
<lastBuildDate>Sun, 21 Jun 2020 16:01:39 +0000</lastBuildDate>
<pubDate>Sun, 21 Jun 2020 16:19:12 +0000</pubDate>
<lastBuildDate>Sun, 21 Jun 2020 16:19:12 +0000</lastBuildDate>
<generator>Jekyll v3.8.7</generator>
</channel>

View File

@@ -1520,6 +1520,7 @@ in the developer documentation.</li>
<li>java-performance
<ul>
<li><a href="https://github.com/pmd/pmd/pull/2591">#2591</a>: [java] InefficientStringBuffering/AppendCharacterWithChar: Fix false negatives with concats in appends</li>
<li><a href="https://github.com/pmd/pmd/pull/2600">#2600</a>: [java] UseStringBufferForStringAppends: fix false negative with fields</li>
</ul>
</li>
<li>scala