PMD CI (pmd-bot)
2023-04-20 16:43:11 +00:00
parent ca214c23a7
commit 5c526a49a9
2 changed files with 8 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, 20 Apr 2023 15:13:55 +0000</pubDate>
<lastBuildDate>Thu, 20 Apr 2023 15:13:55 +0000</lastBuildDate>
<pubDate>Thu, 20 Apr 2023 16:40:44 +0000</pubDate>
<lastBuildDate>Thu, 20 Apr 2023 16:40:44 +0000</lastBuildDate>
<generator>Jekyll v3.9.3</generator>
</channel>

View File

@ -1627,6 +1627,11 @@ However, that means, that you need to change these method calls if you have migr
<h4 id="fixed-issues">Fixed Issues</h4>
<ul>
<li>cli
<ul>
<li><a href="https://github.com/pmd/pmd/issues/4484">#4484</a>: [cli] ast-dump with no properties produce an NPE</li>
</ul>
</li>
<li>core
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2500">#2500</a>: [core] Clarify API for ANTLR based languages</li>
@ -1915,6 +1920,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/2234">#2234</a>: [core] Consolidate PMD CLI into a single command</li>
<li><a href="https://github.com/pmd/pmd/issues/3828">#3828</a>: [core] Progress reporting</li>
<li><a href="https://github.com/pmd/pmd/issues/4079">#4079</a>: [cli] Split off CLI implementation into a pmd-cli submodule</li>
<li><a href="https://github.com/pmd/pmd/issues/4484">#4484</a>: [cli] ast-dump with no properties produce an NPE</li>
</ul>
</li>
<li>doc