Update documentation
https://github.com/pmd/pmd/actions/runs/2734355597
fb9762877f...0550512a63
This commit is contained in:
4
feed.xml
4
feed.xml
@ -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>Mon, 25 Jul 2022 17:35:21 +0000</pubDate>
|
||||
<lastBuildDate>Mon, 25 Jul 2022 17:35:21 +0000</lastBuildDate>
|
||||
<pubDate>Mon, 25 Jul 2022 18:30:06 +0000</pubDate>
|
||||
<lastBuildDate>Mon, 25 Jul 2022 18:30:06 +0000</lastBuildDate>
|
||||
<generator>Jekyll v3.9.2</generator>
|
||||
|
||||
</channel>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1563,6 +1563,11 @@ for the <a href="https://cucumber.io/docs/gherkin/">Gherkin</a> language. It is
|
||||
|
||||
<h3 id="fixed-issues">Fixed Issues</h3>
|
||||
<ul>
|
||||
<li>apex
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/4056">#4056</a>: [apex] ApexSOQLInjection: Add support count query</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>core
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/4021">#4021</a>: [core] CPD: Add total number of tokens to XML reports</li>
|
||||
@ -1591,6 +1596,11 @@ for the <a href="https://cucumber.io/docs/gherkin/">Gherkin</a> language. It is
|
||||
<li><a href="https://github.com/pmd/pmd/issues/3625">#3625</a>: [java] AddEmptyString - false negative with empty var</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>lua
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/4061">#4061</a>: [lua] Fix several related Lua parsing issues found when using CPD</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>test
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/3302">#3302</a>: [test] Improve xml test schema</li>
|
||||
@ -1670,6 +1680,8 @@ You can identify them with the <code class="language-plaintext highlighter-rouge
|
||||
<li><a href="https://github.com/pmd/pmd/pull/3994">#3994</a>: [java] TooManyMethods - improve getter/setter detection (#3729) - <a href="https://github.com/341816041">@341816041</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/4017">#4017</a>: Add Gherkin support to CPD - <a href="https://github.com/ASBrouwers">@ASBrouwers</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/4021">#4021</a>: [core] CPD: Add total number of tokens to XML reports - <a href="https://github.com/maikelsteneker">@maikelsteneker</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/4056">#4056</a>: [apex] ApexSOQLInjection: Add support count query - <a href="https://github.com/gwilymatgearset">@gwilymatgearset</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/4061">#4061</a>: [lua] Fix several related Lua parsing issues found when using CPD - <a href="https://github.com/matthargett">@matthargett</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user