![]() | ![]() |
[root]/src/test/com/thoughtworks/acceptance/objects
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 41 (100.0%) | 501 (100.0%) | 12.2 |
joe | 18 (43.9%) | 254 (50.7%) | 14.1 |
joehni | 23 (56.1%) | 247 (49.3%) | 10.7 |
Add license headers to core.
97 lines of code changed in 9 files:
Move StandardObject to package object.
21 lines of code changed in 4 files:
Consolidate tests.
7 lines of code changed in 1 file:
Added JSON support with Jettison (XSTR-391).
121 lines of code changed in 2 files:
Adjust svn properties.
0 lines of code changed in 6 files:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
1 lines of code changed in 1 file:
JDK 1.3 friendlyness: Added default constructor to test classes.
5 lines of code changed in 1 file:
Updated build so it now works on JDK 1.4 and 1.5.
* If compiling on 1.5 the main Java classes (not the tests) are compiled with -target 1.3 to ensure the library still runs on 1.3 and 1.4 jdks.
* If compiling on 1.4 some of the 1.5 specific classes are ignored from the build and a warning is displayed.
Minor tweaks have been made to the code to ensure it behaves consistently across JDKs.
0 lines of code changed in 1 file:
XSTR-77: Added Chris Kelly's tests. Added tests for Commons Lang Enums to be reused through readResolve(). Ensured complete inheritance heirarchy is searched for readResolve().
72 lines of code changed in 2 files:
Removed dependencies on classes that aren't available in JDK1.3
13 lines of code changed in 4 files:
Support for dynamic proxies.
60 lines of code changed in 1 file:
Refactored sample objects in testcases to use commons-lang instead of custom equals/tostring/hashcode methods. Less code and less chance of human error.
9 lines of code changed in 4 files:
Added converters for:
java.lang.Class
java.awt.Color
java.sql.Timestamp
Refactored ListConverter into one that can include all types of Collections (including Sets)
2 lines of code changed in 1 file:
Initial commit
93 lines of code changed in 4 files: