PMD CI (pmd-bot)
2024-08-29 11:44:30 +00:00
parent 57dfa9accd
commit 29ea5c9672
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, 29 Aug 2024 11:17:39 +0000</pubDate>
<lastBuildDate>Thu, 29 Aug 2024 11:17:39 +0000</lastBuildDate>
<pubDate>Thu, 29 Aug 2024 11:40:37 +0000</pubDate>
<lastBuildDate>Thu, 29 Aug 2024 11:40:37 +0000</lastBuildDate>
<generator>Jekyll v3.10.0</generator>
</channel>

View File

@@ -1932,6 +1932,11 @@ could cause performance issues with virtual threads due to pinning.</li>
<li><a href="https://github.com/pmd/pmd/issues/5153">#5153</a>: [java] GuardLogStatement: Should not need to guard parameterized log messages where the replacement arg is an array element</li>
</ul>
</li>
<li>java-design
<ul>
<li><a href="https://github.com/pmd/pmd/issues/5162">#5162</a>: [java] SingularField: False-positive when preceded by synchronized block</li>
</ul>
</li>
<li>java-multithreading
<ul>
<li><a href="https://github.com/pmd/pmd/issues/5175">#5175</a>: [java] Update AvoidSynchronizedAtMethodLevel message to mention ReentrantLock, new rule AvoidSynchronizedStatement</li>