You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2013/10/17 08:18:48 UTC

svn commit: r882935 [22/37] - in /websites/production/commons/content/proper/commons-lang: ./ apidocs/ apidocs/org/apache/commons/lang3/ apidocs/org/apache/commons/lang3/reflect/ apidocs/org/apache/commons/lang3/time/ apidocs/src-html/org/apache/common...

Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.FastDatePrinter.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.FastDatePrinter.html (original)
+++ websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.FastDatePrinter.html Thu Oct 17 06:18:45 2013
@@ -1329,10 +1329,10 @@
 <tr>  <td class="numLine">&nbsp;742</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        <span class="keyword">public</span> <span class="keyword">final</span> <span class="keyword">void</span> appendTo(<span class="keyword">final</span> StringBuffer buffer, <span class="keyword">final</span> <span class="keyword">int</span> value) {</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;743</td>  <td class="nbHitsCovered"><a title="Line 743: Conditional coverage 100% (2/2).">&nbsp;28</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 743: Conditional coverage 100% (2/2).">            <span class="keyword">if</span> (value &lt; 10) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;744</td>  <td class="nbHitsCovered">&nbsp;10</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value + <span class="string">'0'</span>));</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;745</td>  <td class="nbHitsCovered"><a title="Line 745: Conditional coverage 100% (2/2).">&nbsp;18</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 745: Conditional coverage 100% (2/2).">            } <span class="keyword">else</span> <span class="keyword">if</span> (value &lt; 100) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;746</td>  <td class="nbHitsCovered">&nbsp;16</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value / 10 + <span class="string">'0'</span>));</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;747</td>  <td class="nbHitsCovered">&nbsp;16</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value % 10 + <span class="string">'0'</span>));</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;744</td>  <td class="nbHitsCovered">&nbsp;12</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value + <span class="string">'0'</span>));</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;745</td>  <td class="nbHitsCovered"><a title="Line 745: Conditional coverage 100% (2/2).">&nbsp;16</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 745: Conditional coverage 100% (2/2).">            } <span class="keyword">else</span> <span class="keyword">if</span> (value &lt; 100) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;746</td>  <td class="nbHitsCovered">&nbsp;14</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value / 10 + <span class="string">'0'</span>));</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;747</td>  <td class="nbHitsCovered">&nbsp;14</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value % 10 + <span class="string">'0'</span>));</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;748</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;            } <span class="keyword">else</span> {</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;749</td>  <td class="nbHitsCovered">&nbsp;2</td>  <td class="src"><pre class="src">&nbsp;                buffer.append(Integer.toString(value));</pre></td></tr>
@@ -1498,29 +1498,29 @@
 <tr>  <td class="numLine">&nbsp;840</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;        <span class="keyword">public</span> <span class="keyword">final</span> <span class="keyword">void</span> appendTo(<span class="keyword">final</span> StringBuffer buffer, <span class="keyword">final</span> <span class="keyword">int</span> value) {</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;841</td>  <td class="nbHitsCovered"><a title="Line 841: Conditional coverage 100% (2/2).">&nbsp;400314</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 841: Conditional coverage 100% (2/2).">            <span class="keyword">if</span> (value &lt; 100) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;842</td>  <td class="nbHitsCovered"><a title="Line 842: Conditional coverage 100% (2/2).">&nbsp;18169</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 842: Conditional coverage 100% (2/2).">                <span class="keyword">for</span> (<span class="keyword">int</span> i = mSize; --i &gt;= 2; ) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;843</td>  <td class="nbHitsCovered">&nbsp;18181</td>  <td class="src"><pre class="src">&nbsp;                    buffer.append(<span class="string">'0'</span>);</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;842</td>  <td class="nbHitsCovered"><a title="Line 842: Conditional coverage 100% (2/2).">&nbsp;22356</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 842: Conditional coverage 100% (2/2).">                <span class="keyword">for</span> (<span class="keyword">int</span> i = mSize; --i &gt;= 2; ) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;843</td>  <td class="nbHitsCovered">&nbsp;22368</td>  <td class="src"><pre class="src">&nbsp;                    buffer.append(<span class="string">'0'</span>);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;844</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;                }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;845</td>  <td class="nbHitsCovered">&nbsp;18169</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value / 10 + <span class="string">'0'</span>));</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;846</td>  <td class="nbHitsCovered">&nbsp;18169</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value % 10 + <span class="string">'0'</span>));</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;845</td>  <td class="nbHitsCovered">&nbsp;22356</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value / 10 + <span class="string">'0'</span>));</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;846</td>  <td class="nbHitsCovered">&nbsp;22356</td>  <td class="src"><pre class="src">&nbsp;                buffer.append((<span class="keyword">char</span>)(value % 10 + <span class="string">'0'</span>));</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;847</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;            } <span class="keyword">else</span> {</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;848</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;                <span class="keyword">int</span> digits;</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;849</td>  <td class="nbHitsCovered"><a title="Line 849: Conditional coverage 100% (2/2).">&nbsp;382145</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 849: Conditional coverage 100% (2/2).">                <span class="keyword">if</span> (value &lt; 1000) {</a></pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;850</td>  <td class="nbHitsCovered">&nbsp;181863</td>  <td class="src"><pre class="src">&nbsp;                    digits = 3;</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;849</td>  <td class="nbHitsCovered"><a title="Line 849: Conditional coverage 100% (2/2).">&nbsp;377958</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 849: Conditional coverage 100% (2/2).">                <span class="keyword">if</span> (value &lt; 1000) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;850</td>  <td class="nbHitsCovered">&nbsp;177676</td>  <td class="src"><pre class="src">&nbsp;                    digits = 3;</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;851</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;                } <span class="keyword">else</span> {</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;852</td>  <td class="nbHitsUncovered"><a title="Line 852: Conditional coverage 50% (1/2).">&nbsp;200282</a></td>  <td class="src"><pre class="src"><span class="srcUncovered">&nbsp;<a title="Line 852: Conditional coverage 50% (1/2).">                    Validate.isTrue(value &gt; -1, <span class="string">"Negative values should not be possible"</span>, value);</a></span></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;853</td>  <td class="nbHitsCovered">&nbsp;200282</td>  <td class="src"><pre class="src">&nbsp;                    digits = Integer.toString(value).length();</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;854</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;                }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;855</td>  <td class="nbHitsCovered"><a title="Line 855: Conditional coverage 100% (2/2).">&nbsp;382145</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 855: Conditional coverage 100% (2/2).">                <span class="keyword">for</span> (<span class="keyword">int</span> i = mSize; --i &gt;= digits; ) {</a></pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;855</td>  <td class="nbHitsCovered"><a title="Line 855: Conditional coverage 100% (2/2).">&nbsp;377958</a></td>  <td class="src"><pre class="src">&nbsp;<a title="Line 855: Conditional coverage 100% (2/2).">                <span class="keyword">for</span> (<span class="keyword">int</span> i = mSize; --i &gt;= digits; ) {</a></pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;856</td>  <td class="nbHitsCovered">&nbsp;8</td>  <td class="src"><pre class="src">&nbsp;                    buffer.append(<span class="string">'0'</span>);</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;857</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;                }</pre></td></tr>
-<tr>  <td class="numLineCover">&nbsp;858</td>  <td class="nbHitsCovered">&nbsp;382145</td>  <td class="src"><pre class="src">&nbsp;                buffer.append(Integer.toString(value));</pre></td></tr>
+<tr>  <td class="numLineCover">&nbsp;858</td>  <td class="nbHitsCovered">&nbsp;377958</td>  <td class="src"><pre class="src">&nbsp;                buffer.append(Integer.toString(value));</pre></td></tr>
 <tr>  <td class="numLine">&nbsp;859</td>  <td class="nbHits">&nbsp;</td>
   <td class="src"><pre class="src">&nbsp;            }</pre></td></tr>
 <tr>  <td class="numLineCover">&nbsp;860</td>  <td class="nbHitsCovered">&nbsp;400314</td>  <td class="src"><pre class="src">&nbsp;        }</pre></td></tr>
@@ -2222,6 +2222,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/13/13 1:15 AM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/16/13 11:17 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.FormatCache.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.FormatCache.html (original)
+++ websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.FormatCache.html Thu Oct 17 06:18:45 2013
@@ -501,6 +501,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/13/13 1:15 AM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/16/13 11:17 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.StopWatch.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.StopWatch.html (original)
+++ websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.time.StopWatch.html Thu Oct 17 06:18:45 2013
@@ -726,6 +726,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/13/13 1:15 AM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/16/13 11:17 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.ImmutablePair.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.ImmutablePair.html (original)
+++ websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.ImmutablePair.html Thu Oct 17 06:18:45 2013
@@ -219,6 +219,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/13/13 1:15 AM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/16/13 11:17 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.ImmutableTriple.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.ImmutableTriple.html (original)
+++ websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.ImmutableTriple.html Thu Oct 17 06:18:45 2013
@@ -218,6 +218,6 @@
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/13/13 1:15 AM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/16/13 11:17 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.MutablePair.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.MutablePair.html (original)
+++ websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.MutablePair.html Thu Oct 17 06:18:45 2013
@@ -251,6 +251,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/13/13 1:15 AM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/16/13 11:17 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.MutableTriple.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.MutableTriple.html (original)
+++ websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.MutableTriple.html Thu Oct 17 06:18:45 2013
@@ -268,6 +268,6 @@
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/13/13 1:15 AM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/16/13 11:17 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.Pair.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.Pair.html (original)
+++ websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.Pair.html Thu Oct 17 06:18:45 2013
@@ -363,6 +363,6 @@
   <td class="src"><pre class="src">&nbsp;}</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/13/13 1:15 AM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/16/13 11:17 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.Triple.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.Triple.html (original)
+++ websites/production/commons/content/proper/commons-lang/cobertura/org.apache.commons.lang3.tuple.Triple.html Thu Oct 17 06:18:45 2013
@@ -327,6 +327,6 @@
   <td class="src"><pre class="src">&nbsp;</pre></td></tr>
 </table>
 
-<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/13/13 1:15 AM.</div>
+<div class="footer">Report generated by <a href="http://cobertura.sourceforge.net/" target="_top">Cobertura</a> 1.9.4.1 on 10/16/13 11:17 PM.</div>
 </body>
 </html>
\ No newline at end of file

Modified: websites/production/commons/content/proper/commons-lang/cpd.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/cpd.html (original)
+++ websites/production/commons/content/proper/commons-lang/cpd.html Thu Oct 17 06:18:45 2013
@@ -1,5 +1,5 @@
 <!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 13 October 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 16 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20131013" />
+    <meta name="Date-Revision-yyyymmdd" content="20131016" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -40,7 +40,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 13 October 2013</span>
+        <span id="publishDate">Last Published: 16 October 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 3.2-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -106,7 +106,7 @@
                                                                                                                                                                                                                     <li class="collapsed">
                           <a href="project-info.html" title="Project Information">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                                                                                              <li class="expanded">
+                                                                                                                                                                                                                                                                                                                                                                                                <li class="expanded">
                           <a href="project-reports.html" title="Project Reports">Project Reports</a>
                     <ul>
                       <li class="none">
@@ -160,6 +160,9 @@
                       <li class="none">
                           <a href="taglist.html" title="Tag List">Tag List</a>
             </li>
+                      <li class="none">
+                          <a href="javancss.html" title="JavaNCSS Report">JavaNCSS Report</a>
+            </li>
               </ul>
         </li>
           </ul>

Modified: websites/production/commons/content/proper/commons-lang/dependencies.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/dependencies.html (original)
+++ websites/production/commons/content/proper/commons-lang/dependencies.html Thu Oct 17 06:18:45 2013
@@ -1,5 +1,5 @@
 <!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 13 October 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 16 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20131013" />
+    <meta name="Date-Revision-yyyymmdd" content="20131016" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -40,7 +40,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 13 October 2013</span>
+        <span id="publishDate">Last Published: 16 October 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 3.2-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -135,7 +135,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                                                                                                    <li class="collapsed">
+                                                                                                                                                                                                                                                                                                                                                                                      <li class="collapsed">
                           <a href="project-reports.html" title="Project Reports">Project Reports</a>
                   </li>
           </ul>

Modified: websites/production/commons/content/proper/commons-lang/developerguide.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/developerguide.html (original)
+++ websites/production/commons/content/proper/commons-lang/developerguide.html Thu Oct 17 06:18:45 2013
@@ -1,5 +1,5 @@
 <!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 13 October 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 16 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -12,7 +12,7 @@ Developer guide for Commons "Lang"</titl
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20131013" />
+    <meta name="Date-Revision-yyyymmdd" content="20131016" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -41,7 +41,7 @@ Developer guide for Commons "Lang"</titl
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 13 October 2013</span>
+        <span id="publishDate">Last Published: 16 October 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 3.2-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -107,7 +107,7 @@ Developer guide for Commons "Lang"</titl
                                                                                                                                                                                                                     <li class="collapsed">
                           <a href="project-info.html" title="Project Information">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                                                                                    <li class="collapsed">
+                                                                                                                                                                                                                                                                                                                                                                                      <li class="collapsed">
                           <a href="project-reports.html" title="Project Reports">Project Reports</a>
                   </li>
           </ul>

Modified: websites/production/commons/content/proper/commons-lang/distribution-management.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/distribution-management.html (original)
+++ websites/production/commons/content/proper/commons-lang/distribution-management.html Thu Oct 17 06:18:45 2013
@@ -1,5 +1,5 @@
 <!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 13 October 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 16 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20131013" />
+    <meta name="Date-Revision-yyyymmdd" content="20131016" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -40,7 +40,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 13 October 2013</span>
+        <span id="publishDate">Last Published: 16 October 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 3.2-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -135,7 +135,7 @@
           </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                                                                                                    <li class="collapsed">
+                                                                                                                                                                                                                                                                                                                                                                                      <li class="collapsed">
                           <a href="project-reports.html" title="Project Reports">Project Reports</a>
                   </li>
           </ul>

Modified: websites/production/commons/content/proper/commons-lang/download_lang.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/download_lang.html (original)
+++ websites/production/commons/content/proper/commons-lang/download_lang.html Thu Oct 17 06:18:45 2013
@@ -1,5 +1,5 @@
 <!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 13 October 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 16 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20131013" />
+    <meta name="Date-Revision-yyyymmdd" content="20131016" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -42,7 +42,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 13 October 2013</span>
+        <span id="publishDate">Last Published: 16 October 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 3.2-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -108,7 +108,7 @@
                                                                                                                                                                                                                     <li class="collapsed">
                           <a href="project-info.html" title="Project Information">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                                                                                    <li class="collapsed">
+                                                                                                                                                                                                                                                                                                                                                                                      <li class="collapsed">
                           <a href="project-reports.html" title="Project Reports">Project Reports</a>
                   </li>
           </ul>

Modified: websites/production/commons/content/proper/commons-lang/findbugs.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/findbugs.html (original)
+++ websites/production/commons/content/proper/commons-lang/findbugs.html Thu Oct 17 06:18:45 2013
@@ -1,5 +1,5 @@
 <!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 13 October 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 16 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20131013" />
+    <meta name="Date-Revision-yyyymmdd" content="20131016" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -40,7 +40,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 13 October 2013</span>
+        <span id="publishDate">Last Published: 16 October 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 3.2-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -106,7 +106,7 @@
                                                                                                                                                                                                                     <li class="collapsed">
                           <a href="project-info.html" title="Project Information">Project Information</a>
                   </li>
-                                                                                                                                                                                                                                                                                                                                                                              <li class="expanded">
+                                                                                                                                                                                                                                                                                                                                                                                                <li class="expanded">
                           <a href="project-reports.html" title="Project Reports">Project Reports</a>
                     <ul>
                       <li class="none">
@@ -160,6 +160,9 @@
                       <li class="none">
                           <a href="taglist.html" title="Tag List">Tag List</a>
             </li>
+                      <li class="none">
+                          <a href="javancss.html" title="JavaNCSS Report">JavaNCSS Report</a>
+            </li>
               </ul>
         </li>
           </ul>
@@ -405,13 +408,13 @@
 <td>Switch statement found in org.apache.commons.lang3.time.FastDateParser.escapeRegex(StringBuilder, String, boolean) where default case is missing</td>
 <td>STYLE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#SF_SWITCH_NO_DEFAULT">SF_SWITCH_NO_DEFAULT</a></td>
-<td><a href="./xref/org/apache/commons/lang3/time/FastDateParser.html#303">303-327</a></td>
+<td><a href="./xref/org/apache/commons/lang3/time/FastDateParser.html#307">307-331</a></td>
 <td>Medium</td></tr>
 <tr class="b">
 <td>Switch statement found in org.apache.commons.lang3.time.FastDateParser.getStrategy(String, Calendar) where default case is missing</td>
 <td>STYLE</td>
 <td><a class="externalLink" href="http://findbugs.sourceforge.net/bugDescriptions.html#SF_SWITCH_NO_DEFAULT">SF_SWITCH_NO_DEFAULT</a></td>
-<td><a href="./xref/org/apache/commons/lang3/time/FastDateParser.html#427">427-468</a></td>
+<td><a href="./xref/org/apache/commons/lang3/time/FastDateParser.html#431">431-472</a></td>
 <td>Medium</td></tr></table></div><a name="org.apache.commons.lang3.time.FormatCacheMultipartKey"></a>
 <div class="section">
 <h3>org.apache.commons.lang3.time.FormatCache$MultipartKey<a name="org.apache.commons.lang3.time.FormatCacheMultipartKey"></a></h3>

Modified: websites/production/commons/content/proper/commons-lang/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/index.html (original)
+++ websites/production/commons/content/proper/commons-lang/index.html Thu Oct 17 06:18:45 2013
@@ -1,5 +1,5 @@
 <!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 13 October 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 16 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20131013" />
+    <meta name="Date-Revision-yyyymmdd" content="20131016" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -42,7 +42,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 13 October 2013</span>
+        <span id="publishDate">Last Published: 16 October 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 3.2-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -137,7 +137,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                                                                                                    <li class="collapsed">
+                                                                                                                                                                                                                                                                                                                                                                                      <li class="collapsed">
                           <a href="project-reports.html" title="Project Reports">Project Reports</a>
                   </li>
           </ul>
@@ -311,6 +311,25 @@ For information on previous releases see
 <!-- ================================================== -->
 
 <div class="section">
+<h2>Getting Involved<a name="Getting_Involved"></a></h2>
+
+<p>
+The <a href="mail-lists.html">commons developer mailing list</a> is the main channel of communication for contributors. Please remember that the lists are shared between all commons components, so prefix your email by [lang]. </p>
+
+<p>You can also visit the #apache-commons IRC channel on irc.freenode.net or peruse <a href="issue-tracking.html">JIRA</a>. Specific links of interest for JIRA are:</p>
+
+<ul>
+
+<li>Ideas looking for code: <a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=project%20%3D%20LANG%20AND%20resolution%20%3D%20Unresolved%20AND%20fixVersion%20%3D%20%22Patch%20Needed%22%20ORDER%20BY%20priority%20DESC">Patch Needed</a></li>
+
+<li>Issues with patches, looking for reviews: <a class="externalLink" href="https://issues.apache.org/jira/issues/?jql=fixVersion%20%3D%20%22Review%20Patch%22%20AND%20project%20%3D%20LANG%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20priority%20DESC">Review Patch</a></li>
+</ul>
+
+<p>If you'd like to offer up pull requests via GitHub rather than applying patches to JIRA, we have a <a class="externalLink" href="https://github.com/apache/commons-lang/">GitHub mirror</a>. </p>
+</div>
+<!-- ================================================== -->
+
+<div class="section">
 <h2>Support<a name="Support"></a></h2>
 
 <p>

Modified: websites/production/commons/content/proper/commons-lang/integration.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/integration.html (original)
+++ websites/production/commons/content/proper/commons-lang/integration.html Thu Oct 17 06:18:45 2013
@@ -1,5 +1,5 @@
 <!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 13 October 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 16 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -11,7 +11,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20131013" />
+    <meta name="Date-Revision-yyyymmdd" content="20131016" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -40,7 +40,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 13 October 2013</span>
+        <span id="publishDate">Last Published: 16 October 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 3.2-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -135,7 +135,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                                                                                                    <li class="collapsed">
+                                                                                                                                                                                                                                                                                                                                                                                      <li class="collapsed">
                           <a href="project-reports.html" title="Project Reports">Project Reports</a>
                   </li>
           </ul>

Modified: websites/production/commons/content/proper/commons-lang/issue-tracking.html
==============================================================================
--- websites/production/commons/content/proper/commons-lang/issue-tracking.html (original)
+++ websites/production/commons/content/proper/commons-lang/issue-tracking.html Thu Oct 17 06:18:45 2013
@@ -1,5 +1,5 @@
 <!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 13 October 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 16 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20131013" />
+    <meta name="Date-Revision-yyyymmdd" content="20131016" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -42,7 +42,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 13 October 2013</span>
+        <span id="publishDate">Last Published: 16 October 2013</span>
                   &nbsp;| <span id="projectVersion">Version: 3.2-SNAPSHOT</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
@@ -137,7 +137,7 @@
             </li>
               </ul>
         </li>
-                                                                                                                                                                                                                                                                                                                                                                    <li class="collapsed">
+                                                                                                                                                                                                                                                                                                                                                                                      <li class="collapsed">
                           <a href="project-reports.html" title="Project Reports">Project Reports</a>
                   </li>
           </ul>