PMD CI (pmd-bot)
2022-10-06 16:23:23 +00:00
parent 0db32487c6
commit acf3e92365
5 changed files with 16 additions and 8 deletions

View File

@ -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, 06 Oct 2022 16:18:16 +0000</pubDate>
<lastBuildDate>Thu, 06 Oct 2022 16:18:16 +0000</lastBuildDate>
<pubDate>Thu, 06 Oct 2022 16:20:37 +0000</pubDate>
<lastBuildDate>Thu, 06 Oct 2022 16:20:37 +0000</lastBuildDate>
<generator>Jekyll v3.9.2</generator>
</channel>

View File

@ -1591,7 +1591,7 @@ $(function () {
<p><strong>PMD</strong> is a static source code analyzer. It finds common programming flaws like
unused variables, empty catch blocks, unnecessary object creation, and
so forth. Its mainly concerned with <strong>Java and Apex</strong>, but <strong>supports six other
so forth. Its mainly concerned with <strong>Java and Apex</strong>, but <strong>supports 12 other
languages</strong>.</p>
<p>PMD features many <strong>built-in checks</strong> (in PMD lingo, <em>rules</em>), which are documented
@ -7059,7 +7059,7 @@ $('#filter a').click(function (e) {
&copy;2022 PMD Open Source Project. All rights
reserved. <br />
<span>Page last updated:</span>
August 2017<br /> Site last generated: Oct 6, 2022 <br />
October 2022<br /> Site last generated: Oct 6, 2022 <br />
<p>
<img src="images/pmd-logo-small.png" alt="Company
logo"/>

View File

@ -1558,6 +1558,11 @@
<h3 id="fixed-issues">Fixed Issues</h3>
<ul>
<li>doc
<ul>
<li><a href="https://github.com/pmd/pmd/pull/4144">#4144</a> [doc] Update docs to reflect supported languages</li>
</ul>
</li>
<li>java-documentation
<ul>
<li><a href="https://github.com/pmd/pmd/issues/4141">#4141</a>: [java] UncommentedEmptyConstructor FP when constructor annotated with @<!-- -->Autowired</li>

View File

@ -2223,15 +2223,17 @@ and <code class="language-plaintext highlighter-rouge">-version</code> parameter
<ul>
<li><a href="pmd_rules_apex.html">apex</a> (Salesforce Apex)</li>
<li><a href="pmd_rules_ecmascript.html">ecmascript</a> (JavaScript)</li>
<li><a href="pmd_rules_html.html">html</a></li>
<li><a href="pmd_rules_java.html">java</a>
<ul>
<li><a href="pmd_languages_java.html">Supported Versions</a></li>
</ul>
</li>
<li><a href="pmd_rules_ecmascript.html">ecmascript</a> (JavaScript)</li>
<li><a href="pmd_rules_jsp.html">jsp</a></li>
<li><a href="pmd_rules_modelica.html">modelica</a></li>
<li><a href="pmd_rules_plsql.html">plsql</a></li>
<li><a href="pmd_rules_pom.html">pom</a> (Maven POM)</li>
<li><a href="pmd_rules_scala.html">scala</a>
<ul>
<li>Supported Versions: 2.10, 2.11, 2.12, 2.13 (default)</li>
@ -2239,7 +2241,8 @@ and <code class="language-plaintext highlighter-rouge">-version</code> parameter
</li>
<li><a href="pmd_rules_vf.html">vf</a> (Salesforce VisualForce)</li>
<li><a href="pmd_rules_vm.html">vm</a> (Apache Velocity)</li>
<li><a href="pmd_rules_xml.html">xml and xsl</a></li>
<li><a href="pmd_rules_xml.html">xml</a></li>
<li><a href="pmd_rules_xsl.html">xsl</a></li>
</ul>
<h2 id="available-report-formats">Available Report Formats</h2>

View File

@ -1560,7 +1560,7 @@
OpenJDK from <a href="https://www.azul.com/downloads/zulu-community/">Azul</a>
or <a href="https://adoptopenjdk.net/">AdoptOpenJDK</a> 1.7 or higher.</p>
<p><strong>Note:</strong> For analyzing Apex, JavaScript, Scala or VisualForce or running the <a href="pmd_userdocs_extending_designer_reference.html">Designer</a>
<p><strong>Note:</strong> For analyzing Apex, HTML, JavaScript, Scala or VisualForce or running the <a href="pmd_userdocs_extending_designer_reference.html">Designer</a>
at least Java 8 is required.</p>
</li>
<li>
@ -1573,7 +1573,7 @@ at least Java 8 is required.</p>
</li>
</ul>
<div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note:</b> For executing the Designer (./run.sh designer) using <a href="http://jdk.java.net">OpenJDK</a> or Java 11, you need additionally <a href="http://jdk.java.net">OpenJFX</a>. Download it, extract it and set the environment variable JAVAFX_HOME.</div>
<div class="alert alert-info" role="alert"><i class="fa fa-info-circle"></i> <b>Note:</b> For executing the Designer (./run.sh designer) using <a href="http://jdk.java.net">OpenJDK</a> or Java 11, you need additionally <a href="https://openjfx.io/">OpenJFX</a>. Download it, extract it and set the environment variable JAVAFX_HOME.</div>
<h3 id="installation">Installation</h3>