[root]/xstream/src/test/com/thoughtworks/xstream/converters/reflection
Adjust svn properties.
0 lines of code changed in:
Add JRockit support (XSTR-311).
22 lines of code changed in:
Fix initialization of attribute name for classes.
1 lines of code changed in:
Rename AttributeAliasingMapper to AttributeMapper.
Renamed XStream.aliasAttribute() to XStream.useAttributeFor().
2 lines of code changed in:
XSTR-269: Added support for attributes to ReflectionConverter.
3 lines of code changed in:
Improve FieldDictionaryTest.
6 lines of code changed in:
Updated dependencies.
8 lines of code changed in:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
3 lines of code changed in:
Fix FinalFieldsTest for JDK 1.5.
39 lines of code changed in:
Use PureJavaReflectionProvider for JDK1.3 compat.
1 lines of code changed in:
Moved CustomReflectionConverter to be inner class to avoid test failures because no tests found.
8 lines of code changed in:
Added CustomReflectionConverter to prove a custom converter can be used.
27 lines of code changed in:
Added testConverterCanBeInstantiatedAndRegisteredWithDesiredPriority
12 lines of code changed in:
JDK 1.3 friendlyness: Added default constructor to test classes.
1 lines of code changed in:
XSTR-178: Inner classes now maintain reference to outer class
16 lines of code changed in:
Fixed sneaky char
1 lines of code changed in:
XSTR-113: PureJavaReflectionProvider can now instantiate any object that implements Serializable (thanks to Chris Nokleberg)
64 lines of code changed in:
XSTR-107: PureJavaReflectionProvider tries non-public constructors (thanks to Daniel Sheppard)
19 lines of code changed in:
Test that fields come out in same order they are defined.
43 lines of code changed in:
Fields are now serialized in the same order they are defined in the class, rather than alphabetical
9 lines of code changed in:
(9 more)