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

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 06:58:11 2009 New Revision: 788275 URL: http://svn.apache.org/viewvc?rev=788275&view=rev Log: Refactoring to avoid code duplication - LANG-458 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/Validate.java Modified: commons/proper/lang/tru

svn commit: r788263 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/mutable: Mutable.java MutableObject.java

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 05:25:23 2009 New Revision: 788263 URL: http://svn.apache.org/viewvc?rev=788263&view=rev Log: Generifying the general Mutable, and the underlying MutableObject. This then allows for typed checking of a MutableBigDecimal for example as per LANG-276 Modified: c

svn commit: r788259 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate: EscapeLowAsciiAsUnicode.java EscapeNonAsciiAsUnicode.java EscapeUtils.java

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 05:00:39 2009 New Revision: 788259 URL: http://svn.apache.org/viewvc?rev=788259&view=rev Log: Removing unnecessary Escape*AsciiAsUnicode classes. UnicodeEscaper now handles the range concept directly and the ctrl character lookup table is now a direct LookupTransl

svn commit: r788257 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/UnicodeEscaper.java

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 04:57:19 2009 New Revision: 788257 URL: http://svn.apache.org/viewvc?rev=788257&view=rev Log: Fixing bug in below/above implementations found while implementing NumericEntityEscaper Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/tra

svn commit: r788256 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate: EscapeNonAsciiAsNumericEntity.java EscapeUtils.java NumericEntityEscaper.java

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 04:56:18 2009 New Revision: 788256 URL: http://svn.apache.org/viewvc?rev=788256&view=rev Log: Replacing the NonAsciiAsNumericEntity class with a more generic NumericEntityEscaper. cf LANG-505 Added: commons/proper/lang/trunk/src/java/org/apache/commons/lang/t

svn commit: r788255 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/UnicodeEscaper.java

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 04:54:48 2009 New Revision: 788255 URL: http://svn.apache.org/viewvc?rev=788255&view=rev Log: Adding some todo notes Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/UnicodeEscaper.java Modified: commons/proper/lang/trunk/s

svn commit: r788254 - /commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringEscapeUtilsTest.java

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 04:52:32 2009 New Revision: 788254 URL: http://svn.apache.org/viewvc?rev=788254&view=rev Log: Indentation fix Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringEscapeUtilsTest.java Modified: commons/proper/lang/trunk/src/test/org/apa

svn commit: r788245 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/EscapeUtils.java

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 03:55:18 2009 New Revision: 788245 URL: http://svn.apache.org/viewvc?rev=788245&view=rev Log: Updating ESCAPE_JAVA to use the new .with() approach and to fold the two unicode escape methods into one. Modified: commons/proper/lang/trunk/src/java/org/apache/co

svn commit: r788244 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/UnicodeEscaper.java

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 03:54:43 2009 New Revision: 788244 URL: http://svn.apache.org/viewvc?rev=788244&view=rev Log: Rather than writing specific translators to handle unicode between different ranges, UnicodeEscaper now supports a range filter. cf LANG-505 Modified: commons/proper

svn commit: r788243 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/CharSequenceTranslator.java

2009-06-24 Thread bayard
Author: bayard Date: Thu Jun 25 03:54:03 2009 New Revision: 788243 URL: http://svn.apache.org/viewvc?rev=788243&view=rev Log: Adding a method to chain translators together. I've gone back and forth on the name, currently with() is my preference. So you could say: BASIC_XML.with(HTML4_ENTITIES).

svn commit: r788057 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ main/java/org/apache/commons/configuration2/reloading/ tes

2009-06-24 Thread ebourg
Author: ebourg Date: Wed Jun 24 15:44:50 2009 New Revision: 788057 URL: http://svn.apache.org/viewvc?rev=788057&view=rev Log: Removed AbstractFileConfiguration Removed: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/AbstractF

svn commit: r788054 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ test/java/org/apache/commons/configuration2/

2009-06-24 Thread ebourg
Author: ebourg Date: Wed Jun 24 15:39:19 2009 New Revision: 788054 URL: http://svn.apache.org/viewvc?rev=788054&view=rev Log: Turned PropertiesConfiguration into a hierarchical configuration Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/

svn commit: r788047 - /commons/proper/math/trunk/src/test/org/apache/commons/math/complex/ComplexTest.java

2009-06-24 Thread luc
Author: luc Date: Wed Jun 24 15:04:42 2009 New Revision: 788047 URL: http://svn.apache.org/viewvc?rev=788047&view=rev Log: added a missing @Override Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/complex/ComplexTest.java Modified: commons/proper/math/trunk/src/test/or

svn commit: r787963 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2: AbstractHierarchicalFileConfiguration.java XMLConfiguration

2009-06-24 Thread ebourg
Author: ebourg Date: Wed Jun 24 09:59:09 2009 New Revision: 787963 URL: http://svn.apache.org/viewvc?rev=787963&view=rev Log: Removed the delegation to AbstractFileConfiguration in AbstractHierarchicalFileConfiguration Modified: commons/proper/configuration/branches/configuration2_experimen