Directory src/test/com/thoughtworks/acceptance/someobjects/

Directory Created:
2004-03-07 06:26
Total Files:
10
Deleted Files:
3
Lines of Code:
249

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 49 (100.0%) 398 (100.0%) 8.1
joe 12 (24.5%) 222 (55.8%) 18.5
joehni 33 (67.3%) 135 (33.9%) 4.0
mauro 4 (8.2%) 41 (10.3%) 10.2

Most Recent Commits

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

Add license headers to core.

107 lines of code changed in 10 files:

  • src/test/com/thoughtworks/acceptance/someobjects: FunnyConstructor.java (+11), Handler.java (+11), HandlerManager.java (+11), Protocol.java (+11), U.java (+11), WithList.java (+11), WithNamedList.java (+8 -2), X.java (+11), Y.java (+11), Z.java (+11)
joehni 2007-11-30 20:54 Rev.: 1332

Move StandardObject to package object.

6 lines of code changed in 6 files:

  • src/test/com/thoughtworks/acceptance/someobjects: FunnyConstructor.java (+1 -1), U.java (+1 -1), WithList.java (+1 -1), X.java (+1 -1), Y.java (+1 -1), Z.java (+1 -1)
joehni 2007-11-10 18:07 Rev.: 1302

Collect 1.1 compatibility test.

0 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: ZConverter.java (del)
joehni 2007-11-10 18:00 Rev.: 1301

Revert to 1.1.1 converter ... it is part of compatibility test.

3 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: ZConverter.java (+3 -3)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 11 files:

  • src/test/com/thoughtworks/acceptance/someobjects: FunnyConstructor.java (changed), Handler.java (changed), HandlerManager.java (changed), Protocol.java (changed), U.java (changed), WithList.java (changed), WithNamedList.java (changed), X.java (changed), Y.java (changed), Z.java (changed), ZConverter.java (changed)
joehni 2006-03-15 17:23 Rev.: 727

Make JDK 1.3 happy.

1 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: WithNamedList.java (+1 -1)
joehni 2006-03-15 17:12 Rev.: 725

Resolve references to implicit collections (XSTR-276 and XSTR-283).
Factor out AbstractReference(Un)Marshaller.

18 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: WithNamedList.java (new 18)
joehni 2006-02-15 20:38 Rev.: 689

Improve test with namespaces.
Move TreeMapAndTreeSet test.

0 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: TreeMapAndTreeSetTest.java (del)
mauro 2006-02-15 05:42 Rev.: 682

XSTR-273: Added ConverterMatcher and SingleValueConverter interfaces. Refactored Converter to extend ConverterMatcher.
Added AbstractSingleValueConverter to replace AbstractBaseConverter, which is now deprecated.

3 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: ZConverter.java (+3 -3)
joehni 2006-02-11 09:08 Rev.: 675

Null-handling clean-up.

0 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: NullTest.java (del)
mauro 2005-10-23 09:56 Rev.: 638

Added testUnmarshalsObjectFromXmlWithUnderscores()

11 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: U.java (new 11)
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.

1 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: TreeMapAndTreeSetTest.java (+1 -1)
mauro 2004-12-19 14:31 Rev.: 413

Added ability to change default converter ( XSTR-142)

27 lines of code changed in 2 files:

  • src/test/com/thoughtworks/acceptance/someobjects: Z.java (new 12), ZConverter.java (new 15)
joe 2004-05-09 08:33 Rev.: 199

More JDK1.3 compatability in test cases

1 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: TreeMapAndTreeSetTest.java (+1 -1)
joe 2004-05-09 08:26 Rev.: 198

More JDK1.3 compatability.

6 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: X.java (+6)
joe 2004-05-08 05:06 Rev.: 185

XSTR-57: Converters for TreeSet and TreeMap that include Comparators

102 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: TreeMapAndTreeSetTest.java (new 102)
joe 2004-03-17 05:20 Rev.: 145

XSTR-33: Serializes nulls

15 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/someobjects: NullTest.java (new 15)
joe 2004-03-07 06:26 Rev.: 99

Moved test objects into acceptance package.

97 lines of code changed in 7 files:

  • src/test/com/thoughtworks/acceptance/someobjects: FunnyConstructor.java (new 12), Handler.java (new 18), HandlerManager.java (new 20), Protocol.java (new 18), WithList.java (new 12), X.java (new 10), Y.java (new 7)