PMD CI (pmd-bot)
2021-05-09 12:56:18 +00:00
parent 55e57d2f50
commit 1b95e1e66f
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, 09 May 2021 10:28:39 +0000</pubDate>
<lastBuildDate>Sun, 09 May 2021 10:28:39 +0000</lastBuildDate>
<pubDate>Sun, 09 May 2021 12:53:14 +0000</pubDate>
<lastBuildDate>Sun, 09 May 2021 12:53:14 +0000</lastBuildDate>
<generator>Jekyll v3.9.0</generator>
</channel>

View File

@ -1459,6 +1459,11 @@ are compared. Constants are identified by looking for an all-caps identifier.</l
<li><a href="https://github.com/pmd/pmd/issues/2466">#2466</a>: [dist] Distribution archive doesnt include all batch scripts</li>
</ul>
</li>
<li>java
<ul>
<li><a href="https://github.com/pmd/pmd/pull/3269">#3269</a>: [java] Fix NPE in MethodTypeResolution</li>
</ul>
</li>
<li>java-bestpractices
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2737">#2737</a>: [java] Fix misleading rule message on rule SwitchStmtsShouldHaveDefault with non-exhaustive enum switch</li>