You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2014/03/08 23:39:47 UTC

svn commit: r900631 [9/34] - in /websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/p...

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/checkstyle.rss
==============================================================================
Binary files - no diff available.

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/cpd.html
==============================================================================
--- websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/cpd.html (original)
+++ websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/cpd.html Sat Mar  8 22:39:44 2014
@@ -1,18 +1,18 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Feb 22, 2013
+ | Generated by Apache Maven Doxia at 2014-03-08
  | Rendered using Apache Maven Stylus Skin 1.5
 -->
 <html xmlns="http://www.w3.org/1999/xhtml">
   <head>
-    <title>Maven Checkstyle Plugin - CPD Results</title>
+    <title>Apache Maven Checkstyle Plugin - CPD Results</title>
     <style type="text/css" media="all">
       @import url("./css/maven-base.css");
       @import url("./css/maven-theme.css");
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-        <meta name="Date-Revision-yyyymmdd" content="20130222" />
+        <meta name="Date-Revision-yyyymmdd" content="20140308" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
                                                     
 <script type="text/javascript" src="http://www.google-analytics.com/urchin.js"></script>
@@ -41,13 +41,13 @@
         &gt;
                   <a href="../index.html">Plugins</a>
         &gt;
-                      <a href="./">Maven Checkstyle Plugin</a>
+                      <a href="./">Apache Maven Checkstyle Plugin</a>
         &gt;
         CPD Results
         </div>
             <div class="xright">        
-                                    Last Published: 2013-02-22
-              &nbsp;| Version: 2.10
+                                    Last Published: 2014-03-08
+              &nbsp;| Version: 2.12
             </div>
       <div class="clear">
         <hr/>
@@ -74,6 +74,9 @@
                        <h5>Examples</h5>
                   <ul>
                   <li class="none">
+                  <a href="examples/inline-checker-config.html">Using an Inline Checkstyle Checker Configuration</a>
+            </li>
+                  <li class="none">
                   <a href="examples/custom-checker-config.html">Using a Custom Checkstyle Checker Configuration</a>
             </li>
                   <li class="none">
@@ -113,10 +116,10 @@
             <strong>CPD Report</strong>
           </li>
                       <li class="none">
-                  <a href="xref/index.html">Source Xref</a>
+                  <a href="xref-test/index.html">Test Source Xref</a>
             </li>
                       <li class="none">
-                  <a href="xref-test/index.html">Test Source Xref</a>
+                  <a href="xref/index.html">Source Xref</a>
             </li>
                       <li class="none">
                   <a href="taglist.html">Tag List</a>
@@ -207,23 +210,38 @@
     </div>
     <div id="bodyColumn">
       <div id="contentBox">
-        <div class="section"><h2>CPD Results<a name="CPD_Results"></a></h2><p>The following document contains the results of PMD's  <a class="externalLink" href="http://pmd.sourceforge.net/cpd.html">CPD</a> 4.3.</p></div><div class="section"><h2>Duplications<a name="Duplications"></a></h2><table border="0" class="bodyTable"><tr class="a"><th>File</th><th>Line</th></tr><tr class="b"><td>org\apache\maven\plugin\checkstyle\CheckstyleAggregateReport.java</td><td><a href="./xref/org/apache/maven/plugin/checkstyle/CheckstyleAggregateReport.html#253">253</a></td></tr><tr class="a"><td>org\apache\maven\plugin\checkstyle\CheckstyleReport.java</td><td><a href="./xref/org/apache/maven/plugin/checkstyle/CheckstyleReport.html#349">349</a></td></tr><tr class="b"><td colspan='2'><div><pre>            .setConsoleListener( getConsoleListener() ).setConsoleOutput( consoleOutput )
+        <div class="section">
+<h2>CPD Results<a name="CPD_Results"></a></h2>
+<p>The following document contains the results of PMD's  <a class="externalLink" href="http://pmd.sourceforge.net/cpd.html">CPD</a> 4.3.</p></div>
+<div class="section">
+<h2>Duplications<a name="Duplications"></a></h2>
+<table border="0" class="bodyTable">
+<tr class="a">
+<th>File</th>
+<th>Line</th></tr>
+<tr class="b">
+<td>org\apache\maven\plugin\checkstyle\CheckstyleReport.java</td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/CheckstyleReport.html#164">164</a></td></tr>
+<tr class="a">
+<td>org\apache\maven\plugin\checkstyle\CheckstyleViolationCheckMojo.java</td>
+<td><a href="./xref/org/apache/maven/plugin/checkstyle/CheckstyleViolationCheckMojo.html#458">458</a></td></tr>
+<tr class="b"><td colspan='2'>
+<div>
+<pre>    {
+        CheckstyleExecutorRequest request = new CheckstyleExecutorRequest();
+        request.setConsoleListener( getConsoleListener() ).setConsoleOutput( consoleOutput )
             .setExcludes( excludes ).setFailsOnError( failsOnError ).setIncludes( includes )
+            .setResourceIncludes( resourceIncludes )
+            .setResourceExcludes( resourceExcludes )
+            .setIncludeResources( includeResources )
+            .setIncludeTestResources( includeTestResources )
             .setIncludeTestSourceDirectory( includeTestSourceDirectory ).setListener( getListener() )
             .setLog( getLog() ).setProject( project ).setSourceDirectory( sourceDirectory ).setResources( resources )
             .setStringOutputStream( stringOutputStream ).setSuppressionsLocation( suppressionsLocation )
             .setTestSourceDirectory( testSourceDirectory ).setConfigLocation( configLocation )
             .setPropertyExpansion( propertyExpansion ).setHeaderLocation( headerLocation )
             .setCacheFile( cacheFile ).setSuppressionsFileExpression( suppressionsFileExpression )
-            .setEncoding( encoding ).setPropertiesLocation( propertiesLocation );
-        return request;
-    }
-
-
-    /** {@inheritDoc} */
-    public String getOutputName()
-    {
-        return &quot;checkstyle-aggregate&quot;;</pre></div></td></tr></table></div>
+            .setEncoding( encoding ).setPropertiesLocation( propertiesLocation );</pre></div></td></tr></table></div>
       </div>
     </div>
     <div class="clear">
@@ -231,7 +249,7 @@
     </div>
     <div id="footer">
       <div class="xright">
-        &#169;            2005-2013
+        &#169;            2005-2014
               The Apache Software Foundation
             
                           - <a href="http://maven.apache.org/privacy-policy.html">Privacy Policy</a>.

Modified: websites/production/maven/content/plugins-archives/maven-checkstyle-plugin-LATEST/cpd.xml
==============================================================================
Binary files - no diff available.