[root]/src/test/org/apache/commons/lang/exception
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 106 (100.0%) | 5632 (100.0%) | 53.1 |
bayard | 25 (23.6%) | 2621 (46.5%) | 104.8 |
stevencaswell | 21 (19.8%) | 1980 (35.2%) | 94.2 |
scolebourne | 17 (16.0%) | 541 (9.6%) | 31.8 |
ggregory | 26 (24.5%) | 223 (4.0%) | 8.5 |
dlr | 7 (6.6%) | 159 (2.8%) | 22.7 |
sullis | 2 (1.9%) | 70 (1.2%) | 35.0 |
dmitri | 1 (0.9%) | 35 (0.6%) | 35.0 |
dirkv | 7 (6.6%) | 3 (0.1%) | 0.4 |
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.
2 lines of code changed in:
Fixing the ASF copyright and placing it in the NOTICE file
42 lines of code changed in:
Change "Copyright ....-2005" to "Copyright ....-2006"
6 lines of code changed in:
Added unit test to enforce the existence of the empty constructor
13 lines of code changed in:
Make sure this exception code does not depend on Java 1.4 nested exceptions. SVN revision 38990 does not compile with Java 1.3.1.
Compiled with Sun Java 1.3.1_15
Tested with Sun Java 1.3.1_15
Tested with Sun Java 1.4.2_12
Tested with Sun Java 1.5.0_08
All of the above on Windows XP SP2 + patches.
33 lines of code changed in:
Fix infinite loops leading to OutOfMemory with circular cause chain
bug 37038
121 lines of code changed in:
New ExceptionUtils methods getMessage/getRootCauseMessage
31 lines of code changed in:
http://issues.apache.org/bugzilla/show_bug.cgi?id=37574
[lang] [PATCH] new ExceptionUtils.setCause() method
26 lines of code changed in:
Slightly increments the test coverage for NestableDelegate. Includes a rework of the getMessage(String) method. Courtesy of Nathan Beyer [nbeyer@kc.rr.com].
19 lines of code changed in:
Updated copyright statements for 2005.
7 lines of code changed in:
svn:keywords correction
3 lines of code changed in:
Fixes http://issues.apache.org/bugzilla/show_bug.cgi?id=33737.
[lang] ExceptionUtils.addCauseMethodName(String) does not check for duplicates.
Fix adds:
ExceptionUtils.removeCauseMethodName(String)
ExceptionUtils.isCauseMethodName(String)
26 lines of code changed in:
removed tabs from source, as per checkstyle
55 lines of code changed in:
Switched to use the static call explicitly (yup, I just started using Eclipse again)
6 lines of code changed in:
Change behaviour of indexOf to match subclasses, with appropriate comments
bug 30929
60 lines of code changed in:
Add additional method to support subclass searching of exceptions in a chain
bug 30929
54 lines of code changed in:
Organize Imports.
3 lines of code changed in:
Apply Apache License Version 2.0 by following the instructions at http://www.apache.org/dev/apply-license.html.
103 lines of code changed in:
Applied Gary's fix of "acknowlegement" to "acknowledgement" in all java files.
26 lines of code changed in:
added test coverage
80 lines of code changed in:
(27 more)