PMD CI (pmd-bot)
2024-04-04 18:29:21 +00:00
parent e1eaffd0ed
commit b822c30306
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://docs.pmd-code.org/latest/</link>
<atom:link href="https://docs.pmd-code.org/latest/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Thu, 04 Apr 2024 15:16:43 +0000</pubDate>
<lastBuildDate>Thu, 04 Apr 2024 15:16:43 +0000</lastBuildDate>
<pubDate>Thu, 04 Apr 2024 18:26:15 +0000</pubDate>
<lastBuildDate>Thu, 04 Apr 2024 18:26:15 +0000</lastBuildDate>
<generator>Jekyll v3.9.5</generator>
</channel>

View File

@@ -1918,6 +1918,11 @@ methods should be considered as valid verification methods. This allows to use c
<li><a href="https://github.com/pmd/pmd/issues/4873">#4873</a>: [java] AvoidCatchingGenericException: Can no longer suppress on the exception itself</li>
</ul>
</li>
<li>java-errorprone
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2056">#2056</a>: [java] CloseResource false-positive with URLClassLoader in cast expression</li>
</ul>
</li>
<li>java-performance
<ul>
<li><a href="https://github.com/pmd/pmd/issues/3845">#3845</a>: [java] InsufficientStringBufferDeclaration should consider literal expression</li>