Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 9 (100.0%) | 151 (100.0%) | 16.7 |
src/test/org/apache/commons/lang/exception/ | 2 (22.2%) | 70 (46.4%) | 35.0 |
src/test/org/apache/commons/lang/ | 2 (22.2%) | 44 (29.1%) | 22.0 |
src/test/org/apache/commons/lang/enum/ | 2 (22.2%) | 26 (17.2%) | 13.0 |
src/java/org/apache/commons/lang/exception/ | 2 (22.2%) | 7 (4.6%) | 3.5 |
src/java/org/apache/commons/lang/ | 1 (11.1%) | 4 (2.6%) | 4.0 |
added test code for Map keySet size and List size
26 lines of code changed in:
made fix for bug id 13527
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13527
3 lines of code changed in:
cleaned up exception handling in the serialization test code
4 lines of code changed in:
this class now implements java.io.Serializable
4 lines of code changed in:
added test code for serialization / deserialization
66 lines of code changed in:
changed variable declaration: java.util.LinkedList to java.util.List
4 lines of code changed in:
added tests for NullPointerException
40 lines of code changed in:
corrected assert message String's
4 lines of code changed in: