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 2013/02/22 19:41:52 UTC

svn commit: r851556 [29/33] - in /websites/production/maven/content/plugins/maven-checkstyle-plugin: ./ apidocs/ apidocs/org/apache/maven/plugin/checkstyle/ apidocs/org/apache/maven/plugin/checkstyle/class-use/ apidocs/org/apache/maven/plugin/checkstyl...

Modified: websites/production/maven/content/plugins/maven-checkstyle-plugin/xref/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html
==============================================================================
--- websites/production/maven/content/plugins/maven-checkstyle-plugin/xref/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html (original)
+++ websites/production/maven/content/plugins/maven-checkstyle-plugin/xref/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html Fri Feb 22 18:41:48 2013
@@ -1,12 +1,12 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>CheckstyleReportGenerator xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../../apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html">View Javadoc</a></div><pre>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>CheckstyleReportGenerator xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html">View Javadoc</a></div><pre>
 
 <a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.checkstyle;
 <a class="jxr_linenumber" name="2" href="#2">2</a>   
@@ -52,7 +52,7 @@
 <a class="jxr_linenumber" name="42" href="#42">42</a>  <em class="jxr_javadoccomment">/**</em>
 <a class="jxr_linenumber" name="43" href="#43">43</a>  <em class="jxr_javadoccomment"> * Generate a report based on CheckstyleResults.</em>
 <a class="jxr_linenumber" name="44" href="#44">44</a>  <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="45" href="#45">45</a>  <em class="jxr_javadoccomment"> * @version $Id: CheckstyleReportGenerator.java 942969 2010-05-11 00:32:30Z hboutemy $</em>
+<a class="jxr_linenumber" name="45" href="#45">45</a>  <em class="jxr_javadoccomment"> * @version $Id: CheckstyleReportGenerator.java 1384337 2012-09-13 13:53:19Z olamy $</em>
 <a class="jxr_linenumber" name="46" href="#46">46</a>  <em class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="47" href="#47">47</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/maven/plugin/checkstyle/CheckstyleReportGenerator.html">CheckstyleReportGenerator</a>
 <a class="jxr_linenumber" name="48" href="#48">48</a>  {
@@ -352,7 +352,7 @@
 <a class="jxr_linenumber" name="342" href="#342">342</a>         <strong class="jxr_keyword">if</strong> ( getLog().isDebugEnabled() )
 <a class="jxr_linenumber" name="343" href="#343">343</a>         {
 <a class="jxr_linenumber" name="344" href="#344">344</a>             <em class="jxr_comment">// Log the parent configuration path</em>
-<a class="jxr_linenumber" name="345" href="#345">345</a>             StringBuffer parentPath = <strong class="jxr_keyword">new</strong> StringBuffer();
+<a class="jxr_linenumber" name="345" href="#345">345</a>             StringBuilder parentPath = <strong class="jxr_keyword">new</strong> StringBuilder();
 <a class="jxr_linenumber" name="346" href="#346">346</a>             <strong class="jxr_keyword">for</strong> ( Iterator&lt;Configuration&gt; iterator = parentConfigurations.iterator(); iterator.hasNext(); )
 <a class="jxr_linenumber" name="347" href="#347">347</a>             {
 <a class="jxr_linenumber" name="348" href="#348">348</a>                 Configuration parentConfiguration = iterator.next();
@@ -872,7 +872,6 @@
 <a class="jxr_linenumber" name="862" href="#862">862</a>     }
 <a class="jxr_linenumber" name="863" href="#863">863</a> 
 <a class="jxr_linenumber" name="864" href="#864">864</a> }
-</pre>
-<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
-</html>
-
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Modified: websites/production/maven/content/plugins/maven-checkstyle-plugin/xref/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html
==============================================================================
--- websites/production/maven/content/plugins/maven-checkstyle-plugin/xref/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html (original)
+++ websites/production/maven/content/plugins/maven-checkstyle-plugin/xref/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html Fri Feb 22 18:41:48 2013
@@ -1,12 +1,12 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>CheckstyleReportListener xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../../apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html">View Javadoc</a></div><pre>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>CheckstyleReportListener xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/maven/plugin/checkstyle/CheckstyleReportListener.html">View Javadoc</a></div><pre>
 
 <a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.checkstyle;
 <a class="jxr_linenumber" name="2" href="#2">2</a>   
@@ -215,7 +215,6 @@
 <a class="jxr_linenumber" name="205" href="#205">205</a> 
 <a class="jxr_linenumber" name="206" href="#206">206</a> }
 <a class="jxr_linenumber" name="207" href="#207">207</a> 
-</pre>
-<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
-</html>
-
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>

Modified: websites/production/maven/content/plugins/maven-checkstyle-plugin/xref/org/apache/maven/plugin/checkstyle/CheckstyleResults.html
==============================================================================
--- websites/production/maven/content/plugins/maven-checkstyle-plugin/xref/org/apache/maven/plugin/checkstyle/CheckstyleResults.html (original)
+++ websites/production/maven/content/plugins/maven-checkstyle-plugin/xref/org/apache/maven/plugin/checkstyle/CheckstyleResults.html Fri Feb 22 18:41:48 2013
@@ -1,12 +1,12 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
-<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-<title>CheckstyleResults xref</title>
-<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
-</head>
-<body>
-<div id="overview"><a href="../../../../../../apidocs/org/apache/maven/plugin/checkstyle/CheckstyleResults.html">View Javadoc</a></div><pre>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
+<title>CheckstyleResults xref</title>
+<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" />
+</head>
+<body>
+<div id="overview"><a href="../../../../../../apidocs/org/apache/maven/plugin/checkstyle/CheckstyleResults.html">View Javadoc</a></div><pre>
 
 <a class="jxr_linenumber" name="1" href="#1">1</a>   <strong class="jxr_keyword">package</strong> org.apache.maven.plugin.checkstyle;
 <a class="jxr_linenumber" name="2" href="#2">2</a>   
@@ -146,7 +146,6 @@
 <a class="jxr_linenumber" name="136" href="#136">136</a>         <strong class="jxr_keyword">this</strong>.configuration = configuration;
 <a class="jxr_linenumber" name="137" href="#137">137</a>     }
 <a class="jxr_linenumber" name="138" href="#138">138</a> }
-</pre>
-<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
-</html>
-
+</pre>
+<hr/><div id="footer">This page was automatically generated by <a href="http://maven.apache.org/">Maven</a></div></body>
+</html>