Update documentation

https://github.com/pmd/pmd/runs/777751562
9937aed5dc...a7bd76e866
This commit is contained in:
PMD CI (pmd-bot)
2021-04-23 13:05:43 +00:00
parent 247dbec86e
commit 2926192d59
2 changed files with 4 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>Fri, 23 Apr 2021 10:12:26 +0000</pubDate>
<lastBuildDate>Fri, 23 Apr 2021 10:12:26 +0000</lastBuildDate>
<pubDate>Fri, 23 Apr 2021 13:03:11 +0000</pubDate>
<lastBuildDate>Fri, 23 Apr 2021 13:03:11 +0000</lastBuildDate>
<generator>Jekyll v3.9.0</generator>
</channel>

View File

@ -1481,6 +1481,7 @@ the violation should be <a href="pmd_userdocs_suppressing_warnings.html">suppres
</li>
<li>apex-security
<ul>
<li><a href="https://github.com/pmd/pmd/issues/3202">#3202</a>: [apex] ApexCRUDViolationRule fails to report CRUD violation on COUNT() queries</li>
<li><a href="https://github.com/pmd/pmd/issues/3210">#3210</a>: [apex] ApexCRUDViolationRule false-negative on non-VF getter</li>
</ul>
</li>
@ -1511,6 +1512,7 @@ the violation should be <a href="pmd_userdocs_suppressing_warnings.html">suppres
<li><a href="https://github.com/pmd/pmd/pull/3193">#3193</a>: [java] New rule: UseStandardCharsets - <a href="https://github.com/aaime">Andrea Aime</a></li>
<li><a href="https://github.com/pmd/pmd/pull/3198">#3198</a>: [apex] OperationWithLimitsInLoopRule: Support more limit consuming static method invocations - <a href="https://github.com/jonathanwiesel">Jonathan Wiesel</a></li>
<li><a href="https://github.com/pmd/pmd/pull/3211">#3211</a>: [apex] ApexCRUDViolationRule: Do not assume method is VF getter to avoid CRUD checks - <a href="https://github.com/jonathanwiesel">Jonathan Wiesel</a></li>
<li><a href="https://github.com/pmd/pmd/pull/3234">#3234</a>: [apex] ApexCRUDViolation: COUNT is indeed CRUD checkable since it exposes data (false-negative) - <a href="https://github.com/jonathanwiesel">Jonathan Wiesel</a></li>
</ul>