Update documentation

TRAVIS_JOB_NUMBER=3375.2
TRAVIS_COMMIT_RANGE=b15a5087e0f0...add4a78b57a2
This commit is contained in:
Travis CI (pmd-bot)
2019-01-29 03:04:37 +00:00
parent c1e7caa899
commit 5b20da037d
2 changed files with 8 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>Tue, 29 Jan 2019 02:48:53 +0000</pubDate>
<lastBuildDate>Tue, 29 Jan 2019 02:48:53 +0000</lastBuildDate>
<pubDate>Tue, 29 Jan 2019 03:03:31 +0000</pubDate>
<lastBuildDate>Tue, 29 Jan 2019 03:03:31 +0000</lastBuildDate>
<generator>Jekyll v3.7.4</generator>
</channel>

View File

@ -1289,6 +1289,11 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
<h3 id="fixed-issues">Fixed Issues</h3>
<ul>
<li>java-bestpractices
<ul>
<li><a href="https://github.com/pmd/pmd/issues/1555">#1555</a>: [java] UnusedImports false positive for method parameter type in @see Javadoc</li>
</ul>
</li>
<li>java-codestyle
<ul>
<li><a href="https://github.com/pmd/pmd/issues/1547">#1547</a>: [java] AtLeastOneConstructorRule: false-positive with lombok.AllArgsConstructor</li>
@ -1302,6 +1307,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
<ul>
<li><a href="https://github.com/pmd/pmd/pull/1623">#1623</a>: [java] Fix lombok.AllArgsConstructor support - <a href="https://github.com/CasualSuperman">Bobby Wertman</a></li>
<li><a href="https://github.com/pmd/pmd/pull/1625">#1625</a>: [java] UnusedImports false positive for method parameter type in @see Javadoc - <a href="https://github.com/Shubham-2k17">Shubham</a></li>
</ul>