[root]/xstream/src/test/com/thoughtworks/xstream/objecttree/reflection
Moved remaining reflection related code into correct package. No more objecttree.
0 lines of code changed in:
Improved some test names to make more testdox friendly.
9 lines of code changed in:
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.
6 lines of code changed in:
Bugfix: Objects can have fields that are arrays
16 lines of code changed in:
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:
Initial commit
1 lines of code changed in: