svn commit: r829487 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java

2009-10-24 Thread bayard
Author: bayard Date: Sun Oct 25 03:37:21 2009 New Revision: 829487 URL: http://svn.apache.org/viewvc?rev=829487&view=rev Log: Rolling back 826960 - IOException would need to be added to the API Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java Modified: c

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

2009-10-24 Thread niallp
Author: niallp Date: Sun Oct 25 02:34:18 2009 New Revision: 829481 URL: http://svn.apache.org/viewvc?rev=829481&view=rev Log: Lock down the maven-site-plugin (can cause problems in Maven 2.1+ if not specified in ) and the maven-resources-plugin versions Modified: commons/proper/commons-paren

svn commit: r829444 - /commons/proper/exec/tags/EXEC_1_0_1/

2009-10-24 Thread sgoeschl
Author: sgoeschl Date: Sat Oct 24 20:28:09 2009 New Revision: 829444 URL: http://svn.apache.org/viewvc?rev=829444&view=rev Log: The RC5 passed to vote so this will be the release tag Added: commons/proper/exec/tags/EXEC_1_0_1/ - copied from r829443, commons/proper/exec/tags/EXEC_1_0_1_R

svn commit: r829405 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/exception/ test/org/apache/commons/lang/exception/

2009-10-24 Thread scolebourne
Author: scolebourne Date: Sat Oct 24 16:45:42 2009 New Revision: 829405 URL: http://svn.apache.org/viewvc?rev=829405&view=rev Log: Remove references to Labeled in method names as it is unecessary and the spelling looks poor/confusing in British English Modified: commons/proper/lang/trunk/sr

svn commit: r829404 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception: ContextedException.java ContextedRuntimeException.java DefaultExceptionContext.java ExceptionContext.jav

2009-10-24 Thread scolebourne
Author: scolebourne Date: Sat Oct 24 16:38:08 2009 New Revision: 829404 URL: http://svn.apache.org/viewvc?rev=829404&view=rev Log: Allow contexted exception to store non-serializable objects (more flexible, and doesn't prevent serialization) Modified: commons/proper/lang/trunk/src/java/org/

svn commit: r829400 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception: ContextedException.java ContextedRuntimeException.java DefaultExceptionContext.java ExceptionContext.jav

2009-10-24 Thread scolebourne
Author: scolebourne Date: Sat Oct 24 16:27:30 2009 New Revision: 829400 URL: http://svn.apache.org/viewvc?rev=829400&view=rev Log: Tidy up contexted exception classes, better Javadoc, final variables, etc. Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/exception/Context

svn commit: r829398 - in /commons/proper/lang/trunk/src/test/org/apache/commons/lang: text/ExtendedMessageFormatTest.java text/StrBuilderAppendInsertTest.java time/DateFormatUtilsTest.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 16:17:13 2009 New Revision: 829398 URL: http://svn.apache.org/viewvc?rev=829398&view=rev Log: Fix internal raw types Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/ExtendedMessageFormatTest.java commons/proper/lang/trunk/src/test/

svn commit: r829397 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/translate/LookupTranslatorTest.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 16:16:42 2009 New Revision: 829397 URL: http://svn.apache.org/viewvc?rev=829397&view=rev Log: Unused Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/translate/LookupTranslatorTest.java Modified: commons/proper/lang/trunk/src/test/org/

svn commit: r829395 - in /commons/proper/lang/trunk/src/test/org/apache/commons/lang: ArrayUtilsTest.java ValidateTest.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 16:04:22 2009 New Revision: 829395 URL: http://svn.apache.org/viewvc?rev=829395&view=rev Log: Fix internal raw types Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/ArrayUtilsTest.java commons/proper/lang/trunk/src/test/org/apache/common

svn commit: r829394 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/reflect/ConstructorUtilsTest.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 16:02:23 2009 New Revision: 829394 URL: http://svn.apache.org/viewvc?rev=829394&view=rev Log: Document unused items Raw types Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/reflect/ConstructorUtilsTest.java Modified: commons/proper/lang/t

svn commit: r829393 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/SerializationUtilsTest.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 16:01:37 2009 New Revision: 829393 URL: http://svn.apache.org/viewvc?rev=829393&view=rev Log: Drop unused fields Raw types Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/SerializationUtilsTest.java Modified: commons/proper/lang/trunk/src/

svn commit: r829391 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 15:48:10 2009 New Revision: 829391 URL: http://svn.apache.org/viewvc?rev=829391&view=rev Log: Fix Eclipse case drop-thru warnings Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/DateUtils.java Modified: commons/proper/lang/trunk/src/j

svn commit: r829388 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberRange.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 15:38:31 2009 New Revision: 829388 URL: http://svn.apache.org/viewvc?rev=829388&view=rev Log: Document impossible unchecked cast warnings Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/math/NumberRange.java Modified: commons/proper/lang/t

svn commit: r829385 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java

2009-10-24 Thread scolebourne
Author: scolebourne Date: Sat Oct 24 15:18:48 2009 New Revision: 829385 URL: http://svn.apache.org/viewvc?rev=829385&view=rev Log: LANG-547 - Remove unused field Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/time/FastDateFormat.java Modified: commons/proper/lang/trun

svn commit: r829384 [2/2] - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ main/java/org/apache/commons/configuration2/combined

2009-10-24 Thread oheger
Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/TestWebdavConfigurationBuilder.java URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/conf

svn commit: r829375 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/exception/ExceptionUtilsTest.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 14:26:35 2009 New Revision: 829375 URL: http://svn.apache.org/viewvc?rev=829375&view=rev Log: Fix some raw types and other Eclipse warnings Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/exception/ExceptionUtilsTest.java Modified: commons

svn commit: r829374 - in /commons/proper/lang/trunk/src/test/org/apache/commons/lang: ClassUtilsTest.java StringUtilsTest.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 14:15:08 2009 New Revision: 829374 URL: http://svn.apache.org/viewvc?rev=829374&view=rev Log: Fix some raw types Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/ClassUtilsTest.java commons/proper/lang/trunk/src/test/org/apache/commons/l

svn commit: r829367 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/ConstructorUtils.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 13:43:11 2009 New Revision: 829367 URL: http://svn.apache.org/viewvc?rev=829367&view=rev Log: Fix internal raw types Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/ConstructorUtils.java Modified: commons/proper/lang/trunk/src/java

svn commit: r829366 - /commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/BasicDataSource.java

2009-10-24 Thread psteitz
Author: psteitz Date: Sat Oct 24 13:41:41 2009 New Revision: 829366 URL: http://svn.apache.org/viewvc?rev=829366&view=rev Log: Added throw omitted in r754776. Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/BasicDataSource.java Modified: commons/proper/dbcp/trunk/src/j

svn commit: r829364 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/MethodUtils.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 13:37:46 2009 New Revision: 829364 URL: http://svn.apache.org/viewvc?rev=829364&view=rev Log: Fix raw Class types Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/reflect/MethodUtils.java Modified: commons/proper/lang/trunk/src/java/org/apa

svn commit: r829360 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 12:55:00 2009 New Revision: 829360 URL: http://svn.apache.org/viewvc?rev=829360&view=rev Log: Missing @Override Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/HashCodeBuilder.java Modified: commons/proper/lang/trunk/src/java/org/a

svn commit: r829359 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/CharRange.java

2009-10-24 Thread sebb
Author: sebb Date: Sat Oct 24 12:54:21 2009 New Revision: 829359 URL: http://svn.apache.org/viewvc?rev=829359&view=rev Log: Javadoc Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/CharRange.java Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/CharRa

svn commit: r829352 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/builder/ test/org/apache/commons/lang/builder/

2009-10-24 Thread scolebourne
Author: scolebourne Date: Sat Oct 24 12:08:55 2009 New Revision: 829352 URL: http://svn.apache.org/viewvc?rev=829352&view=rev Log: Apply generics Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/builder/CompareToBuilder.java commons/proper/lang/trunk/src/java/org/apa

svn commit: r829348 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/StandardToStringStyleTest.java

2009-10-24 Thread scolebourne
Author: scolebourne Date: Sat Oct 24 11:44:07 2009 New Revision: 829348 URL: http://svn.apache.org/viewvc?rev=829348&view=rev Log: Fix test case tear down that causes other tests to break Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/builder/StandardToStringStyleTest.j

svn commit: r829345 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/Validate.java

2009-10-24 Thread scolebourne
Author: scolebourne Date: Sat Oct 24 11:23:53 2009 New Revision: 829345 URL: http://svn.apache.org/viewvc?rev=829345&view=rev Log: Reorder methods and adjust Javadoc Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/Validate.java Modified: commons/proper/lang/trunk/src/ja

svn commit: r829344 - in /commons/sandbox/runtime/trunk/src: main/native/include/ main/native/include/arch/windows/ main/native/os/unix/ main/native/os/win32/ main/native/port/ test/org/apache/commons

2009-10-24 Thread mturk
Author: mturk Date: Sat Oct 24 11:22:15 2009 New Revision: 829344 URL: http://svn.apache.org/viewvc?rev=829344&view=rev Log: Fix windows Path implementation Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr.h commons/sandbox/runtime/trunk/src/main/native/include/acr_port

svn commit: r829343 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/Validate.java

2009-10-24 Thread scolebourne
Author: scolebourne Date: Sat Oct 24 11:08:52 2009 New Revision: 829343 URL: http://svn.apache.org/viewvc?rev=829343&view=rev Log: Apply generics Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/Validate.java Modified: commons/proper/lang/trunk/src/java/org/apache/common

svn commit: r829337 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileStreamImpl.java

2009-10-24 Thread mturk
Author: mturk Date: Sat Oct 24 10:04:42 2009 New Revision: 829337 URL: http://svn.apache.org/viewvc?rev=829337&view=rev Log: Add stream implementation Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileStreamImpl.java (with props) Added: commons/sandbox