Author: mbenson
Date: Wed Aug 25 22:22:55 2010
New Revision: 989390
URL: http://svn.apache.org/viewvc?rev=989390&view=rev
Log:
explain why it is safe to suppress the cast warning on
SerializationUtils.clone()
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Seriali
Author: jbeard
Date: Wed Aug 25 19:59:57 2010
New Revision: 989330
URL: http://svn.apache.org/viewvc?rev=989330&view=rev
Log:
These updates allow building the projects from Maven by delegating to Ant in
the compile phase. Created new bash script to run the compiled jar. Updated
modules paths as
Author: bayard
Date: Wed Aug 25 19:59:41 2010
New Revision: 989329
URL: http://svn.apache.org/viewvc?rev=989329&view=rev
Log:
Fixing javadoc per LANG-643 to indicate an empty String is returned for
negative length and not a thrown exception
Modified:
commons/proper/lang/trunk/src/main/java/
Author: bayard
Date: Wed Aug 25 17:02:41 2010
New Revision: 989223
URL: http://svn.apache.org/viewvc?rev=989223&view=rev
Log:
Per discussion on StackOverflow:
http://stackoverflow.com/questions/3282498/how-can-i-detect-a-unix-like-os-in-java
src/main/java/org/apache/commons/lang3/SystemUtils.jav
Author: mbenson
Date: Wed Aug 25 16:15:44 2010
New Revision: 989199
URL: http://svn.apache.org/viewvc?rev=989199&view=rev
Log:
make SerializationUtils.clone() type-safe
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/SerializationUtils.java
commons/proper/lang
Author: mbenson
Date: Wed Aug 25 15:27:41 2010
New Revision: 989169
URL: http://svn.apache.org/viewvc?rev=989169&view=rev
Log:
suppress warning
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/SerializationUtilsTest.java
Modified:
commons/proper/lang/trunk/src/tes