You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by kh...@apache.org on 2022/04/04 17:35:49 UTC

svn commit: r1899566 - /maven/website/components/plugins-archives/maven-clean-plugin-LATEST/pmd.html

Author: khmarbaise
Date: Mon Apr  4 17:35:49 2022
New Revision: 1899566

Log:
Manually repaired PMD Report next release MCLEAN-99.

Modified:
    maven/website/components/plugins-archives/maven-clean-plugin-LATEST/pmd.html

Modified: maven/website/components/plugins-archives/maven-clean-plugin-LATEST/pmd.html
==============================================================================
--- maven/website/components/plugins-archives/maven-clean-plugin-LATEST/pmd.html (original)
+++ maven/website/components/plugins-archives/maven-clean-plugin-LATEST/pmd.html Mon Apr  4 17:35:49 2022
@@ -123,43 +123,66 @@
         <main id="bodyColumn"  class="span10" >
 <section>
 <h2><a name="PMD_Results"></a>PMD Results</h2>
-<p>The following document contains the results of <a class="externalLink" href="https://pmd.github.io">PMD</a> 6.38.0.</p></section>
-<p>PMD found no problems in your source code.</p><section>
-<h2><a name="Processing_Errors"></a>Processing Errors</h2>
+<p>The following document contains the results of <a class="externalLink" href="https://pmd.github.io">PMD</a> 6.42.0.</p></section><section>
+<h2><a name="Violations_By_Priority"></a>Violations By Priority</h2><section>
+<h3><a name="Priority_3"></a>Priority 3</h3><section>
+<h4><a name="org.2Fapache.2Fmaven.2Fplugins.2Fclean.2FCleaner.java"></a>org/apache/maven/plugins/clean/Cleaner.java</h4>
 <table border="0" class="table table-striped">
 <tr class="a">
-<th>Filename</th>
-<th>Problem</th></tr>
+<th>Rule</th>
+<th>Violation</th>
+<th>Line</th></tr>
 <tr class="b">
-<td>org/apache/maven/plugins/clean/Cleaner.java</td>
-<td>PMDException: Error while processing /Users/khm/ws-git-maven/plugins/maven-clean-plugin/target/checkout/src/main/java/org/apache/maven/plugins/clean/Cleaner.java
-<div>
-<pre>net.sourceforge.pmd.PMDException: Error while processing /Users/khm/ws-git-maven/plugins/maven-clean-plugin/target/checkout/src/main/java/org/apache/maven/plugins/clean/Cleaner.java
-	at net.sourceforge.pmd.SourceCodeProcessor.processSourceCodeWithoutCache(SourceCodeProcessor.java:128)
-	at net.sourceforge.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.java:100)
-	at net.sourceforge.pmd.SourceCodeProcessor.processSourceCode(SourceCodeProcessor.java:62)
-	at net.sourceforge.pmd.processor.PmdRunnable.call(PmdRunnable.java:85)
-	at net.sourceforge.pmd.processor.PmdRunnable.call(PmdRunnable.java:29)
-	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
-	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
-	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
-	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
-	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
-	at java.base/java.lang.Thread.run(Thread.java:829)
-Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 17782 out of bounds for length 9940
-	at org.objectweb.asm.ClassReader.<init>(Unknown Source)
-	at org.objectweb.asm.ClassReader.<init>(Unknown Source)
-	at org.objectweb.asm.ClassReader.<init>(Unknown Source)
-	at net.sourceforge.pmd.lang.java.typeresolution.PMDASMClassLoader.getImportedClasses(PMDASMClassLoader.java:118)
-	at net.sourceforge.pmd.lang.java.typeresolution.ClassTypeResolver.populateClassName(ClassTypeResolver.java:1617)
-	at net.sourceforge.pmd.lang.java.typeresolution.ClassTypeResolver.visit(ClassTypeResolver.java:214)
-	at net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit.jjtAccept(ASTCompilationUnit.java:44)
-	at net.sourceforge.pmd.lang.java.typeresolution.TypeResolutionFacade.initializeWith(TypeResolutionFacade.java:21)
-	at net.sourceforge.pmd.lang.java.AbstractJavaHandler$5.start(AbstractJavaHandler.java:121)
-	at net.sourceforge.pmd.SourceCodeProcessor.usesTypeResolution(SourceCodeProcessor.java:178)
-	at net.sourceforge.pmd.SourceCodeProcessor.processSource(SourceCodeProcessor.java:205)
-	at net.sourceforge.pmd.SourceCodeProcessor.processSourceCodeWithoutCache(SourceCodeProcessor.java:118)
-	... 10 more</pre></div></td></tr></table></section>
+<td><a class="externalLink" href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_design.html#collapsibleifstatements">CollapsibleIfStatements</a></td>
+<td>These nested if statements could be combined</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L131">131</a>&#x2013;<a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L134">134</a></td></tr></table></section></section><section>
+<h3><a name="Priority_4"></a>Priority 4</h3><section>
+<h4><a name="org.2Fapache.2Fmaven.2Fplugins.2Fclean.2FCleaner.java"></a>org/apache/maven/plugins/clean/Cleaner.java</h4>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Rule</th>
+<th>Violation</th>
+<th>Line</th></tr>
+<tr class="b">
+<td><a class="externalLink" href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td>
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L79">79</a></td></tr>
+<tr class="a">
+<td><a class="externalLink" href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td>
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L81">81</a></td></tr>
+<tr class="b">
+<td><a class="externalLink" href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td>
+<td>Useless parentheses.</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L83">83</a></td></tr></table></section></section></section><section>
+<h2><a name="Files"></a>Files</h2><section>
+<h3><a name="org.2Fapache.2Fmaven.2Fplugins.2Fclean.2FCleaner.java"></a>org/apache/maven/plugins/clean/Cleaner.java</h3>
+<table border="0" class="table table-striped">
+<tr class="a">
+<th>Rule</th>
+<th>Violation</th>
+<th>Priority</th>
+<th>Line</th></tr>
+<tr class="b">
+<td><a class="externalLink" href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td>
+<td>Useless parentheses.</td>
+<td>4</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L79">79</a></td></tr>
+<tr class="a">
+<td><a class="externalLink" href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td>
+<td>Useless parentheses.</td>
+<td>4</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L81">81</a></td></tr>
+<tr class="b">
+<td><a class="externalLink" href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_codestyle.html#uselessparentheses">UselessParentheses</a></td>
+<td>Useless parentheses.</td>
+<td>4</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L83">83</a></td></tr>
+<tr class="a">
+<td><a class="externalLink" href="https://pmd.github.io/pmd-6.42.0/pmd_rules_java_design.html#collapsibleifstatements">CollapsibleIfStatements</a></td>
+<td>These nested if statements could be combined</td>
+<td>3</td>
+<td><a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L131">131</a>&#x2013;<a href="./xref/org/apache/maven/plugins/clean/Cleaner.html#L134">134</a></td></tr></table></section></section>
         </main>
       </div>
     </div>
@@ -174,4 +197,4 @@ Caused by: java.lang.ArrayIndexOutOfBoun
       </div>
     </footer>
   </body>
-</html>
\ No newline at end of file
+</html>