Update documentation

TRAVIS_JOB_NUMBER=4536.2
TRAVIS_COMMIT_RANGE=320339240fc1...f67819e05acf
This commit is contained in:
Travis CI (pmd-bot)
2019-12-20 10:58:00 +00:00
parent 4b41de6471
commit 4102a7b9c1
111 changed files with 134 additions and 117 deletions

View File

@@ -1360,6 +1360,11 @@ property is set to false, then literals in more complex expressions are consider
at runtime. So, if you try to do this, youll get an error at runtime, hence this is error prone. See also
the discussion on <a href="https://github.com/pmd/pmd/issues/2064">#2064</a>.</p>
</li>
<li>
<p>The Java rule <a href="pmd_rules_java_documentation.html#commentrequired"><code class="highlighter-rouge">CommentRequired</code></a> (<code class="highlighter-rouge">java-documentation</code>) has a new property
<code class="highlighter-rouge">classCommentRequirement</code>. This replaces the now deprecated property <code class="highlighter-rouge">headerCommentRequirement</code>, since
the name was misleading. (File) header comments are not checked, but class comments are.</p>
</li>
</ul>
<h3 id="fixed-issues">Fixed Issues</h3>
@@ -1375,6 +1380,11 @@ the discussion on <a href="https://github.com/pmd/pmd/issues/2064">#2064</a>.</p
<li><a href="https://github.com/pmd/pmd/issues/2167">#2167</a>: [java] UnnecessaryLocalBeforeReturn false positive with variable captured by method reference</li>
</ul>
</li>
<li>java-documentation
<ul>
<li><a href="https://github.com/pmd/pmd/issues/1683">#1683</a>: [java] CommentRequired property names are inconsistent</li>
</ul>
</li>
<li>java-errorprone
<ul>
<li><a href="https://github.com/pmd/pmd/issues/2140">#2140</a>: [java] AvoidLiteralsInIfCondition: false negative for expressions</li>
@@ -1443,6 +1453,7 @@ instead. This affects <a href="https://javadoc.io/page/net.sourceforge.pmd/pmd-j
<ul>
<li><a href="https://github.com/pmd/pmd/pull/2041">#2041</a>: [modelica] Initial implementation for PMD - <a href="https://github.com/atrosinenko">Anatoly Trosinenko</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2051">#2051</a>: [doc] Update the docs on adding a new language - <a href="https://github.com/atrosinenko">Anatoly Trosinenko</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2069">#2069</a>: [java] CommentRequired: make property names consistent - <a href="https://github.com/snuyanzin">snuyanzin</a></li>
<li><a href="https://github.com/pmd/pmd/pull/2169">#2169</a>: [modelica] Follow-up fixes for Modelica language module - <a href="https://github.com/atrosinenko">Anatoly Trosinenko</a></li>
</ul>
@@ -1462,7 +1473,7 @@ instead. This affects <a href="https://javadoc.io/page/net.sourceforge.pmd/pmd-j
<div class="row">
<div class="col-lg-12 footer">
&copy;2019 PMD Open Source Project. All rights reserved. <br />
Site last generated: Dec 19, 2019 <br />
Site last generated: Dec 20, 2019 <br />
<p><img src="images/pmd-logo-small.png" alt="Company logo"/></p>
</div>
</div>