![]() | ![]() |
[root]/src/test/com/thoughtworks/xstream/converters/collections
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 21 (100.0%) | 258 (100.0%) | 12.2 |
joe | 9 (42.9%) | 122 (47.3%) | 13.5 |
joehni | 11 (52.4%) | 78 (30.2%) | 7.0 |
jstrachan | 1 (4.8%) | 58 (22.5%) | 58.0 |
Allow properties to be sorted (XSTR-476).
30 lines of code changed in 1 file:
Add license headers to core.
44 lines of code changed in 4 files:
Adjust svn properties.
0 lines of code changed in 4 files:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
1 lines of code changed in 1 file:
Fix JDK 1.3 issues.
3 lines of code changed in 1 file:
Added a new explicit test case to catch any empty-byte array related bugs
58 lines of code changed in 1 file:
PropertiesConverter also serializes default values (thanks to Kevin Ring)
34 lines of code changed in 1 file:
Fixed bug in PropertiesConverter
2 lines of code changed in 1 file:
Last minute renames to de-xmlify the api. Getting it over with now to minimize api changes in future releases.
0 lines of code changed in 1 file:
JDK1.3 compatability.
7 lines of code changed in 1 file:
Added convenience constructors for XStream
2 lines of code changed in 1 file:
XSTR-10 - Converter for java.util.BitSet
28 lines of code changed in 1 file:
Renamed methods on HierarchicalReader/Writer to be less xmlish
2 lines of code changed in 1 file:
Added converter for char array.
new char[] {'j','o','e'} ..... <char-array>joe</char-array>
13 lines of code changed in 1 file:
Added converter for java.util.Properties. This produces cleaner XML than the MapConverter as keys and values are always strings.
34 lines of code changed in 1 file: