forked from phoedos/pmd
Update documentation
https://github.com/pmd/pmd/runs/378704681
efc2773e3b...af07f1af92
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>Mon, 23 Nov 2020 10:17:46 +0000</pubDate>
|
||||
<lastBuildDate>Mon, 23 Nov 2020 10:17:46 +0000</lastBuildDate>
|
||||
<pubDate>Mon, 23 Nov 2020 10:38:58 +0000</pubDate>
|
||||
<lastBuildDate>Mon, 23 Nov 2020 10:38:58 +0000</lastBuildDate>
|
||||
<generator>Jekyll v3.9.0</generator>
|
||||
|
||||
</channel>
|
||||
|
@ -1422,6 +1422,7 @@ $('#toc').toc({ minimumHeaders: 0, listType: 'ul', showSpeed: 0, headers: 'h2,h3
|
||||
<li>pmd-core
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/issues/1939">#1939</a>: [core] XPath expressions return handling</li>
|
||||
<li><a href="https://github.com/pmd/pmd/issues/1961">#1961</a>: [core] Text renderer should include name of violated rule</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>scala
|
||||
@ -1463,6 +1464,7 @@ You can identify them with the <code class="language-plaintext highlighter-rouge
|
||||
<h3 id="external-contributions">External Contributions</h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/2914">#2914</a>: [core] Include rule name in text renderer - <a href="https://github.com/GuntherSchrijvers">Gunther Schrijvers</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/2925">#2925</a>: Cleanup: Correct annotation array initializer indents from checkstyle #8083 - <a href="https://github.com/Abhishek-kumar09">Abhishek Kumar</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/2929">#2929</a>: [scala] Add support for CPD-ON and CPD-OFF special comments - <a href="https://github.com/andyrobinson">Andy Robinson</a></li>
|
||||
<li><a href="https://github.com/pmd/pmd/pull/2938">#2938</a>: [cs] CPD: fix issue where ignoring using directives could not be disabled - <a href="https://github.com/maikelsteneker">Maikel Steneker</a></li>
|
||||
|
@ -1575,8 +1575,8 @@ and configuration errors are reported.</p>
|
||||
|
||||
<p>Example:</p>
|
||||
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/RuleContext.java:124: Logger calls should be surrounded by log level guards.
|
||||
/home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/benchmark/Benchmarker.java:58: This for loop can be replaced by a foreach loop
|
||||
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/RuleContext.java:124: GuardLogStatement: Logger calls should be surrounded by log level guards.
|
||||
/home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/benchmark/Benchmarker.java:58: ForLoopCanBeForeach: This for loop can be replaced by a foreach loop
|
||||
/home/pmd/source/pmd-core/src/test/resources/net/sourceforge/pmd/cpd/files/file_with_ISO-8859-1_encoding.java - PMDException: Error while parsing /home/pmd/source/pmd-core/src/test/resources/net/sourceforge/pmd/cpd/files/file_with_ISO-8859-1_encoding.java
|
||||
CloseResource rule violation suppressed by Annotation in /home/pmd/source/pmd-core/src/main/java/net/sourceforge/pmd/PMD.java
|
||||
LoosePackageCoupling - No packages or classes specified
|
||||
|
Reference in New Issue
Block a user