svn commit: r824315 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/io/ main/native/include/arch/unix/ main/native/os/unix/ test/org/apache/commons/runtime/

2009-10-12 Thread mturk
Author: mturk Date: Mon Oct 12 12:23:11 2009 New Revision: 824315 URL: http://svn.apache.org/viewvc?rev=824315view=rev Log: Add simplest FileInfo test Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileInstance.java

svn commit: r824414 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl/util/ test/java/org/apache/commons/jexl/ test/java/org/apache/commons/jexl/util/introspection/

2009-10-12 Thread henrib
Author: henrib Date: Mon Oct 12 16:46:15 2009 New Revision: 824414 URL: http://svn.apache.org/viewvc?rev=824414view=rev Log: Fixed bug in DuckSetExecutor: search for 'set' method, not 'put', modified existing tests accordingly; Added equals/hashCode methods on *Executor: added tests to verify

svn commit: r824415 - in /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl: ./ scripting/ util/introspection/

2009-10-12 Thread henrib
Author: henrib Date: Mon Oct 12 16:47:39 2009 New Revision: 824415 URL: http://svn.apache.org/viewvc?rev=824415view=rev Log: Fixed various Javadoc / checkstyle issues Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/ExpressionImpl.java

svn commit: r824486 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/base/DefaultLocatorSupport.java test/java/org/apache/common

2009-10-12 Thread oheger
Author: oheger Date: Mon Oct 12 20:35:07 2009 New Revision: 824486 URL: http://svn.apache.org/viewvc?rev=824486view=rev Log: Added a default implementation for the LocatorSupport interface. Added:

svn commit: r824597 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ClassUtils.java

2009-10-12 Thread bayard
Author: bayard Date: Tue Oct 13 05:50:51 2009 New Revision: 824597 URL: http://svn.apache.org/viewvc?rev=824597view=rev Log: Prefering the Class methods (and thus JDK) over the String methods for getShortClassName/getPackageName when you already have an Object Modified: