Update documentation

TRAVIS_JOB_NUMBER=3450.2
TRAVIS_COMMIT_RANGE=dd175ff4e56c...b74527cb8ea4
This commit is contained in:
Travis CI (pmd-bot)
2019-02-17 19:38:15 +00:00
parent cfd6a5c6a6
commit e3ca31fa9b
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>Sun, 17 Feb 2019 18:13:27 +0000</pubDate>
<lastBuildDate>Sun, 17 Feb 2019 18:13:27 +0000</lastBuildDate>
<pubDate>Sun, 17 Feb 2019 19:37:08 +0000</pubDate>
<lastBuildDate>Sun, 17 Feb 2019 19:37:08 +0000</lastBuildDate>
<generator>Jekyll v3.7.4</generator>
</channel>

View File

@ -1297,6 +1297,11 @@ all test methods, either using the <code class="highlighter-rouge">testMethod</c
<h3 id="fixed-issues">Fixed Issues</h3>
<ul>
<li>all
<ul>
<li><a href="https://github.com/pmd/pmd/issues/1559">#1559</a>: [core] CPD: Lexical error in file (no file name provided)</li>
</ul>
</li>
<li>java-bestpractices
<ul>
<li><a href="https://github.com/pmd/pmd/issues/808">#808</a>: [java] AccessorMethodGeneration false positives with compile time constants</li>