PMD CI (pmd-bot)
2021-05-28 11:10:31 +00:00
parent b340350fd2
commit d9fc166441
2 changed files with 4 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>Fri, 28 May 2021 11:07:14 +0000</pubDate>
<lastBuildDate>Fri, 28 May 2021 11:07:14 +0000</lastBuildDate>
<pubDate>Fri, 28 May 2021 11:08:19 +0000</pubDate>
<lastBuildDate>Fri, 28 May 2021 11:08:19 +0000</lastBuildDate>
<generator>Jekyll v3.9.0</generator>
</channel>

View File

@ -1559,6 +1559,7 @@ However, <code class="language-plaintext highlighter-rouge">Object.clone()</code
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2780">#2780</a>: [java] DataClass example from documentation results in false-negative</li>
<li><a href="https://github.com/pmd/pmd/issues/2987">#2987</a>: [java] New Rule: Public and protected static fields must be final</li>
<li><a href="https://github.com/pmd/pmd/issues/2329">#2329</a>: [java] Cognitive complexity rule for Java</li>
</ul>
</li>
<li>java-errorprone
@ -1599,6 +1600,7 @@ are deprecated. This functionality will be replaced by another TBD mechanism in
<li><a href="https://github.com/pmd/pmd/pull/3272">#3272</a>: [apex] correction for ApexUnitTestMethodShouldHaveIsTestAnnotation false positives - <a href="https://github.com/YodaDaCoda">William Brockhus</a></li>
<li><a href="https://github.com/pmd/pmd/pull/3246">#3246</a>: [java] New Rule: MutableStaticState - <a href="https://github.com/vszholobov">Vsevolod Zholobov</a></li>
<li><a href="https://github.com/pmd/pmd/pull/3247">#3247</a>: [java] New rule: JUnit5TestShouldBePackagePrivate - <a href="https://github.com/ajeans">Arnaud Jeansen</a></li>
<li><a href="https://github.com/pmd/pmd/pull/3293">#3293</a>: [java] Cognitive Complexity Metric - <a href="https://github.com/borovikovd">Denis Borovikov</a></li>
<li><a href="https://github.com/pmd/pmd.github.io/pull/12">pmd.github.io#12</a>: Update quickstart.html - <a href="https://github.com/devigo">Igor Lyadov</a></li>
</ul>