Directory xstream/src/test/com/thoughtworks/acceptance/objects/

Directory Created:
2003-09-26 12:08
Total Files:
6
Deleted Files:
1
Lines of Code:
159

Browse with ViewVC

[root]/xstream/src/test/com/thoughtworks/acceptance/objects

Lines of Code

xstream/src/test/com/thoughtworks/acceptance/objects/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 222 (100.0%) 8.8
joe 18 (72.0%) 221 (99.5%) 12.2
joehni 7 (28.0%) 1 (0.5%) 0.1

Most Recent Commits

joehni 2006-11-10 22:28

Adjust svn properties.

0 lines of code changed in:

joehni 2006-02-13 22:06

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:

  • xstream/src/test/com/thoughtworks/acceptance/objects: StatusEnum.java (+1 -2)
joe 2005-04-10 15:22

JDK 1.3 friendlyness: Added default constructor to test classes.

5 lines of code changed in:

  • xstream/src/test/com/thoughtworks/acceptance/objects: StatusEnum.java (+5 -2)
joe 2005-03-18 19:48

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:

  • xstream/src/test/com/thoughtworks/acceptance/objects: ColorEnum.java (del)
joe 2004-05-30 13:39

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().

39 lines of code changed in:

joe 2004-05-09 12:59

Removed dependencies on classes that aren't available in JDK1.3

13 lines of code changed in:

joe 2004-03-25 19:50

Support for dynamic proxies.

60 lines of code changed in:

joe 2003-10-25 19:36

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:

joe 2003-10-01 09:29

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:

  • xstream/src/test/com/thoughtworks/acceptance/objects: SampleLists.java (+2 -1)
joe 2003-09-26 12:08

Initial commit

93 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT