Update documentation
TRAVIS_JOB_NUMBER=5569.2 TRAVIS_COMMIT_RANGE=6fdfac23c858...fb6ec96bad5a
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>Thu, 23 Jul 2020 12:26:51 +0000</pubDate>
|
||||
<lastBuildDate>Thu, 23 Jul 2020 12:26:51 +0000</lastBuildDate>
|
||||
<pubDate>Thu, 23 Jul 2020 14:04:34 +0000</pubDate>
|
||||
<lastBuildDate>Thu, 23 Jul 2020 14:04:34 +0000</lastBuildDate>
|
||||
<generator>Jekyll v3.8.7</generator>
|
||||
|
||||
</channel>
|
||||
|
@ -1431,6 +1431,11 @@ to variables, that are never used and are useless. The new rule is supposed to e
|
||||
<li><a href="https://github.com/pmd/pmd/issues/2626">#2626</a>: [apex] UnusedLocalVariable - false positive on case insensitivity allowed in Apex</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>apex-performance
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/issues/2598">#2598</a>: [apex] AvoidSoqlInLoops false positive for SOQL with in For-Loop</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>apex-security
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/issues/2620">#2620</a>: [visualforce] False positive on VfUnescapeEl with new Message Channel feature</li>
|
||||
@ -1449,9 +1454,15 @@ to variables, that are never used and are useless. The new rule is supposed to e
|
||||
<li><a href="https://github.com/pmd/pmd/issues/2569">#2569</a>: [java] LiteralsFirstInComparisons: False negative for methods returning Strings</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>java-codestyle
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/issues/2546">#2546</a>: [java] DuplicateImports reported for the same import… and import static…</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>java-design
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/issues/2174">#2174</a>: [java] LawOfDemeter: False positive with ‘this’ pointer</li>
|
||||
<li><a href="https://github.com/pmd/pmd/issues/2181">#2181</a>: [java] LawOfDemeter: False positive with indexed array access</li>
|
||||
<li><a href="https://github.com/pmd/pmd/issues/2189">#2189</a>: [java] LawOfDemeter: False positive when casting to derived class</li>
|
||||
<li><a href="https://github.com/pmd/pmd/issues/2580">#2580</a>: [java] AvoidThrowingNullPointerException marks all NullPointerException objects as wrong, whether or not thrown</li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user