![]() | ![]() |
[root]/src/test/com/thoughtworks/xstream/objecttree/reflection
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
joe | 10 (100.0%) | 106 (100.0%) | 10.6 |
Moved remaining reflection related code into correct package. No more objecttree.
0 lines of code changed in 3 files:
Improved some test names to make more testdox friendly.
9 lines of code changed in 2 files:
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:
Bugfix: Objects can have fields that are arrays
16 lines of code changed in 1 file:
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:
Initial commit
1 lines of code changed in 2 files: