Update documentation

TRAVIS_JOB_NUMBER=5703.2
TRAVIS_COMMIT_RANGE=bb8edec8c982...575d1262a9dc
This commit is contained in:
Travis CI (pmd-bot)
2020-08-13 17:00:58 +00:00
parent fcc7ef7e9a
commit 47d1163ba3
2 changed files with 4 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>Thu, 13 Aug 2020 12:41:53 +0000</pubDate>
<lastBuildDate>Thu, 13 Aug 2020 12:41:53 +0000</lastBuildDate>
<pubDate>Thu, 13 Aug 2020 16:58:25 +0000</pubDate>
<lastBuildDate>Thu, 13 Aug 2020 16:58:25 +0000</lastBuildDate>
<generator>Jekyll v3.9.0</generator>
</channel>

View File

@ -1456,6 +1456,7 @@ which was introduced in PMD 6.26.0.</li>
<li>java-performance
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2441">#2441</a>: [java] RedundantFieldInitializer can not detect a special case for char initialize: <code class="language-plaintext highlighter-rouge">char foo = '\0';</code></li>
<li><a href="https://github.com/pmd/pmd/issues/2530">#2530</a>: [java] StringToString can not detect the case: getStringMethod().toString()</li>
</ul>
</li>
</ul>
@ -1509,6 +1510,7 @@ includes all code in the following packages, and their subpackages:
<h3 id="external-contributions">External Contributions</h3>
<ul>
<li><a href="https://github.com/pmd/pmd/pull/2659">#2659</a>: [java] StringToString can not detect the case: getStringMethod().toString() - <a href="https://github.com/Drofff">Mykhailo Palahuta</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2677">#2677</a>: [java] RedundantFieldInitializer can not detect a special case for char initialize: <code class="language-plaintext highlighter-rouge">char foo = '\0';</code> - <a href="https://github.com/Drofff">Mykhailo Palahuta</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2678">#2678</a>: [java] AvoidCatchingThrowable can not detect the case: catch (java.lang.Throwable t) - <a href="https://github.com/Drofff">Mykhailo Palahuta</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2679">#2679</a>: [java] InvalidLogMessageFormatRule throws IndexOutOfBoundsException when only logging exception message - <a href="https://github.com/Drofff">Mykhailo Palahuta</a></li>