Directory src/test/com/thoughtworks/someobjects/

Directory Created:
2003-09-26 07:08
Directory Deleted:
2004-03-07 06:26
Total Files:
0
Deleted Files:
7
Lines of Code:
0

[root]/src/test/com/thoughtworks/someobjects

Lines of Code

src/test/com/thoughtworks/someobjects/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 136 (100.0%) 7.5
joe 15 (83.3%) 80 (58.8%) 5.3
jvanzyl 3 (16.7%) 56 (41.2%) 18.6

Most Recent Commits

joe 2004-03-07 06:26 Rev.: 99

Moved test objects into acceptance package.

0 lines of code changed in 7 files:

  • src/test/com/thoughtworks/someobjects: FunnyConstructor.java (del), Handler.java (del), HandlerManager.java (del), Protocol.java (del), WithList.java (del), X.java (del), Y.java (del)
jvanzyl 2004-03-05 20:23 Rev.: 77

o adding a feature whereby a specified attribute which identifies class to
use for a particular element is adhered to. Previous the "class" attribute
was only being honoured in the ObjectWithFieldsConverter.

Now you can specify the class to use for the outter element (change
performed in XStream), collections (changes made only to readItem)
and fields. You can also optionally specify what you want to use
as the identifier. The default is "class".

56 lines of code changed in 3 files:

  • src/test/com/thoughtworks/someobjects: Handler.java (new 18), HandlerManager.java (new 20), Protocol.java (new 18)
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.

12 lines of code changed in 4 files:

  • src/test/com/thoughtworks/someobjects: FunnyConstructor.java (+3 -15), WithList.java (+3 -20), X.java (+3 -17), Y.java (+3 -16)
joe 2003-09-26 07:08 Rev.: 2

Initial commit

68 lines of code changed in 4 files:

  • src/test/com/thoughtworks/someobjects: FunnyConstructor.java (new 15), WithList.java (new 20), X.java (new 17), Y.java (new 16)