Update documentation

TRAVIS_JOB_NUMBER=6018.2
TRAVIS_COMMIT_RANGE=40a8ac6f5cbf...7f70cac7ca95
This commit is contained in:
Travis CI (pmd-bot)
2020-10-22 08:12:44 +00:00
parent 62c55394c7
commit bd70da0cd4
119 changed files with 228 additions and 121 deletions

View File

@@ -1414,7 +1414,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
<h4 id="renamed-rules">Renamed Rules</h4>
<ul>
<li>The Java rule <a href="https://pmd.github.io/latest/pmd_rules_java_errorprone.html#donotcallsystemexit"><code class="language-plaintext highlighter-rouge">DoNotCallSystemExit</code></a> has been renamed to
<li>The Java rule <a href="pmd_rules_java_errorprone.html#donotcallsystemexit"><code class="language-plaintext highlighter-rouge">DoNotCallSystemExit</code></a> has been renamed to
<a href="pmd_rules_java_errorprone.html#donotterminatevm"><code class="language-plaintext highlighter-rouge">DoNotTerminateVM</code></a>, since it checks for all the following calls:
<code class="language-plaintext highlighter-rouge">System.exit(int)</code>, <code class="language-plaintext highlighter-rouge">Runtime.exit(int)</code>, <code class="language-plaintext highlighter-rouge">Runtime.halt(int)</code>. All these calls terminate
the Java VM, which is bad, if the VM runs an application server which many independent applications.</li>
@@ -1423,9 +1423,25 @@ the Java VM, which is bad, if the VM runs an application server which many indep
<h3 id="fixed-issues">Fixed Issues</h3>
<ul>
<li>core
<ul>
<li><a href="https://github.com/pmd/pmd/pull/2831">#2831</a>: [core] Fix XMLRenderer newlines when running under IBM Java</li>
</ul>
</li>
<li>java-errorprone
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2157">#2157</a>: [java] Improve DoNotCallSystemExit: permit call in main(), flag System.halt</li>
<li><a href="https://github.com/pmd/pmd/issues/2764">#2764</a>: [java] CloseResourceRule does not recognize multiple assignment done to resource</li>
</ul>
</li>
<li>miscellaneous
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2823">#2823</a>: [doc] Renamed/Moved rules are missing in documentation</li>
</ul>
</li>
<li>vf (Salesforce VisualForce)
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2765">#2765</a>: [vf] Attributes with dot cause a VfParseException</li>
</ul>
</li>
</ul>
@@ -1438,8 +1454,10 @@ the Java VM, which is bad, if the VM runs an application server which many indep
<li><a href="https://github.com/pmd/pmd/pull/2803">#2803</a>: [java] Improve DoNotCallSystemExit (Fixes #2157) - <a href="https://github.com/mvitaly">Vitaly Polonetsky</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2809">#2809</a>: [java] Move test config from file to test class - <a href="https://github.com/stefanbirkner">Stefan Birkner</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2810">#2810</a>: [core] Move method “renderTempFile” to XMLRendererTest - <a href="https://github.com/stefanbirkner">Stefan Birkner</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2811">#2811</a>: [java] CloseResource - Fix #2764: False-negative when re-assigning variable - <a href="https://github.com/andipabst">Andi Pabst</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2813">#2813</a>: [core] Use JUnits TemporaryFolder rule - <a href="https://github.com/stefanbirkner">Stefan Birkner</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2829">#2829</a>: [doc] Small correction in pmd_report_formats.md - <a href="https://github.com/gustavopcassol">Gustavo Krieger</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2834">#2834</a>: [vf] Allow attributes with dot in Visualforce - <a href="https://github.com/rmohan20">rmohan20</a></li>
</ul>
@@ -1458,7 +1476,7 @@ the Java VM, which is bad, if the VM runs an application server which many indep
<div class="row">
<div class="col-lg-12 footer">
&copy;2020 PMD Open Source Project. All rights reserved. <br />
Site last generated: Oct 16, 2020 <br />
Site last generated: Oct 22, 2020 <br />
<p><img src="images/pmd-logo-small.png" alt="Company logo"/></p>
</div>
</div>