forked from phoedos/pmd
Update documentation
TRAVIS_JOB_NUMBER=4155.2 TRAVIS_COMMIT_RANGE=f449cc72e394...5ba724d221bf
This commit is contained in:
@@ -1292,6 +1292,14 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
|
||||
|
||||
<h3 id="new-and-noteworthy">New and noteworthy</h3>
|
||||
|
||||
<h4 id="full-support-for-scala">Full support for Scala</h4>
|
||||
|
||||
<p>Thanks to <a href="https://github.com/tophersmith">Chris Smith</a> PMD now fully supports Scala. Now rules for analyzing Scala
|
||||
code can be developed in addition to the Copy-Pase-Detection (CPD) functionality. There are no rules yet, so
|
||||
contributions are welcome.</p>
|
||||
|
||||
<p>Additionally Scala support has been upgraded from 2.12.4 to 2.13.</p>
|
||||
|
||||
<h4 id="new-rule-designer-documentation">New rule designer documentation</h4>
|
||||
|
||||
<p>The documentation for the rule designer is now available on the main PMD documentation page:
|
||||
@@ -1382,7 +1390,8 @@ exists and returns just the filename without the full path.</li>
|
||||
deprecated. It was used to determine a “short name” of the file being analyzed, so that the report
|
||||
can use short names. However, this logic has been moved to the renderers.</li>
|
||||
<li>The method <a href="https://javadoc.io/page/net.sourceforge.pmd/pmd-core/6.18.0/net/sourceforge/pmd/Report.html#metrics()"><code class="highlighter-rouge">Report#metrics</code></a> and <a href="https://javadoc.io/page/net.sourceforge.pmd/pmd-core/6.18.0/net/sourceforge/pmd/Report.html#"><code class="highlighter-rouge">Report</code></a> have
|
||||
been deprecated. They were leftovers from a previous deprecation round targeting <a href="https://javadoc.io/page/net.sourceforge.pmd/pmd-core/6.18.0/net/sourceforge/pmd/lang/rule/StatisticalRule.html#"><code class="highlighter-rouge">StatisticalRule</code></a>.</li>
|
||||
been deprecated. They were leftovers from a previous deprecation round targeting
|
||||
<a href="https://javadoc.io/page/net.sourceforge.pmd/pmd-core/6.18.0/net/sourceforge/pmd/lang/rule/stat/StatisticalRule.html#"><code class="highlighter-rouge">StatisticalRule</code></a>.</li>
|
||||
</ul>
|
||||
|
||||
<h5 id="internal-apis">Internal APIs</h5>
|
||||
@@ -1394,6 +1403,7 @@ been deprecated. They were leftovers from a previous deprecation round targeting
|
||||
<h3 id="external-contributions">External Contributions</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/1965">#1965</a>: [scala] Use Scalameta for parsing - <a href="https://github.com/tophersmith">Chris Smith</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/1970">#1970</a>: [java] DoubleBraceInitialization: Fix example - <a href="https://github.com/tweimer">Tobias Weimer</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/1971">#1971</a>: [java] 1862 - Message Digest should not be used as class field - <a href="https://github.com/AnthonyKot">AnthonyKot</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/1994">#1994</a>: [core] Resolve pmd-report failure when java folder in filepath - <a href="https://github.com/shahamish150294">Amish Shah</a></li>
|
||||
@@ -1415,7 +1425,7 @@ been deprecated. They were leftovers from a previous deprecation round targeting
|
||||
<div class="row">
|
||||
<div class="col-lg-12 footer">
|
||||
©2019 PMD Open Source Project. All rights reserved. <br />
|
||||
Site last generated: Sep 6, 2019 <br />
|
||||
Site last generated: Sep 7, 2019 <br />
|
||||
<p><img src="images/pmd-logo-small.png" alt="Company logo"/></p>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user