Update documentation
https://github.com/pmd/pmd/runs/777751562
9937aed5dc...a7bd76e866
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>
|
<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>
|
<link>https://pmd.github.io/pmd/</link>
|
||||||
<atom:link href="https://pmd.github.io/pmd/feed.xml" rel="self" type="application/rss+xml"/>
|
<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>
|
<pubDate>Fri, 23 Apr 2021 13:03:11 +0000</pubDate>
|
||||||
<lastBuildDate>Fri, 23 Apr 2021 10:12:26 +0000</lastBuildDate>
|
<lastBuildDate>Fri, 23 Apr 2021 13:03:11 +0000</lastBuildDate>
|
||||||
<generator>Jekyll v3.9.0</generator>
|
<generator>Jekyll v3.9.0</generator>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
|
@ -1481,6 +1481,7 @@ the violation should be <a href="pmd_userdocs_suppressing_warnings.html">suppres
|
|||||||
</li>
|
</li>
|
||||||
<li>apex-security
|
<li>apex-security
|
||||||
<ul>
|
<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>
|
<li><a href="https://github.com/pmd/pmd/issues/3210">#3210</a>: [apex] ApexCRUDViolationRule false-negative on non-VF getter</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</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/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/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/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>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user