svn commit: r1242575 - in /commons/proper/vfs/trunk/core/src: main/java/org/apache/commons/vfs2/PatternFileSelector.java test/java/org/apache/commons/vfs2/PatternFileSelectorTest.java

2012-02-09 Thread ggregory
Author: ggregory Date: Thu Feb 9 22:36:45 2012 New Revision: 1242575 URL: http://svn.apache.org/viewvc?rev=1242575view=rev Log: [VFS-400] Add a FileSelector based on regular expressions. Added: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/PatternFileSelector.java

svn commit: r1242579 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/LastModifiedTests.java

2012-02-09 Thread ggregory
Author: ggregory Date: Thu Feb 9 22:45:20 2012 New Revision: 1242579 URL: http://svn.apache.org/viewvc?rev=1242579view=rev Log: Extract local variables (testSetLastModified) while looking for a fix for continuum build failures. Modified: commons/proper/vfs/trunk/core/src/test/java/org

svn commit: r1242599 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/LastModifiedTests.java

2012-02-09 Thread ggregory
Author: ggregory Date: Thu Feb 9 23:10:09 2012 New Revision: 1242599 URL: http://svn.apache.org/viewvc?rev=1242599view=rev Log: Replace call to JUnit assert method with custom method to compare longs with a delta. The previous code compared floats. Modified: commons/proper/vfs/trunk/core

svn commit: r1242822 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java

2012-02-10 Thread ggregory
Author: ggregory Date: Fri Feb 10 15:31:36 2012 New Revision: 1242822 URL: http://svn.apache.org/viewvc?rev=1242822view=rev Log: Javadoc. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java Modified: commons/proper/vfs

svn commit: r1242823 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java

2012-02-10 Thread ggregory
Author: ggregory Date: Fri Feb 10 15:32:57 2012 New Revision: 1242823 URL: http://svn.apache.org/viewvc?rev=1242823view=rev Log: Javadoc. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/http/test/HttpProviderTestCase.java Modified: commons/proper/vfs

svn commit: r1243071 - in /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider: ftp/test/FtpProviderTestCase.java http/test/HttpProviderTestCase.java sftp/test/SftpProviderTes

2012-02-11 Thread ggregory
Author: ggregory Date: Sat Feb 11 14:31:41 2012 New Revision: 1243071 URL: http://svn.apache.org/viewvc?rev=1243071view=rev Log: Fix // comment. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/ftp/test/FtpProviderTestCase.java commons/proper/vfs

svn commit: r1243088 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/ContentTests.java

2012-02-11 Thread ggregory
Author: ggregory Date: Sat Feb 11 16:32:25 2012 New Revision: 1243088 URL: http://svn.apache.org/viewvc?rev=1243088view=rev Log: Test FS root with two different code paths. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/ContentTests.java Modified

svn commit: r1243636 - in /commons/proper/vfs/trunk: ./ core/ core/src/test/java/org/apache/commons/vfs2/provider/test/ core/src/test/java/org/apache/commons/vfs2/provider/webdav/test/ core/src/test/j

2012-02-13 Thread ggregory
Author: ggregory Date: Mon Feb 13 18:20:26 2012 New Revision: 1243636 URL: http://svn.apache.org/viewvc?rev=1243636view=rev Log: [VFS-392] Build tests WebDAV file system with an embedded WebDAV server (Apache Jackrabbit). Added: commons/proper/vfs/trunk/core/src/test/java/org/apache

svn commit: r1243642 - /commons/proper/vfs/trunk/src/changes/changes.xml

2012-02-13 Thread ggregory
Author: ggregory Date: Mon Feb 13 18:35:44 2012 New Revision: 1243642 URL: http://svn.apache.org/viewvc?rev=1243642view=rev Log: [VFS-402][WebDAV] Update Apache Jackrabbit 1.5.2 to 1.6.5. Modified: commons/proper/vfs/trunk/src/changes/changes.xml Modified: commons/proper/vfs/trunk/src

svn commit: r1243643 - /commons/proper/vfs/trunk/src/changes/changes.xml

2012-02-13 Thread ggregory
Author: ggregory Date: Mon Feb 13 18:36:50 2012 New Revision: 1243643 URL: http://svn.apache.org/viewvc?rev=1243643view=rev Log: [VFS-392] Build tests WebDAV file system with an embedded WebDAV server (Apache Jackrabbit). Modified: commons/proper/vfs/trunk/src/changes/changes.xml Modified

svn commit: r1243766 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-13 Thread ggregory
Author: ggregory Date: Tue Feb 14 02:42:21 2012 New Revision: 1243766 URL: http://svn.apache.org/viewvc?rev=1243766view=rev Log: Update Javadoc plug-in to 2.8.1 from 2.8. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http

svn commit: r1243772 - in /commons/proper/pool/branches/POOL_1_X: build.xml checkstyle.xml pom.xml src/java/org/apache/commons/pool/overview.html src/main/ src/main/javadoc/ src/main/javadoc/overview.

2012-02-13 Thread ggregory
Author: ggregory Date: Tue Feb 14 02:59:46 2012 New Revision: 1243772 URL: http://svn.apache.org/viewvc?rev=1243772view=rev Log: Update maven-checkstyle-plugin to 2.9 from 2.1. Update maven-pmd-plugin to 2.7 from 2.5. Update to package-info.java from package.html. Use standard Maven Javadoc

svn commit: r1243776 - /commons/proper/pool/branches/POOL_1_X/pom.xml

2012-02-13 Thread ggregory
Author: ggregory Date: Tue Feb 14 03:29:55 2012 New Revision: 1243776 URL: http://svn.apache.org/viewvc?rev=1243776view=rev Log: Fix taglist-maven-plugin:2.4 [WARNING] Using legacy tag format. This is not recommended. Modified: commons/proper/pool/branches/POOL_1_X/pom.xml Modified

svn commit: r1244109 - /commons/proper/io/trunk/pom.xml

2012-02-14 Thread ggregory
Author: ggregory Date: Tue Feb 14 16:21:55 2012 New Revision: 1244109 URL: http://svn.apache.org/viewvc?rev=1244109view=rev Log: Update maven-checkstyle-plugin to 2.9 from 2.7. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1244110 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/FilenameUtils.java

2012-02-14 Thread ggregory
Author: ggregory Date: Tue Feb 14 16:23:52 2012 New Revision: 1244110 URL: http://svn.apache.org/viewvc?rev=1244110view=rev Log: Checkstyle: Line length = 120. Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/FilenameUtils.java Modified: commons/proper/io/trunk/src

svn commit: r1244679 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/FileIteratorTest.java

2012-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 19:54:02 2012 New Revision: 1244679 URL: http://svn.apache.org/viewvc?rev=1244679view=rev Log: Add missing Apache license header. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/FileIteratorTest.java Modified: commons/proper

svn commit: r1244680 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/UriParserTestCase.java

2012-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 19:54:55 2012 New Revision: 1244680 URL: http://svn.apache.org/viewvc?rev=1244680view=rev Log: Add missing Apache license header. Modified: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/UriParserTestCase.java (contents

svn commit: r1244686 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java

2012-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 20:27:01 2012 New Revision: 1244686 URL: http://svn.apache.org/viewvc?rev=1244686view=rev Log: Fix Javadoc typo. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java Modified: commons/proper/vfs/trunk/core/src

svn commit: r1244700 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: ./ impl/ operations/vcs/ provider/ provider/compressed/ provider/ftp/ provider/http/ provider/local/ pro

2012-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 20:45:59 2012 New Revision: 1244700 URL: http://svn.apache.org/viewvc?rev=1244700view=rev Log: Remove trailing whitespace. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java commons/proper/vfs/trunk/core/src

svn commit: r1244702 - /commons/proper/vfs/trunk/sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/FileNameTestCase.java

2012-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 20:46:15 2012 New Revision: 1244702 URL: http://svn.apache.org/viewvc?rev=1244702view=rev Log: Remove trailing whitespace. Modified: commons/proper/vfs/trunk/sandbox/src/test/java/org/apache/commons/vfs2/provider/smb/test/FileNameTestCase.java Modified

svn commit: r1244732 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java

2012-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 21:13:10 2012 New Revision: 1244732 URL: http://svn.apache.org/viewvc?rev=1244732view=rev Log: Fix Javadocs checkstyle issues. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java Modified: commons

svn commit: r1244733 - /commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/zip/test/BugReport.java

2012-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 21:14:08 2012 New Revision: 1244733 URL: http://svn.apache.org/viewvc?rev=1244733view=rev Log: Remove mistakenly committed class. Removed: commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/provider/zip/test/BugReport.java

svn commit: r1244734 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/PatternFileSelector.java

2012-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 21:15:14 2012 New Revision: 1244734 URL: http://svn.apache.org/viewvc?rev=1244734view=rev Log: Fix Javadocs checkstyle issues. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/PatternFileSelector.java Modified: commons/proper

svn commit: r1244735 - /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/SoftRefFilesCache.java

2012-02-15 Thread ggregory
Author: ggregory Date: Wed Feb 15 21:15:47 2012 New Revision: 1244735 URL: http://svn.apache.org/viewvc?rev=1244735view=rev Log: Fix checkstyle issues. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/cache/SoftRefFilesCache.java Modified: commons/proper/vfs

svn commit: r1245005 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/binary/Base64Test.java

2012-02-16 Thread ggregory
Author: ggregory Date: Thu Feb 16 14:52:10 2012 New Revision: 1245005 URL: http://svn.apache.org/viewvc?rev=1245005view=rev Log: @Igore tests for a lineSeparator much bigger than DEFAULT_BUFFER_SIZE. See http://mail-archives.apache.org/mod_mbox/commons-dev/201202.mbox/%3c4f3c85d7.5060

svn commit: r1245010 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: FileExtensionSelector.java FileObject.java

2012-02-16 Thread ggregory
Author: ggregory Date: Thu Feb 16 15:00:42 2012 New Revision: 1245010 URL: http://svn.apache.org/viewvc?rev=1245010view=rev Log: Fix Checkstyle issues. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileExtensionSelector.java commons/proper/vfs/trunk/core

svn commit: r1245032 - in /commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2: ./ cache/ provider/ftps/ provider/http/ provider/https/ provider/local/ provider/ram/ provider/sftp/ uti

2012-02-16 Thread ggregory
Author: ggregory Date: Thu Feb 16 15:38:07 2012 New Revision: 1245032 URL: http://svn.apache.org/viewvc?rev=1245032view=rev Log: Fix Checkstyle issues. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileSystemException.java commons/proper/vfs/trunk/core

svn commit: r1245754 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/output/TeeOutputStream.java test/java/org/apache/commons/io/output/TeeOutputStreamTest.java

2012-02-17 Thread ggregory
Author: ggregory Date: Fri Feb 17 20:49:39 2012 New Revision: 1245754 URL: http://svn.apache.org/viewvc?rev=1245754view=rev Log: [IO-303] TeeOutputStream fails executing branch.close() when main.close() raised an exception. Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1245755 - /commons/proper/io/trunk/pom.xml

2012-02-17 Thread ggregory
Author: ggregory Date: Fri Feb 17 20:51:57 2012 New Revision: 1245755 URL: http://svn.apache.org/viewvc?rev=1245755view=rev Log: Update findbugs-maven-plugin to 2.4.0 from 2.3.2. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1245797 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/TeeOutputStream.java

2012-02-17 Thread ggregory
Author: ggregory Date: Fri Feb 17 23:04:03 2012 New Revision: 1245797 URL: http://svn.apache.org/viewvc?rev=1245797view=rev Log: [IO-303] TeeOutputStream fails executing branch.close() when main.close() raised an exception. Use a different impl with LOCs. Modified: commons/proper/io/trunk

svn commit: r1245798 - /commons/proper/io/trunk/src/changes/changes.xml

2012-02-17 Thread ggregory
Author: ggregory Date: Fri Feb 17 23:06:26 2012 New Revision: 1245798 URL: http://svn.apache.org/viewvc?rev=1245798view=rev Log: [IO-303] TeeOutputStream fails executing branch.close() when main.close() raised an exception. Use a different impl with LOCs. Modified: commons/proper/io/trunk

svn commit: r1291767 - in /commons/proper/vfs/trunk: pom.xml src/changes/changes.xml

2012-02-21 Thread ggregory
Author: ggregory Date: Tue Feb 21 13:26:28 2012 New Revision: 1291767 URL: http://svn.apache.org/viewvc?rev=1291767view=rev Log: [VFS-404][FTP][FTPS] Update Apache Commons Net to 3.1 from 3.0.1. Modified: commons/proper/vfs/trunk/pom.xml commons/proper/vfs/trunk/src/changes/changes.xml

svn commit: r1292450 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/SelectorAdapter.java

2012-02-22 Thread ggregory
Author: ggregory Date: Wed Feb 22 19:11:59 2012 New Revision: 1292450 URL: http://svn.apache.org/viewvc?rev=1292450view=rev Log: Adding missing license header. Modified: commons/proper/io/trunk/src/test/java/org/apache/commons/io/SelectorAdapter.java Modified: commons/proper/io/trunk/src

svn commit: r1292455 - in /commons/proper/io/trunk/src: changes/ main/java/org/apache/commons/io/input/ test/java/org/apache/commons/io/input/ test/resources/org/apache/commons/io/

2012-02-22 Thread ggregory
Author: ggregory Date: Wed Feb 22 19:20:01 2012 New Revision: 1292455 URL: http://svn.apache.org/viewvc?rev=1292455view=rev Log: [IO-302] ArrayIndexOutOfBoundsException in BOMInputStream when reading a file without BOM multiple times Added: commons/proper/io/trunk/src/test/resources/org

svn commit: r1292460 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/BOMInputStreamTest.java

2012-02-22 Thread ggregory
Author: ggregory Date: Wed Feb 22 19:22:57 2012 New Revision: 1292460 URL: http://svn.apache.org/viewvc?rev=1292460view=rev Log: [IO-302] ArrayIndexOutOfBoundsException in BOMInputStream when reading a file without BOM multiple times. Refactor tests to use both BOM and no-BOM test files

svn commit: r1292547 - /commons/proper/net/trunk/RELEASE-NOTES.txt

2012-02-22 Thread ggregory
Author: ggregory Date: Wed Feb 22 22:21:43 2012 New Revision: 1292547 URL: http://svn.apache.org/viewvc?rev=1292547view=rev Log: Fix typo. Modified: commons/proper/net/trunk/RELEASE-NOTES.txt Modified: commons/proper/net/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons

svn commit: r1293318 - /commons/proper/codec/trunk/pom.xml

2012-02-24 Thread ggregory
Author: ggregory Date: Fri Feb 24 16:13:32 2012 New Revision: 1293318 URL: http://svn.apache.org/viewvc?rev=1293318view=rev Log: Update POM to use current parent and plugins. Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http

svn commit: r1293325 - /commons/proper/codec/trunk/pom.xml

2012-02-24 Thread ggregory
Author: ggregory Date: Fri Feb 24 16:30:12 2012 New Revision: 1293325 URL: http://svn.apache.org/viewvc?rev=1293325view=rev Log: The default surefire include settings do not need to be overridden. Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL

svn commit: r1293496 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-24 Thread ggregory
Author: ggregory Date: Sat Feb 25 00:47:00 2012 New Revision: 1293496 URL: http://svn.apache.org/viewvc?rev=1293496view=rev Log: Update plugins. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1293500 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-24 Thread ggregory
Author: ggregory Date: Sat Feb 25 00:51:10 2012 New Revision: 1293500 URL: http://svn.apache.org/viewvc?rev=1293500view=rev Log: Add cobertura-maven-plugin report. Code coverage is a good thing. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent

svn commit: r1293610 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-25 Thread ggregory
Author: ggregory Date: Sat Feb 25 14:12:57 2012 New Revision: 1293610 URL: http://svn.apache.org/viewvc?rev=1293610view=rev Log: Remove obsolete comment. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1294152 - /commons/proper/commons-parent/trunk/pom.xml

2012-02-27 Thread ggregory
Author: ggregory Date: Mon Feb 27 13:38:25 2012 New Revision: 1294152 URL: http://svn.apache.org/viewvc?rev=1294152view=rev Log: Java 5 picks up latest maven-bundle-plugin. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL

svn commit: r1294303 - /commons/proper/io/trunk/src/changes/changes.xml

2012-02-27 Thread ggregory
Author: ggregory Date: Mon Feb 27 19:48:42 2012 New Revision: 1294303 URL: http://svn.apache.org/viewvc?rev=1294303view=rev Log: [IO-302] ArrayIndexOutOfBoundsException in BOMInputStream when reading a file without BOM multiple times Modified: commons/proper/io/trunk/src/changes/changes.xml

svn commit: r1295099 - /commons/proper/lang/trunk/pom.xml

2012-02-29 Thread ggregory
Author: ggregory Date: Wed Feb 29 13:44:43 2012 New Revision: 1295099 URL: http://svn.apache.org/viewvc?rev=1295099view=rev Log: Update EasyMock to 3.1 from 3.0. Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1295113 - /commons/proper/lang/trunk/default.properties

2012-02-29 Thread ggregory
Author: ggregory Date: Wed Feb 29 14:03:10 2012 New Revision: 1295113 URL: http://svn.apache.org/viewvc?rev=1295113view=rev Log: Match POM. Modified: commons/proper/lang/trunk/default.properties Modified: commons/proper/lang/trunk/default.properties URL: http://svn.apache.org/viewvc

svn commit: r1295124 - /commons/proper/lang/trunk/pom.xml

2012-02-29 Thread ggregory
Author: ggregory Date: Wed Feb 29 14:22:08 2012 New Revision: 1295124 URL: http://svn.apache.org/viewvc?rev=1295124view=rev Log: Update parent POM and plugins. Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r1295126 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2012-02-29 Thread ggregory
Author: ggregory Date: Wed Feb 29 14:23:59 2012 New Revision: 1295126 URL: http://svn.apache.org/viewvc?rev=1295126view=rev Log: Fix Javdoc. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/lang/trunk/src/main/java/org

svn commit: r1295127 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DatePrinter.java

2012-02-29 Thread ggregory
Author: ggregory Date: Wed Feb 29 14:24:56 2012 New Revision: 1295127 URL: http://svn.apache.org/viewvc?rev=1295127view=rev Log: Fix Javdoc. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DatePrinter.java Modified: commons/proper/lang/trunk/src/main/java

svn commit: r1295134 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/SerializationUtils.java site/changes/changes.xml test/java/org/apache/commons/lang3/SerializationUtilsTest.

2012-02-29 Thread ggregory
Author: ggregory Date: Wed Feb 29 14:39:01 2012 New Revision: 1295134 URL: http://svn.apache.org/viewvc?rev=1295134view=rev Log: [LANG-788] SerializationUtils throws ClassNotFoundException when cloning primitive classes Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons

svn commit: r1295173 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java

2012-02-29 Thread ggregory
Author: ggregory Date: Wed Feb 29 16:17:26 2012 New Revision: 1295173 URL: http://svn.apache.org/viewvc?rev=1295173view=rev Log: Apply fix suggested by Benedikt Ritter on the ML: The problem is, that there is no method with name getTimeZoneOverridesCalendar() in DateParser, so that link can't

svn commit: r1295208 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java

2012-02-29 Thread ggregory
Author: ggregory Date: Wed Feb 29 18:37:38 2012 New Revision: 1295208 URL: http://svn.apache.org/viewvc?rev=1295208view=rev Log: Fix Javdoc. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateParser.java Modified: commons/proper/lang/trunk/src/main/java

svn commit: r1295587 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/input/Tailer.java

2012-03-01 Thread ggregory
Author: ggregory Date: Thu Mar 1 14:39:30 2012 New Revision: 1295587 URL: http://svn.apache.org/viewvc?rev=1295587view=rev Log: [IO-304] The second constructor of Tailer class does not pass 'delay' to the third one Modified: commons/proper/io/trunk/src/changes/changes.xml commons

svn commit: r1296247 - /commons/proper/lang/trunk/pom.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Fri Mar 2 15:21:36 2012 New Revision: 1296247 URL: http://svn.apache.org/viewvc?rev=1296247view=rev Log: Per the VOTE on the ML, trunk can now use Java 6. Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http

svn commit: r1296456 - /commons/proper/codec/trunk/pom.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Fri Mar 2 20:58:43 2012 New Revision: 1296456 URL: http://svn.apache.org/viewvc?rev=1296456view=rev Log: Remove middle initial from my name. Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1296463 - in /commons/proper/commons-build-plugin/trunk: pom.xml src/main/scripts/generate-xdocs.build.xml src/main/scripts/generate-xdocs.mojos.xml src/site/xdoc/download-page-mojo.xml s

2012-03-02 Thread ggregory
Author: ggregory Date: Fri Mar 2 21:08:10 2012 New Revision: 1296463 URL: http://svn.apache.org/viewvc?rev=1296463view=rev Log: [COMMONSSITE-66] Add support for a commons.release.3 set of properties to offer a 3rd download option Modified: commons/proper/commons-build-plugin/trunk/pom.xml

svn commit: r1296481 - /commons/proper/commons-build-plugin/trunk/pom.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Fri Mar 2 21:19:53 2012 New Revision: 1296481 URL: http://svn.apache.org/viewvc?rev=1296481view=rev Log: Preparing an RC. Modified: commons/proper/commons-build-plugin/trunk/pom.xml Modified: commons/proper/commons-build-plugin/trunk/pom.xml URL: http

svn commit: r1296491 - /commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt

2012-03-02 Thread ggregory
Author: ggregory Date: Fri Mar 2 22:05:11 2012 New Revision: 1296491 URL: http://svn.apache.org/viewvc?rev=1296491view=rev Log: [COMMONSSITE-66] Add support for a commons.release.3 set of properties to offer a 3rd download option Modified: commons/proper/commons-build-plugin/trunk/RELEASE

svn commit: r1296502 - in /commons/proper/commons-build-plugin/trunk/src/changes: ./ changes.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Fri Mar 2 22:33:47 2012 New Revision: 1296502 URL: http://svn.apache.org/viewvc?rev=1296502view=rev Log: Preparing an RC. Added: commons/proper/commons-build-plugin/trunk/src/changes/ commons/proper/commons-build-plugin/trunk/src/changes/changes.xml Added

svn commit: r1296548 - in /commons/proper/commons-build-plugin/trunk: pom.xml src/site/site.xml src/site/xdoc/download_commons-build-plugin.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Sat Mar 3 01:35:18 2012 New Revision: 1296548 URL: http://svn.apache.org/viewvc?rev=1296548view=rev Log: Preparing an RC. Update all plugins and set versions where missing. Added: commons/proper/commons-build-plugin/trunk/src/site/xdoc/download_commons-build

svn commit: r1296552 - /commons/proper/commons-build-plugin/trunk/pom.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Sat Mar 3 01:51:09 2012 New Revision: 1296552 URL: http://svn.apache.org/viewvc?rev=1296552view=rev Log: Now that we use maven-script-ant 2.2.1, which depends on org.apache.ant 1.7.1, we do not need to ask for that version of Ant explicitely. Ant 1.7.0 is required

svn commit: r1296555 - /commons/proper/commons-build-plugin/trunk/src/changes/changes.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Sat Mar 3 01:55:07 2012 New Revision: 1296555 URL: http://svn.apache.org/viewvc?rev=1296555view=rev Log: Preparing an RC. Modified: commons/proper/commons-build-plugin/trunk/src/changes/changes.xml Modified: commons/proper/commons-build-plugin/trunk/src/changes

svn commit: r1296558 - /commons/proper/commons-build-plugin/trunk/pom.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Sat Mar 3 02:11:46 2012 New Revision: 1296558 URL: http://svn.apache.org/viewvc?rev=1296558view=rev Log: Add JIRA report. Modified: commons/proper/commons-build-plugin/trunk/pom.xml Modified: commons/proper/commons-build-plugin/trunk/pom.xml URL: http

svn commit: r1296561 - in /commons/proper/commons-build-plugin/tags/1.4-RC1: ./ pom.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Sat Mar 3 02:17:05 2012 New Revision: 1296561 URL: http://svn.apache.org/viewvc?rev=1296561view=rev Log: Create commons-build-plugin-RC1. Added: commons/proper/commons-build-plugin/tags/1.4-RC1/ - copied from r1296558, commons/proper/commons-build-plugin/trunk

svn commit: r1296562 - /commons/proper/commons-build-plugin/tags/1.4-RC1/

2012-03-02 Thread ggregory
Author: ggregory Date: Sat Mar 3 02:22:47 2012 New Revision: 1296562 URL: http://svn.apache.org/viewvc?rev=1296562view=rev Log: Dropping tag, no vote called, missing site info in POM Removed: commons/proper/commons-build-plugin/tags/1.4-RC1/

svn commit: r1296564 - /commons/proper/commons-build-plugin/trunk/pom.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Sat Mar 3 02:40:10 2012 New Revision: 1296564 URL: http://svn.apache.org/viewvc?rev=1296564view=rev Log: Add missing distributionManagement element. Modified: commons/proper/commons-build-plugin/trunk/pom.xml Modified: commons/proper/commons-build-plugin/trunk

svn commit: r1296565 - in /commons/proper/commons-build-plugin/tags/1.4-RC1: ./ pom.xml

2012-03-02 Thread ggregory
Author: ggregory Date: Sat Mar 3 02:43:04 2012 New Revision: 1296565 URL: http://svn.apache.org/viewvc?rev=1296565view=rev Log: Create commons-build-plugin-RC1. Added: commons/proper/commons-build-plugin/tags/1.4-RC1/ - copied from r1296564, commons/proper/commons-build-plugin/trunk

svn commit: r1296654 - /commons/proper/commons-build-plugin/trunk/pom.xml

2012-03-03 Thread ggregory
Author: ggregory Date: Sat Mar 3 16:07:19 2012 New Revision: 1296654 URL: http://svn.apache.org/viewvc?rev=1296654view=rev Log: Change distributionManagement after discussion with Sebb's comments. Modified: commons/proper/commons-build-plugin/trunk/pom.xml Modified: commons/proper/commons

svn commit: r1296656 - in /commons/proper/commons-build-plugin/tags/1.4-RC2: ./ pom.xml

2012-03-03 Thread ggregory
Author: ggregory Date: Sat Mar 3 16:11:25 2012 New Revision: 1296656 URL: http://svn.apache.org/viewvc?rev=1296656view=rev Log: Create commons-build-plugin-RC2. Added: commons/proper/commons-build-plugin/tags/1.4-RC2/ - copied from r1296655, commons/proper/commons-build-plugin/trunk

svn commit: r1296687 - /commons/proper/io/trunk/pom.xml

2012-03-03 Thread ggregory
Author: ggregory Date: Sat Mar 3 20:04:17 2012 New Revision: 1296687 URL: http://svn.apache.org/viewvc?rev=1296687view=rev Log: Set commons.rc.version to RC1 Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons

svn commit: r1296918 - in /commons/proper/math/trunk: siteMods/site.css src/site/resources/style/project.css src/test/R/KolmogorovSmirnovDistributionTestCases.R

2012-03-04 Thread ggregory
Author: ggregory Date: Mon Mar 5 01:02:44 2012 New Revision: 1296918 URL: http://svn.apache.org/viewvc?rev=1296918view=rev Log: Add missing Apache license headers. Modified: commons/proper/math/trunk/siteMods/site.css commons/proper/math/trunk/src/site/resources/style/project.css

svn commit: r1297244 - /commons/proper/codec/tags/1_6/

2012-03-05 Thread ggregory
Author: ggregory Date: Mon Mar 5 21:58:59 2012 New Revision: 1297244 URL: http://svn.apache.org/viewvc?rev=1297244view=rev Log: Creating Commons Codec 1.6 tag Added: commons/proper/codec/tags/1_6/ - copied from r1297243, commons/proper/codec/tags/commons-codec-1.6-RC2/

svn commit: r1297667 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java

2012-03-06 Thread ggregory
Author: ggregory Date: Tue Mar 6 19:45:24 2012 New Revision: 1297667 URL: http://svn.apache.org/viewvc?rev=1297667view=rev Log: Remove extra parens. Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java Modified: commons/proper/io

svn commit: r1297669 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java

2012-03-06 Thread ggregory
Author: ggregory Date: Tue Mar 6 19:48:13 2012 New Revision: 1297669 URL: http://svn.apache.org/viewvc?rev=1297669view=rev Log: Format fix. Modified: commons/proper/io/trunk/src/test/java/org/apache/commons/io/output/DeferredFileOutputStreamTest.java Modified: commons/proper/io/trunk/src

svn commit: r1297679 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java

2012-03-06 Thread ggregory
Author: ggregory Date: Tue Mar 6 20:20:24 2012 New Revision: 1297679 URL: http://svn.apache.org/viewvc?rev=1297679view=rev Log: Format fix. Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/DeferredFileOutputStream.java Modified: commons/proper/io/trunk/src

svn commit: r1297696 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java

2012-03-06 Thread ggregory
Author: ggregory Date: Tue Mar 6 20:37:45 2012 New Revision: 1297696 URL: http://svn.apache.org/viewvc?rev=1297696view=rev Log: Fix tab in source and reformat 2 methods for longer lines. Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java Modified: commons

svn commit: r1297698 - /commons/proper/io/trunk/pom.xml

2012-03-06 Thread ggregory
Author: ggregory Date: Tue Mar 6 20:39:34 2012 New Revision: 1297698 URL: http://svn.apache.org/viewvc?rev=1297698view=rev Log: Remove my middle initial from my name. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/viewvc

svn commit: r1297743 - /commons/proper/io/trunk/doap_io.rdf

2012-03-06 Thread ggregory
Author: ggregory Date: Tue Mar 6 21:55:07 2012 New Revision: 1297743 URL: http://svn.apache.org/viewvc?rev=1297743view=rev Log: Add missing 2.1 version. Modified: commons/proper/io/trunk/doap_io.rdf Modified: commons/proper/io/trunk/doap_io.rdf URL: http://svn.apache.org/viewvc/commons

svn commit: r1297745 - /commons/proper/io/trunk/build.xml

2012-03-06 Thread ggregory
Author: ggregory Date: Tue Mar 6 21:56:02 2012 New Revision: 1297745 URL: http://svn.apache.org/viewvc?rev=1297745view=rev Log: Mark as 2.2-SNAPSHOT like Maven POM. Modified: commons/proper/io/trunk/build.xml Modified: commons/proper/io/trunk/build.xml URL: http://svn.apache.org/viewvc

svn commit: r1297767 - /commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt

2012-03-06 Thread ggregory
Author: ggregory Date: Tue Mar 6 22:35:30 2012 New Revision: 1297767 URL: http://svn.apache.org/viewvc?rev=1297767view=rev Log: Set the 1.4 release date. I should have done this before the release. Modified: commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt Modified: commons

svn commit: r1297972 - /commons/proper/commons-parent/trunk/pom.xml

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 14:07:00 2012 New Revision: 1297972 URL: http://svn.apache.org/viewvc?rev=1297972view=rev Log: Update to commons-build-plugin 1.4 from 1.3. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL

svn commit: r1297973 - /commons/proper/commons-parent/trunk/pom.xml

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 14:08:33 2012 New Revision: 1297973 URL: http://svn.apache.org/viewvc?rev=1297973view=rev Log: The property commons.rc.version was defined twice. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL

svn commit: r1297974 - /commons/proper/commons-parent/trunk/pom.xml

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 14:14:08 2012 New Revision: 1297974 URL: http://svn.apache.org/viewvc?rev=1297974view=rev Log: Next release will be 24. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org

svn commit: r1297993 - in /commons/proper/codec/trunk/src: changes/changes.xml main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java test/java/org/apache/commons/codec/net/QuotedPrintableCo

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 15:34:01 2012 New Revision: 1297993 URL: http://svn.apache.org/viewvc?rev=1297993view=rev Log: [CODEC-121] QuotedPrintableCodec does not support soft line break per the 'quoted-printable' example on Wikipedia. Apply patch with minor modifications. Modified

svn commit: r1298004 - /commons/proper/commons-parent/trunk/src/changes/changes.xml

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 16:06:09 2012 New Revision: 1298004 URL: http://svn.apache.org/viewvc?rev=1298004view=rev Log: Add entry for version 24 Modified: commons/proper/commons-parent/trunk/src/changes/changes.xml Modified: commons/proper/commons-parent/trunk/src/changes

svn commit: r1298020 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/XmlStreamWriter.java

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 16:58:42 2012 New Revision: 1298020 URL: http://svn.apache.org/viewvc?rev=1298020view=rev Log: Remove unnecessary parens. Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/XmlStreamWriter.java Modified: commons/proper/io/trunk

svn commit: r1298090 - /commons/proper/io/trunk/pom.xml

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 20:23:07 2012 New Revision: 1298090 URL: http://svn.apache.org/viewvc?rev=1298090view=rev Log: Add JIRA report for all versions so you can see what has been fixed no matter what version you are updating from. Modified: commons/proper/io/trunk/pom.xml

svn commit: r1298091 - /commons/proper/io/trunk/pom.xml

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 20:23:42 2012 New Revision: 1298091 URL: http://svn.apache.org/viewvc?rev=1298091view=rev Log: Remove dead comment. Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/io

svn commit: r1298095 - /commons/proper/commons-build-plugin/tags/1.4/

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 20:30:51 2012 New Revision: 1298095 URL: http://svn.apache.org/viewvc?rev=1298095view=rev Log: Tag commons-build-plugin-1.4-RC2 as 1.4. Added: commons/proper/commons-build-plugin/tags/1.4/ - copied from r1298094, commons/proper/commons-build-plugin

svn commit: r1298118 - in /commons/proper/codec/trunk/src: changes/ main/java/org/apache/commons/codec/language/bm/ test/java/org/apache/commons/codec/language/bm/

2012-03-07 Thread ggregory
Author: ggregory Date: Wed Mar 7 21:02:59 2012 New Revision: 1298118 URL: http://svn.apache.org/viewvc?rev=1298118view=rev Log: [CODEC-132] BeiderMorseEncoder OOM issues Modified: commons/proper/codec/trunk/src/changes/changes.xml commons/proper/codec/trunk/src/main/java/org/apache

svn commit: r1298243 - /commons/proper/codec/trunk/src/changes/changes.xml

2012-03-07 Thread ggregory
Author: ggregory Date: Thu Mar 8 00:51:23 2012 New Revision: 1298243 URL: http://svn.apache.org/viewvc?rev=1298243view=rev Log: [CODEC-131] DoubleMetaphone javadoc contains dead links Modified: commons/proper/codec/trunk/src/changes/changes.xml Modified: commons/proper/codec/trunk/src

svn commit: r1298389 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 13:33:00 2012 New Revision: 1298389 URL: http://svn.apache.org/viewvc?rev=1298389view=rev Log: [CODEC-63] Implement NYSIIS. Adding Encoder class and test both in the test directory until the encoder is fully baked. This should make it easier to patch further

svn commit: r1298599 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 21:43:43 2012 New Revision: 1298599 URL: http://svn.apache.org/viewvc?rev=1298599view=rev Log: More tests. Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java Modified: commons/proper/codec/trunk/src/test

svn commit: r1298610 - in /commons/proper/codec/trunk/src: changes/changes.xml main/java/org/apache/commons/codec/language/Nysiis.java main/java/org/apache/commons/codec/language/RefinedSoundex.java t

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 22:05:38 2012 New Revision: 1298610 URL: http://svn.apache.org/viewvc?rev=1298610view=rev Log: Move Nysiis into the main code base. Added: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Nysiis.java - copied, changed from

svn commit: r1298617 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Nysiis.java

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 22:15:35 2012 New Revision: 1298617 URL: http://svn.apache.org/viewvc?rev=1298617view=rev Log: Cache Patterns. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Nysiis.java Modified: commons/proper/codec/trunk/src/main

svn commit: r1298618 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Nysiis.java

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 22:16:15 2012 New Revision: 1298618 URL: http://svn.apache.org/viewvc?rev=1298618view=rev Log: Add SVN keyword Id. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/language/Nysiis.java (contents, props changed) Modified

svn commit: r1298619 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 22:16:45 2012 New Revision: 1298619 URL: http://svn.apache.org/viewvc?rev=1298619view=rev Log: Add SVN keyword Id. Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java (contents, props changed) Modified

svn commit: r1298645 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 23:01:15 2012 New Revision: 1298645 URL: http://svn.apache.org/viewvc?rev=1298645view=rev Log: Tests rule 4.2: Q → G, Z → S, M → N Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java Modified: commons

svn commit: r1298649 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 23:08:07 2012 New Revision: 1298649 URL: http://svn.apache.org/viewvc?rev=1298649view=rev Log: Refactor test for less test fixture construction noise. Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

svn commit: r1298650 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 23:09:08 2012 New Revision: 1298650 URL: http://svn.apache.org/viewvc?rev=1298650view=rev Log: Refactor test for less test fixture construction noise. Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

svn commit: r1298651 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread ggregory
Author: ggregory Date: Thu Mar 8 23:10:23 2012 New Revision: 1298651 URL: http://svn.apache.org/viewvc?rev=1298651view=rev Log: Refactor test for less test fixture construction noise. Modified: commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

<    1   2   3   4   5   6   7   8   9   10   >