You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/04/28 20:47:32 UTC

svn commit: r860222 [40/45] - in /websites/production/commons/content/proper/commons-codec: ./ apidocs/ apidocs/org/apache/commons/codec/ apidocs/org/apache/commons/codec/binary/ apidocs/org/apache/commons/codec/binary/class-use/ apidocs/org/apache/com...

Modified: websites/production/commons/content/proper/commons-codec/testapidocs/overview-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/testapidocs/overview-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/testapidocs/overview-summary.html Sun Apr 28 18:47:25 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Overview (Commons Codec 1.8-SNAPSHOT Test API)
+Overview (Commons Codec 1.8 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Overview (Commons Codec 1.8-SNAPSHOT Tes
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Overview (Commons Codec 1.8-SNAPSHOT Test API)";
+        parent.document.title="Overview (Commons Codec 1.8 Test API)";
     }
 }
 </SCRIPT>
@@ -80,7 +80,7 @@ function windowTitle()
 <HR>
 <CENTER>
 <H1>
-Commons Codec 1.8-SNAPSHOT Test API
+Commons Codec 1.8 Test API
 </H1>
 </CENTER>
 
@@ -91,32 +91,27 @@ Commons Codec 1.8-SNAPSHOT Test API
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="20%"><B><A HREF="org/apache/commons/codec/package-summary.html">org.apache.commons.codec</A></B></TD>
-<TD>Interfaces and classes used by
-    the various implementations in the sub-packages.</TD>
+<TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="20%"><B><A HREF="org/apache/commons/codec/binary/package-summary.html">org.apache.commons.codec.binary</A></B></TD>
-<TD>Base64, Base32, Binary, and Hexadecimal String encoding and decoding.</TD>
+<TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="20%"><B><A HREF="org/apache/commons/codec/digest/package-summary.html">org.apache.commons.codec.digest</A></B></TD>
-<TD>Simplifies common <A HREF="http://download.oracle.com/javase/6/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><CODE>MessageDigest</CODE></A> tasks and
-   includes a libc crypt(3) compatible crypt method that supports DES,
-   MD5, SHA-256 and SHA-512 based algorithms as well as the Apache
-   specific "$apr1$" variant.</TD>
+<TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="20%"><B><A HREF="org/apache/commons/codec/language/package-summary.html">org.apache.commons.codec.language</A></B></TD>
-<TD>Language and phonetic encoders.</TD>
+<TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="20%"><B><A HREF="org/apache/commons/codec/language/bm/package-summary.html">org.apache.commons.codec.language.bm</A></B></TD>
-<TD>Implementation details of the Beider-Morse codec.</TD>
+<TD>&nbsp;</TD>
 </TR>
 <TR BGCOLOR="white" CLASS="TableRowColor">
 <TD WIDTH="20%"><B><A HREF="org/apache/commons/codec/net/package-summary.html">org.apache.commons.codec.net</A></B></TD>
-<TD>
-  Network related encoding and decoding.</TD>
+<TD>&nbsp;</TD>
 </TR>
 </TABLE>
 

Modified: websites/production/commons/content/proper/commons-codec/testapidocs/overview-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/testapidocs/overview-tree.html (original)
+++ websites/production/commons/content/proper/commons-codec/testapidocs/overview-tree.html Sun Apr 28 18:47:25 2013
@@ -4,7 +4,7 @@
 <HEAD>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <TITLE>
-Class Hierarchy (Commons Codec 1.8-SNAPSHOT Test API)
+Class Hierarchy (Commons Codec 1.8 Test API)
 </TITLE>
 
 
@@ -14,7 +14,7 @@ Class Hierarchy (Commons Codec 1.8-SNAPS
 function windowTitle()
 {
     if (location.href.indexOf('is-external=true') == -1) {
-        parent.document.title="Class Hierarchy (Commons Codec 1.8-SNAPSHOT Test API)";
+        parent.document.title="Class Hierarchy (Commons Codec 1.8 Test API)";
     }
 }
 </SCRIPT>

Modified: websites/production/commons/content/proper/commons-codec/testapidocs/src-html/org/apache/commons/codec/language/DoubleMetaphoneTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/testapidocs/src-html/org/apache/commons/codec/language/DoubleMetaphoneTest.html (original)
+++ websites/production/commons/content/proper/commons-codec/testapidocs/src-html/org/apache/commons/codec/language/DoubleMetaphoneTest.html Sun Apr 28 18:47:25 2013
@@ -35,12 +35,12 @@
 <FONT color="green">032</FONT>     * &lt;p&gt;Keep this file in UTF-8 encoding for proper Javadoc processing.&lt;/p&gt;<a name="line.32"></a>
 <FONT color="green">033</FONT>     *<a name="line.33"></a>
 <FONT color="green">034</FONT>     * @see "http://www.cuj.com/documents/s=8038/cuj0006philips/"<a name="line.34"></a>
-<FONT color="green">035</FONT>     * @version $Id: DoubleMetaphoneTest.java 1429868 2013-01-07 16:08:05Z ggregory $<a name="line.35"></a>
+<FONT color="green">035</FONT>     * @version $Id: DoubleMetaphoneTest.java 1468715 2013-04-17 02:10:48Z ggregory $<a name="line.35"></a>
 <FONT color="green">036</FONT>     */<a name="line.36"></a>
 <FONT color="green">037</FONT>    public class DoubleMetaphoneTest extends StringEncoderAbstractTest&lt;DoubleMetaphone&gt; {<a name="line.37"></a>
 <FONT color="green">038</FONT>    <a name="line.38"></a>
 <FONT color="green">039</FONT>        /**<a name="line.39"></a>
-<FONT color="green">040</FONT>         * Test data from http://aspell.sourceforge.net/test/batch0.tab.<a name="line.40"></a>
+<FONT color="green">040</FONT>         * Test data from http://aspell.net/test/orig/batch0.tab.<a name="line.40"></a>
 <FONT color="green">041</FONT>         *<a name="line.41"></a>
 <FONT color="green">042</FONT>         * "Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying<a name="line.42"></a>
 <FONT color="green">043</FONT>         * and distribution of this entire article is permitted in any medium,<a name="line.43"></a>

Modified: websites/production/commons/content/proper/commons-codec/userguide.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/userguide.html (original)
+++ websites/production/commons/content/proper/commons-codec/userguide.html Sun Apr 28 18:47:25 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 Apr 6, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at Apr 19, 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="20130406" />
+    <meta name="Date-Revision-yyyymmdd" content="20130419" />
     <meta http-equiv="Content-Language" content="en" />
                                                     
 <link rel="stylesheet" type="text/css" media="all" href="./css/prettify.css"/>                                                        
@@ -42,8 +42,8 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 06 April 2013</span>
-                  &nbsp;| <span id="projectVersion">Version: 1.8-SNAPSHOT</span>
+        <span id="publishDate">Last Published: 19 April 2013</span>
+                  &nbsp;| <span id="projectVersion">Version: 1.8</span>
                       </div>
             <div class="xright">                    <a href="http://www.apachecon.com/" class="externalLink" title="ApacheCon">ApacheCon</a>
             |

Modified: websites/production/commons/content/proper/commons-codec/xref-test/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/index.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/index.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference</title>
+		<title>Commons Codec 1.8 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-frame.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.binary</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.binary</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/binary/package-summary.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.binary</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.binary</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-frame.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.digest</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.digest</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/digest/package-summary.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.digest</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.digest</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DoubleMetaphoneTest.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DoubleMetaphoneTest.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/DoubleMetaphoneTest.html Sun Apr 28 18:47:25 2013
@@ -42,12 +42,12 @@
 <a class="jxr_linenumber" name="32" href="#32">32</a>  <em class="jxr_javadoccomment"> * &lt;p&gt;Keep this file in UTF-8 encoding for proper Javadoc processing.&lt;/p&gt;</em>
 <a class="jxr_linenumber" name="33" href="#33">33</a>  <em class="jxr_javadoccomment"> *</em>
 <a class="jxr_linenumber" name="34" href="#34">34</a>  <em class="jxr_javadoccomment"> * @see "<a href="http://www.cuj.com/documents/s=8038/cuj0006philips/" target="alexandria_uri">http://www.cuj.com/documents/s=8038/cuj0006philips/</a>"</em>
-<a class="jxr_linenumber" name="35" href="#35">35</a>  <em class="jxr_javadoccomment"> * @version $Id: DoubleMetaphoneTest.java 1429868 2013-01-07 16:08:05Z ggregory $</em>
+<a class="jxr_linenumber" name="35" href="#35">35</a>  <em class="jxr_javadoccomment"> * @version $Id: DoubleMetaphoneTest.java 1468715 2013-04-17 02:10:48Z ggregory $</em>
 <a class="jxr_linenumber" name="36" href="#36">36</a>  <em class="jxr_javadoccomment"> */</em>
 <a class="jxr_linenumber" name="37" href="#37">37</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/codec/language/DoubleMetaphoneTest.html">DoubleMetaphoneTest</a> <strong class="jxr_keyword">extends</strong> StringEncoderAbstractTest&lt;DoubleMetaphone&gt; {
 <a class="jxr_linenumber" name="38" href="#38">38</a>  
 <a class="jxr_linenumber" name="39" href="#39">39</a>      <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="40" href="#40">40</a>  <em class="jxr_javadoccomment">     * Test data from <a href="http://aspell.sourceforge.net/test/batch0.tab." target="alexandria_uri">http://aspell.sourceforge.net/test/batch0.tab.</a></em>
+<a class="jxr_linenumber" name="40" href="#40">40</a>  <em class="jxr_javadoccomment">     * Test data from <a href="http://aspell.net/test/orig/batch0.tab." target="alexandria_uri">http://aspell.net/test/orig/batch0.tab.</a></em>
 <a class="jxr_linenumber" name="41" href="#41">41</a>  <em class="jxr_javadoccomment">     *</em>
 <a class="jxr_linenumber" name="42" href="#42">42</a>  <em class="jxr_javadoccomment">     * "Copyright (C) 2002 Kevin Atkinson (kevina@gnu.org). Verbatim copying</em>
 <a class="jxr_linenumber" name="43" href="#43">43</a>  <em class="jxr_javadoccomment">     * and distribution of this entire article is permitted in any medium,</em>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-frame.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.language.bm</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.language.bm</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/bm/package-summary.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.language.bm</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.language.bm</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-frame.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.language</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.language</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/language/package-summary.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.language</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.language</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-frame.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.net</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.net</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/net/package-summary.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.net</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.net</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/package-frame.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/org/apache/commons/codec/package-summary.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec</title>
 		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/overview-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/overview-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/overview-frame.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference</title>
+		<title>Commons Codec 1.8 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref-test/overview-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref-test/overview-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref-test/overview-summary.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference</title>
+		<title>Commons Codec 1.8 Reference</title>
 		<link rel="stylesheet" type="text/css" href="stylesheet.css" title="style" />
 	</head>
 	<body>
@@ -24,7 +24,7 @@
 	        </ul>
       	</div>
 		
-		      	<h2>Commons Codec 1.8-SNAPSHOT Reference</h2>
+		      	<h2>Commons Codec 1.8 Reference</h2>
 
 		<table class="summary">
         	<thead>

Modified: websites/production/commons/content/proper/commons-codec/xref/index.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/index.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/index.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference</title>
+		<title>Commons Codec 1.8 Reference</title>
 	</head>
     <frameset cols="20%,80%">
 		<frameset rows="30%,70%">

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/StringEncoderComparator.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/StringEncoderComparator.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/StringEncoderComparator.html Sun Apr 28 18:47:25 2013
@@ -36,65 +36,69 @@
 <a class="jxr_linenumber" name="26" href="#26">26</a>  <em class="jxr_javadoccomment"> *</em>
 <a class="jxr_linenumber" name="27" href="#27">27</a>  <em class="jxr_javadoccomment"> * &lt;p&gt;This class is immutable and thread-safe.&lt;/p&gt;</em>
 <a class="jxr_linenumber" name="28" href="#28">28</a>  <em class="jxr_javadoccomment"> *</em>
-<a class="jxr_linenumber" name="29" href="#29">29</a>  <em class="jxr_javadoccomment"> * @version $Id: StringEncoderComparator.java 1435573 2013-01-19 15:42:14Z tn $</em>
+<a class="jxr_linenumber" name="29" href="#29">29</a>  <em class="jxr_javadoccomment"> * @version $Id: StringEncoderComparator.java 1468177 2013-04-15 18:35:15Z ggregory $</em>
 <a class="jxr_linenumber" name="30" href="#30">30</a>  <em class="jxr_javadoccomment"> */</em>
-<a class="jxr_linenumber" name="31" href="#31">31</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/commons/codec/StringEncoderComparator.html">StringEncoderComparator</a> <strong class="jxr_keyword">implements</strong> Comparator {
-<a class="jxr_linenumber" name="32" href="#32">32</a>  
-<a class="jxr_linenumber" name="33" href="#33">33</a>      <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="34" href="#34">34</a>  <em class="jxr_javadoccomment">     * Internal encoder instance.</em>
-<a class="jxr_linenumber" name="35" href="#35">35</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="36" href="#36">36</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <a href="../../../../org/apache/commons/codec/StringEncoder.html">StringEncoder</a> stringEncoder;
-<a class="jxr_linenumber" name="37" href="#37">37</a>  
-<a class="jxr_linenumber" name="38" href="#38">38</a>      <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="39" href="#39">39</a>  <em class="jxr_javadoccomment">     * Constructs a new instance.</em>
-<a class="jxr_linenumber" name="40" href="#40">40</a>  <em class="jxr_javadoccomment">     *</em>
-<a class="jxr_linenumber" name="41" href="#41">41</a>  <em class="jxr_javadoccomment">     * @deprecated Creating an instance without a {@link StringEncoder} leads to a {@link NullPointerException}. Will be</em>
-<a class="jxr_linenumber" name="42" href="#42">42</a>  <em class="jxr_javadoccomment">     *             removed in 2.0.</em>
-<a class="jxr_linenumber" name="43" href="#43">43</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="44" href="#44">44</a>      @Deprecated
-<a class="jxr_linenumber" name="45" href="#45">45</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/commons/codec/StringEncoderComparator.html">StringEncoderComparator</a>() {
-<a class="jxr_linenumber" name="46" href="#46">46</a>          <strong class="jxr_keyword">this</strong>.stringEncoder = <strong class="jxr_keyword">null</strong>; <em class="jxr_comment">// Trying to use this will cause things to break</em>
-<a class="jxr_linenumber" name="47" href="#47">47</a>      }
-<a class="jxr_linenumber" name="48" href="#48">48</a>  
-<a class="jxr_linenumber" name="49" href="#49">49</a>      <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="50" href="#50">50</a>  <em class="jxr_javadoccomment">     * Constructs a new instance with the given algorithm.</em>
-<a class="jxr_linenumber" name="51" href="#51">51</a>  <em class="jxr_javadoccomment">     *</em>
-<a class="jxr_linenumber" name="52" href="#52">52</a>  <em class="jxr_javadoccomment">     * @param stringEncoder</em>
-<a class="jxr_linenumber" name="53" href="#53">53</a>  <em class="jxr_javadoccomment">     *            the StringEncoder used for comparisons.</em>
-<a class="jxr_linenumber" name="54" href="#54">54</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="55" href="#55">55</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/commons/codec/StringEncoderComparator.html">StringEncoderComparator</a>(<strong class="jxr_keyword">final</strong> <a href="../../../../org/apache/commons/codec/StringEncoder.html">StringEncoder</a> stringEncoder) {
-<a class="jxr_linenumber" name="56" href="#56">56</a>          <strong class="jxr_keyword">this</strong>.stringEncoder = stringEncoder;
-<a class="jxr_linenumber" name="57" href="#57">57</a>      }
-<a class="jxr_linenumber" name="58" href="#58">58</a>  
-<a class="jxr_linenumber" name="59" href="#59">59</a>      <em class="jxr_javadoccomment">/**</em>
-<a class="jxr_linenumber" name="60" href="#60">60</a>  <em class="jxr_javadoccomment">     * Compares two strings based not on the strings themselves, but on an encoding of the two strings using the</em>
-<a class="jxr_linenumber" name="61" href="#61">61</a>  <em class="jxr_javadoccomment">     * StringEncoder this Comparator was created with.</em>
-<a class="jxr_linenumber" name="62" href="#62">62</a>  <em class="jxr_javadoccomment">     *</em>
-<a class="jxr_linenumber" name="63" href="#63">63</a>  <em class="jxr_javadoccomment">     * If an {@link EncoderException} is encountered, return &lt;code&gt;0&lt;/code&gt;.</em>
+<a class="jxr_linenumber" name="31" href="#31">31</a>  @SuppressWarnings(<span class="jxr_string">"rawtypes"</span>)
+<a class="jxr_linenumber" name="32" href="#32">32</a>  <em class="jxr_comment">// TODO ought to implement Comparator&lt;String&gt; but that's not possible whilst maintaining binary compatibility.</em>
+<a class="jxr_linenumber" name="33" href="#33">33</a>  <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../org/apache/commons/codec/StringEncoderComparator.html">StringEncoderComparator</a> <strong class="jxr_keyword">implements</strong> Comparator {
+<a class="jxr_linenumber" name="34" href="#34">34</a>  
+<a class="jxr_linenumber" name="35" href="#35">35</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="36" href="#36">36</a>  <em class="jxr_javadoccomment">     * Internal encoder instance.</em>
+<a class="jxr_linenumber" name="37" href="#37">37</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="38" href="#38">38</a>      <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <a href="../../../../org/apache/commons/codec/StringEncoder.html">StringEncoder</a> stringEncoder;
+<a class="jxr_linenumber" name="39" href="#39">39</a>  
+<a class="jxr_linenumber" name="40" href="#40">40</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="41" href="#41">41</a>  <em class="jxr_javadoccomment">     * Constructs a new instance.</em>
+<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">     * @deprecated Creating an instance without a {@link StringEncoder} leads to a {@link NullPointerException}. Will be</em>
+<a class="jxr_linenumber" name="44" href="#44">44</a>  <em class="jxr_javadoccomment">     *             removed in 2.0.</em>
+<a class="jxr_linenumber" name="45" href="#45">45</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="46" href="#46">46</a>      @Deprecated
+<a class="jxr_linenumber" name="47" href="#47">47</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/commons/codec/StringEncoderComparator.html">StringEncoderComparator</a>() {
+<a class="jxr_linenumber" name="48" href="#48">48</a>          <strong class="jxr_keyword">this</strong>.stringEncoder = <strong class="jxr_keyword">null</strong>; <em class="jxr_comment">// Trying to use this will cause things to break</em>
+<a class="jxr_linenumber" name="49" href="#49">49</a>      }
+<a class="jxr_linenumber" name="50" href="#50">50</a>  
+<a class="jxr_linenumber" name="51" href="#51">51</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="52" href="#52">52</a>  <em class="jxr_javadoccomment">     * Constructs a new instance with the given algorithm.</em>
+<a class="jxr_linenumber" name="53" href="#53">53</a>  <em class="jxr_javadoccomment">     *</em>
+<a class="jxr_linenumber" name="54" href="#54">54</a>  <em class="jxr_javadoccomment">     * @param stringEncoder</em>
+<a class="jxr_linenumber" name="55" href="#55">55</a>  <em class="jxr_javadoccomment">     *            the StringEncoder used for comparisons.</em>
+<a class="jxr_linenumber" name="56" href="#56">56</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="57" href="#57">57</a>      <strong class="jxr_keyword">public</strong> <a href="../../../../org/apache/commons/codec/StringEncoderComparator.html">StringEncoderComparator</a>(<strong class="jxr_keyword">final</strong> <a href="../../../../org/apache/commons/codec/StringEncoder.html">StringEncoder</a> stringEncoder) {
+<a class="jxr_linenumber" name="58" href="#58">58</a>          <strong class="jxr_keyword">this</strong>.stringEncoder = stringEncoder;
+<a class="jxr_linenumber" name="59" href="#59">59</a>      }
+<a class="jxr_linenumber" name="60" href="#60">60</a>  
+<a class="jxr_linenumber" name="61" href="#61">61</a>      <em class="jxr_javadoccomment">/**</em>
+<a class="jxr_linenumber" name="62" href="#62">62</a>  <em class="jxr_javadoccomment">     * Compares two strings based not on the strings themselves, but on an encoding of the two strings using the</em>
+<a class="jxr_linenumber" name="63" href="#63">63</a>  <em class="jxr_javadoccomment">     * StringEncoder this Comparator was created with.</em>
 <a class="jxr_linenumber" name="64" href="#64">64</a>  <em class="jxr_javadoccomment">     *</em>
-<a class="jxr_linenumber" name="65" href="#65">65</a>  <em class="jxr_javadoccomment">     * @param o1</em>
-<a class="jxr_linenumber" name="66" href="#66">66</a>  <em class="jxr_javadoccomment">     *            the object to compare</em>
-<a class="jxr_linenumber" name="67" href="#67">67</a>  <em class="jxr_javadoccomment">     * @param o2</em>
-<a class="jxr_linenumber" name="68" href="#68">68</a>  <em class="jxr_javadoccomment">     *            the object to compare to</em>
-<a class="jxr_linenumber" name="69" href="#69">69</a>  <em class="jxr_javadoccomment">     * @return the Comparable.compareTo() return code or 0 if an encoding error was caught.</em>
-<a class="jxr_linenumber" name="70" href="#70">70</a>  <em class="jxr_javadoccomment">     * @see Comparable</em>
-<a class="jxr_linenumber" name="71" href="#71">71</a>  <em class="jxr_javadoccomment">     */</em>
-<a class="jxr_linenumber" name="72" href="#72">72</a>      @Override
-<a class="jxr_linenumber" name="73" href="#73">73</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> compare(<strong class="jxr_keyword">final</strong> Object o1, <strong class="jxr_keyword">final</strong> Object o2) {
-<a class="jxr_linenumber" name="74" href="#74">74</a>  
-<a class="jxr_linenumber" name="75" href="#75">75</a>          <strong class="jxr_keyword">int</strong> compareCode = 0;
+<a class="jxr_linenumber" name="65" href="#65">65</a>  <em class="jxr_javadoccomment">     * If an {@link EncoderException} is encountered, return &lt;code&gt;0&lt;/code&gt;.</em>
+<a class="jxr_linenumber" name="66" href="#66">66</a>  <em class="jxr_javadoccomment">     *</em>
+<a class="jxr_linenumber" name="67" href="#67">67</a>  <em class="jxr_javadoccomment">     * @param o1</em>
+<a class="jxr_linenumber" name="68" href="#68">68</a>  <em class="jxr_javadoccomment">     *            the object to compare</em>
+<a class="jxr_linenumber" name="69" href="#69">69</a>  <em class="jxr_javadoccomment">     * @param o2</em>
+<a class="jxr_linenumber" name="70" href="#70">70</a>  <em class="jxr_javadoccomment">     *            the object to compare to</em>
+<a class="jxr_linenumber" name="71" href="#71">71</a>  <em class="jxr_javadoccomment">     * @return the Comparable.compareTo() return code or 0 if an encoding error was caught.</em>
+<a class="jxr_linenumber" name="72" href="#72">72</a>  <em class="jxr_javadoccomment">     * @see Comparable</em>
+<a class="jxr_linenumber" name="73" href="#73">73</a>  <em class="jxr_javadoccomment">     */</em>
+<a class="jxr_linenumber" name="74" href="#74">74</a>      @Override
+<a class="jxr_linenumber" name="75" href="#75">75</a>      <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">int</strong> compare(<strong class="jxr_keyword">final</strong> Object o1, <strong class="jxr_keyword">final</strong> Object o2) {
 <a class="jxr_linenumber" name="76" href="#76">76</a>  
-<a class="jxr_linenumber" name="77" href="#77">77</a>          <strong class="jxr_keyword">try</strong> {
-<a class="jxr_linenumber" name="78" href="#78">78</a>              <strong class="jxr_keyword">final</strong> Comparable s1 = (Comparable) <strong class="jxr_keyword">this</strong>.stringEncoder.encode(o1);
-<a class="jxr_linenumber" name="79" href="#79">79</a>              <strong class="jxr_keyword">final</strong> Comparable s2 = (Comparable) <strong class="jxr_keyword">this</strong>.stringEncoder.encode(o2);
-<a class="jxr_linenumber" name="80" href="#80">80</a>              compareCode = s1.compareTo(s2);
-<a class="jxr_linenumber" name="81" href="#81">81</a>          } <strong class="jxr_keyword">catch</strong> (<strong class="jxr_keyword">final</strong> EncoderException ee) {
-<a class="jxr_linenumber" name="82" href="#82">82</a>              compareCode = 0;
-<a class="jxr_linenumber" name="83" href="#83">83</a>          }
-<a class="jxr_linenumber" name="84" href="#84">84</a>          <strong class="jxr_keyword">return</strong> compareCode;
-<a class="jxr_linenumber" name="85" href="#85">85</a>      }
-<a class="jxr_linenumber" name="86" href="#86">86</a>  
-<a class="jxr_linenumber" name="87" href="#87">87</a>  }
+<a class="jxr_linenumber" name="77" href="#77">77</a>          <strong class="jxr_keyword">int</strong> compareCode = 0;
+<a class="jxr_linenumber" name="78" href="#78">78</a>  
+<a class="jxr_linenumber" name="79" href="#79">79</a>          <strong class="jxr_keyword">try</strong> {
+<a class="jxr_linenumber" name="80" href="#80">80</a>              @SuppressWarnings(<span class="jxr_string">"unchecked"</span>) <em class="jxr_comment">// May fail with CCE if encode returns something that is not Comparable</em>
+<a class="jxr_linenumber" name="81" href="#81">81</a>              <em class="jxr_comment">// However this was always the case.</em>
+<a class="jxr_linenumber" name="82" href="#82">82</a>              <strong class="jxr_keyword">final</strong> Comparable&lt;Comparable&lt;?&gt;&gt; s1 = (Comparable&lt;Comparable&lt;?&gt;&gt;) <strong class="jxr_keyword">this</strong>.stringEncoder.encode(o1);
+<a class="jxr_linenumber" name="83" href="#83">83</a>              <strong class="jxr_keyword">final</strong> Comparable&lt;?&gt; s2 = (Comparable&lt;?&gt;) <strong class="jxr_keyword">this</strong>.stringEncoder.encode(o2);
+<a class="jxr_linenumber" name="84" href="#84">84</a>              compareCode = s1.compareTo(s2);
+<a class="jxr_linenumber" name="85" href="#85">85</a>          } <strong class="jxr_keyword">catch</strong> (<strong class="jxr_keyword">final</strong> EncoderException ee) {
+<a class="jxr_linenumber" name="86" href="#86">86</a>              compareCode = 0;
+<a class="jxr_linenumber" name="87" href="#87">87</a>          }
+<a class="jxr_linenumber" name="88" href="#88">88</a>          <strong class="jxr_keyword">return</strong> compareCode;
+<a class="jxr_linenumber" name="89" href="#89">89</a>      }
+<a class="jxr_linenumber" name="90" href="#90">90</a>  
+<a class="jxr_linenumber" name="91" href="#91">91</a>  }
 </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/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-frame.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.binary</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.binary</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>

Modified: websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-codec/xref/org/apache/commons/codec/binary/package-summary.html Sun Apr 28 18:47:25 2013
@@ -3,7 +3,7 @@
 <html xml:lang="en" lang="en">
 	<head>
 		<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
-		<title>Commons Codec 1.8-SNAPSHOT Reference Package org.apache.commons.codec.binary</title>
+		<title>Commons Codec 1.8 Reference Package org.apache.commons.codec.binary</title>
 		<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
 	</head>
 	<body>