A feeble attempt at a (personal) anti-spam measure.
[ in jarkarta/commons/lang/src/ ]
* test/org/apache/commons/lang/exception/NestableDelegateTestCase.java
* test/org/apache/commons/lang/exception/ExceptionUtilsTestCase.java
* test/org/apache/commons/lang/StringUtilsTest.java
* java/org/apache/commons/lang/exception/ExceptionUtils.java
* java/org/apache/commons/lang/exception/NestableRuntimeException.java
* java/org/apache/commons/lang/exception/NestableError.java
* java/org/apache/commons/lang/exception/NestableDelegate.java
* java/org/apache/commons/lang/exception/NestableException.java
* java/org/apache/commons/lang/exception/Nestable.java
* java/org/apache/commons/lang/ObjectUtils.java
* java/org/apache/commons/lang/StringUtils.java
* java/org/apache/commons/lang/SerializationUtils.java
Remove my email addresses.
12 lines of code changed in:
Making the build work again. No email received from the nightly build :(
1 lines of code changed in:
Intentionally breaking the build to test the nightly build. Will fix tomorrow.
1 lines of code changed in:
Fixing LANG-320. I modified the tests to only check that the listed languages and countries are contained in the result, not that they exactly equal the result
9 lines of code changed in:
Fixing javadoc
2 lines of code changed in:
Marking release date for 2.3
1 lines of code changed in:
Moving to the next version - which I'm claiming will be 3.0
3 lines of code changed in:
Include pom.xml in the src dist
1 lines of code changed in:
Setting version to 2.3
3 lines of code changed in:
Commenting out the unit test for LANG-312. It's not resolved yet, so failure will happen
2 lines of code changed in:
And clean up so they don't end up in other things
2 lines of code changed in:
Include the license/notice in the source/javadoc jars
6 lines of code changed in:
Rolling back version until release is done
3 lines of code changed in:
Switching the JDK test to a warning as we can't control the JDK
8 lines of code changed in:
Preparing for release candidate
3 lines of code changed in:
Adding LANG-315 to the release notes
6 lines of code changed in:
Applying test and fix for LANG-315
15 lines of code changed in:
Oops, javadoc typo
1 lines of code changed in:
Fixing javadoc warnings from checkstyle
30 lines of code changed in:
sources/javadoc jars are included in the binary zip
2 lines of code changed in:
Don't include the proposal in the src build
0 lines of code changed in:
Switching last two methods to use 'str' rather than 'string'
12 lines of code changed in:
Replacing the optimisation for LANG-287.
17 lines of code changed in:
I don't know why we declared new escape(StringWriter, String) methods. I've removed these and inlined their code into the escape(String, String) type methods
14 lines of code changed in:
Improved private method name, newStringWriter to createStringWriter. newStringWriter is too close to new StringWriter
3 lines of code changed in: