PMD CI (pmd-bot)
2024-05-14 15:29:33 +00:00
parent eb6b670f46
commit 5a85f63cb6
2 changed files with 7 additions and 2 deletions

@ -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>Tue, 14 May 2024 12:49:02 +0000</pubDate>
<lastBuildDate>Tue, 14 May 2024 12:49:02 +0000</lastBuildDate>
<pubDate>Tue, 14 May 2024 15:26:30 +0000</pubDate>
<lastBuildDate>Tue, 14 May 2024 15:26:30 +0000</lastBuildDate>
<generator>Jekyll v3.9.5</generator>
</channel>

@ -1924,6 +1924,11 @@
<li><a href="https://github.com/pmd/pmd/issues/4042">#4042</a>: [java] A false negative about the rule StringBufferInstantiationWithChar</li>
</ul>
</li>
<li>java-multithreading
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2368">#2368</a>: [java] False positive UnsynchronizedStaticFormatter in static initializer</li>
</ul>
</li>
</ul>
<h3 id="-api-changes">🚨 API Changes</h3>