![]() | ![]() |
[root]/src/java/com/thoughtworks/xstream/converters/enums
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 22 (100.0%) | 290 (100.0%) | 13.1 |
joe | 6 (27.3%) | 166 (57.2%) | 27.6 |
joehni | 16 (72.7%) | 124 (42.8%) | 7.7 |
Update version 'upcoming' with 1.3
1 lines of code changed in 1 file:
Load EnumMapper dynamically.
Fix JDK specific builds.
1 lines of code changed in 1 file:
Support enums as attributes (XSTR-394 and XSTR-413).
41 lines of code changed in 1 file:
Add license headers to core.
36 lines of code changed in 3 files:
Use proper exception in static initializer.
2 lines of code changed in 2 files:
Use first member of type Class as field keeping the type in an EnumMap (support for IKVM).
18 lines of code changed in 1 file:
Fix EnumSetConverter on Harmony (XSTR-379).
20 lines of code changed in 1 file:
Added TODO
1 lines of code changed in 1 file:
Adjust svn properties.
0 lines of code changed in 3 files:
Clean-up alias handling.
4 lines of code changed in 2 files:
bugfix to EnumSetConverter, allowing it to handle empty sets. Contributed by Baba Buehler
3 lines of code changed in 1 file:
Cleaner support serialization of EnumMap and EnumSet. Adjusted main facade and build so XStream still builds for JDK1.4 (obviously without the 1.5 features)
123 lines of code changed in 3 files:
Incorporated changed from Bryan Coleman for dealing with polymorphic enums
13 lines of code changed in 1 file:
Added converter for JDK 1.5 enum.
27 lines of code changed in 1 file: