Directory src/test/com/thoughtworks/xstream/objecttree/reflection/

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

[root]/src/test/com/thoughtworks/xstream/objecttree/reflection

Lines of Code

src/test/com/thoughtworks/xstream/objecttree/reflection/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
joe 10 (100.0%) 106 (100.0%) 10.6

Most Recent Commits

joe 2004-03-07 06:31 Rev.: 101

Moved remaining reflection related code into correct package. No more objecttree.

0 lines of code changed in 3 files:

  • src/test/com/thoughtworks/xstream/objecttree/reflection: JavaReflectionObjectFactoryTest.java (del), ObjectGraphReaderTest.java (del), ReflectionObjectGraphTest.java (del)
joe 2004-02-22 18:11 Rev.: 68

Improved some test names to make more testdox friendly.

9 lines of code changed in 2 files:

  • src/test/com/thoughtworks/xstream/objecttree/reflection: JavaReflectionObjectFactoryTest.java (+7 -6), ReflectionObjectGraphTest.java (+2 -2)
joe 2003-10-26 08:37 Rev.: 20

Added ObjectFactory implementation that uses pure Java reflection instead of the internal Sun stuff. This will work on all JVMs but limits the type of objects that can be deserialized.

80 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/objecttree/reflection: JavaReflectionObjectFactoryTest.java (new 80)
joe 2003-10-26 07:08 Rev.: 18

Bugfix: Objects can have fields that are arrays

16 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/objecttree/reflection: ReflectionObjectGraphTest.java (+16 -1)
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.

0 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/objecttree/reflection: ReflectionObjectGraphTest.java (changed)
joe 2003-09-26 07:08 Rev.: 2

Initial commit

1 lines of code changed in 2 files:

  • src/test/com/thoughtworks/xstream/objecttree/reflection: ObjectGraphReaderTest.java (new), ReflectionObjectGraphTest.java (new 1)