Update documentation

TRAVIS_JOB_NUMBER=5834.2
TRAVIS_COMMIT_RANGE=81c82729e3a5...4559e35b66f5
This commit is contained in:
Travis CI (pmd-bot)
2020-08-30 15:24:16 +00:00
parent 4ea9f9aac2
commit a2aad50c17
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>Sun, 30 Aug 2020 15:03:29 +0000</pubDate>
<lastBuildDate>Sun, 30 Aug 2020 15:03:29 +0000</lastBuildDate>
<pubDate>Sun, 30 Aug 2020 15:21:28 +0000</pubDate>
<lastBuildDate>Sun, 30 Aug 2020 15:21:28 +0000</lastBuildDate>
<generator>Jekyll v3.9.0</generator>
</channel>

View File

@ -1532,6 +1532,11 @@ which was introduced in PMD 6.26.0.</li>
<li><a href="https://github.com/pmd/pmd/issues/2530">#2530</a>: [java] StringToString can not detect the case: getStringMethod().toString()</li>
</ul>
</li>
<li>dart
<ul>
<li><a href="https://github.com/pmd/pmd/pull/2750">#2750</a>: [dart] [cpd] Cpd Dart escaped dollar</li>
</ul>
</li>
</ul>
<h3 id="api-changes">API Changes</h3>
@ -1628,6 +1633,7 @@ are deprecated as internal API.</li>
<li><a href="https://github.com/pmd/pmd/pull/2734">#2734</a>: Cleanup: use try with resources - <a href="https://github.com/XenoAmess">XenoAmess</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2744">#2744</a>: Cleanup: fix typos - <a href="https://github.com/XenoAmess">XenoAmess</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2749">#2749</a>: [dart] [cpd] Improvements for Dart interpolated strings - <a href="https://github.com/maikelsteneker">Maikel Steneker</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2750">#2750</a>: [dart] [cpd] Cpd Dart escaped dollar - <a href="https://github.com/maikelsteneker">Maikel Steneker</a></li>
</ul>