Update documentation

TRAVIS_JOB_NUMBER=5560.2
TRAVIS_COMMIT_RANGE=ed77b3dc4654...5c1a11c0b423
This commit is contained in:
Travis CI (pmd-bot)
2020-07-23 09:12:13 +00:00
parent 58f4746362
commit 58dc0e277e
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, 23 Jul 2020 08:43:54 +0000</pubDate>
<lastBuildDate>Thu, 23 Jul 2020 08:43:54 +0000</lastBuildDate>
<pubDate>Thu, 23 Jul 2020 09:09:32 +0000</pubDate>
<lastBuildDate>Thu, 23 Jul 2020 09:09:32 +0000</lastBuildDate>
<generator>Jekyll v3.8.7</generator>
</channel>

View File

@@ -1444,6 +1444,7 @@ to variables, that are never used and are useless. The new rule is supposed to e
</li>
<li>java-bestpractices
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2543">#2543</a>: [java] UseCollectionIsEmpty can not detect the case this.foo.size()</li>
<li><a href="https://github.com/pmd/pmd/issues/2569">#2569</a>: [java] LiteralsFirstInComparisons: False negative for methods returning Strings</li>
</ul>
</li>
@@ -1492,6 +1493,7 @@ to variables, that are never used and are useless. The new rule is supposed to e
<li><a href="https://github.com/pmd/pmd/pull/2641">#2641</a>: [java] AvoidThrowingNullPointerException marks all NullPointerException… - <a href="https://github.com/Drofff">Mykhailo Palahuta</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2643">#2643</a>: [java] AvoidCallingFinalize detects some false positives (2578) - <a href="https://github.com/Drofff">Mykhailo Palahuta</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2651">#2651</a>: [java] False negative: LiteralsFirstInComparisons for methods… (2569) - <a href="https://github.com/Drofff">Mykhailo Palahuta</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2652">#2652</a>: [java] UseCollectionIsEmpty can not detect the case this.foo.size() - <a href="https://github.com/Drofff">Mykhailo Palahuta</a></li>
</ul>