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

Directory Created:
2003-09-26 07:08
Total Files:
9
Deleted Files:
1
Lines of Code:
402

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

Lines of Code

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

Developers

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

Most Recent Commits

joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

97 lines of code changed in 9 files:

  • src/test/com/thoughtworks/acceptance/objects: Category.java (+10), Hardware.java (+11), OpenSourceSoftware.java (+11), Product.java (+10), SampleDynamicProxy.java (+11), SampleLists.java (+11), Software.java (+11), StandardObject.java (+11), StatusEnum.java (+11)
joehni 2007-11-30 20:54 Rev.: 1332

Move StandardObject to package object.

21 lines of code changed in 4 files:

  • src/test/com/thoughtworks/acceptance/objects: Hardware.java (-1), SampleLists.java (-1), Software.java (-1), StandardObject.java (new 21)
joehni 2007-09-25 16:49 Rev.: 1260

Consolidate tests.

7 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/objects: Software.java (+7)
joehni 2007-04-30 09:17 Rev.: 1129

Added JSON support with Jettison (XSTR-391).

121 lines of code changed in 2 files:

  • src/test/com/thoughtworks/acceptance/objects: Category.java (new 55), Product.java (new 66)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 6 files:

  • src/test/com/thoughtworks/acceptance/objects: Hardware.java (changed), OpenSourceSoftware.java (changed), SampleDynamicProxy.java (changed), SampleLists.java (changed), Software.java (changed), StatusEnum.java (changed)
joehni 2006-02-13 17:06 Rev.: 678

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:

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

JDK 1.3 friendlyness: Added default constructor to test classes.

5 lines of code changed in 1 file:

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

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:

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

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:

  • src/test/com/thoughtworks/acceptance/objects: ColorEnum.java (new 33), StatusEnum.java (new 39)
joe 2004-05-09 07:59 Rev.: 197

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

13 lines of code changed in 4 files:

  • src/test/com/thoughtworks/acceptance/objects: Hardware.java (+3), OpenSourceSoftware.java (+3), SampleDynamicProxy.java (+4 -9), Software.java (+3)
joe 2004-03-25 14:50 Rev.: 149

Support for dynamic proxies.

60 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/objects: SampleDynamicProxy.java (new 60)
joe 2003-10-25 14:36 Rev.: 15

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:

  • src/test/com/thoughtworks/acceptance/objects: Hardware.java (+3 -17), OpenSourceSoftware.java (-5), SampleLists.java (+3 -9), Software.java (+3 -18)
joe 2003-10-01 04:29 Rev.: 4

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:

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

Initial commit

93 lines of code changed in 4 files:

  • src/test/com/thoughtworks/acceptance/objects: Hardware.java (new 28), OpenSourceSoftware.java (new 17), SampleLists.java (new 18), Software.java (new 30)