PMD CI (pmd-bot)
2023-04-18 18:40:25 +00:00
parent 74d7b7c4b0
commit fb2a7050f7
2 changed files with 3 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>Tue, 18 Apr 2023 18:19:12 +0000</pubDate>
<lastBuildDate>Tue, 18 Apr 2023 18:19:12 +0000</lastBuildDate>
<pubDate>Tue, 18 Apr 2023 18:38:00 +0000</pubDate>
<lastBuildDate>Tue, 18 Apr 2023 18:38:00 +0000</lastBuildDate>
<generator>Jekyll v3.9.3</generator>
</channel>

View File

@@ -2025,6 +2025,7 @@ of the changes listed here, see <a href="pmd_release_notes_pmd7.html">Detailed R
<li><a href="https://github.com/pmd/pmd/issues/2537">#2537</a>: [java] DontCallThreadRun cant detect the case that call run() in <code class="language-plaintext highlighter-rouge">this.run()</code></li>
<li><a href="https://github.com/pmd/pmd/issues/2538">#2538</a>: [java] DontCallThreadRun cant detect the case that call run() in <code class="language-plaintext highlighter-rouge">foo.bar.run()</code></li>
<li><a href="https://github.com/pmd/pmd/issues/2577">#2577</a>: [java] UseNotifyAllInsteadOfNotify falsely detect a special case with argument: <code class="language-plaintext highlighter-rouge">foo.notify(bar)</code></li>
<li><a href="https://github.com/pmd/pmd/issues/4483">#4483</a>: [java] NonThreadSafeSingleton false positive with double-checked locking</li>
</ul>
</li>
<li>java-performance