![]() | ![]() |
[root]/src/java/com/thoughtworks/xstream/converters
basic
(21 files, 863 lines)
collections
(10 files, 913 lines)
composite
(0 files, 0 lines)
enums
(4 files, 270 lines)
extended
(28 files, 1642 lines)
base64
(0 files, 0 lines)
javabean
(4 files, 696 lines)
lookup
(0 files, 0 lines)
old
(0 files, 0 lines)
reference
(0 files, 0 lines)
reflection
(21 files, 2540 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 85 (100.0%) | 609 (100.0%) | 7.1 |
joe | 41 (48.2%) | 302 (49.6%) | 7.3 |
joehni | 35 (41.2%) | 185 (30.4%) | 5.2 |
mauro | 7 (8.2%) | 120 (19.7%) | 17.1 |
gas | 2 (2.4%) | 2 (0.3%) | 1.0 |
Update version 'upcoming' with 1.3
4 lines of code changed in 2 files:
Fix attribute support for enums (they have been written all es attributes now). Cleanup attribute support, part 1. Separate ConverterRegistry and ConverterLookup.
1 lines of code changed in 1 file:
Default Mapper chain can now be build as custom Mapper chain (XSTR-463).
ClassLoader can be provided for initial phase of XStream (XSTR-464).
23 lines of code changed in 1 file:
Add license headers to core.
107 lines of code changed in 10 files:
Refactor exceptions, have a documented base exception.
31 lines of code changed in 2 files:
Fix spelling.
2 lines of code changed in 1 file:
Adjust svn properties.
0 lines of code changed in 10 files:
Improve output of ConversionException.
4 lines of code changed in 1 file:
updated @since
2 lines of code changed in 2 files:
Add @since to new methods.
4 lines of code changed in 2 files:
Rename AttributeAliasingMapper to AttributeMapper.
Renamed XStream.aliasAttribute() to XStream.useAttributeFor().
4 lines of code changed in 1 file:
Converter for TextAttribute to prevent failing Deserialization due to uninitialized members.
3 lines of code changed in 1 file:
Undo changes of 720 (broke JDK 1.5).
Simplified access to reflectionProvider in derived classes of AbstractReflectionConverter.
2 lines of code changed in 1 file:
Remove unused method, that was lately introduced.
0 lines of code changed in 1 file:
XSTR-278: Applied patch from Guilherme Silveira with minor modifications.
13 lines of code changed in 2 files:
Refactored to have XStream facade use registerConverter() for both Converters and SingleValueConverters.
AbstractSingleValueConverter now only implements SingleValueConverter interface.
0 lines of code changed in 1 file:
XSTR-269: Added support for attributes to ReflectionConverter.
46 lines of code changed in 1 file:
XSTR-273: Added ConverterMatcher and SingleValueConverter interfaces. Refactored Converter to extend ConverterMatcher.
Added AbstractSingleValueConverter to replace AbstractBaseConverter, which is now deprecated.
61 lines of code changed in 3 files:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
0 lines of code changed in 1 file:
Misc code cleanup and tiny performance tweaks.
2 lines of code changed in 1 file:
(24 more)