Update documentation

TRAVIS_JOB_NUMBER=2682.2
TRAVIS_COMMIT_RANGE=5ca1f7438c45...5f593561d99f
This commit is contained in:
Travis CI (pmd-bot)
2018-08-04 18:24:56 +00:00
parent 5e58551159
commit dd48156bbe
2 changed files with 7 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>Sat, 04 Aug 2018 18:18:22 +0000</pubDate>
<lastBuildDate>Sat, 04 Aug 2018 18:18:22 +0000</lastBuildDate>
<pubDate>Sat, 04 Aug 2018 18:24:41 +0000</pubDate>
<lastBuildDate>Sat, 04 Aug 2018 18:24:41 +0000</lastBuildDate>
<generator>Jekyll v3.7.3</generator>
</channel>

View File

@ -1285,6 +1285,11 @@ The rule can be customized via patterns. By default, short variable names are re
<li><a href="https://github.com/pmd/pmd/issues/1191">#1191</a>: [core] Test Framework: Sort violations by line/column</li>
</ul>
</li>
<li>java-codestyle
<ul>
<li><a href="https://github.com/pmd/pmd/issues/1255">#1255</a>: [java] UnnecessaryFullyQualifiedName false positive: static method on shadowed implicitly imported class</li>
</ul>
</li>
<li>java-errorprone
<ul>
<li><a href="https://github.com/pmd/pmd/issues/1078">#1078</a>: [java] MissingSerialVersionUID rule does not seem to catch inherited classes</li>