Update documentation

TRAVIS_JOB_NUMBER=2848.2
TRAVIS_COMMIT_RANGE=2e3fe51834af...e30503b3726b
This commit is contained in:
Travis CI (pmd-bot)
2018-09-22 06:30:04 +00:00
parent 1de65d524c
commit 449a234dc0
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, 22 Sep 2018 06:17:02 +0000</pubDate>
<lastBuildDate>Sat, 22 Sep 2018 06:17:02 +0000</lastBuildDate>
<pubDate>Sat, 22 Sep 2018 06:29:31 +0000</pubDate>
<lastBuildDate>Sat, 22 Sep 2018 06:29:31 +0000</lastBuildDate>
<generator>Jekyll v3.7.3</generator>
</channel>

View File

@ -1338,6 +1338,11 @@ the breaking API changes will be performed in 7.0.0.</p>
<h3 id="fixed-issues">Fixed Issues</h3>
<ul>
<li>apex-bestpractices
<ul>
<li><a href="https://github.com/pmd/pmd/issues/1348">#1348</a>: [apex] AvoidGlobalModifierRule gives warning even when its a webservice - false positive</li>
</ul>
</li>
<li>java-codestyle
<ul>
<li><a href="https://github.com/pmd/pmd/issues/1329">#1329</a>: [java] FieldNamingConventions: false positive in serializable class with serialVersionUID</li>