![]() | ![]() |
[root]/src/test/com/thoughtworks/xstream/converters/enums
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 31 (100.0%) | 459 (100.0%) | 14.8 |
joehni | 22 (71.0%) | 237 (51.6%) | 10.7 |
joe | 9 (29.0%) | 222 (48.4%) | 24.6 |
Fix attribute support for enums (they have been written all es attributes now). Cleanup attribute support, part 1. Separate ConverterRegistry and ConverterLookup.
7 lines of code changed in 1 file:
Workaround for JDK 5 bug ?
3 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).
93 lines of code changed in 1 file:
Revert last version.
4 lines of code changed in 1 file:
Fix license header.
4 lines of code changed in 1 file:
Support default implementations for polymorphic enums (XSTR-487).
Treat all enums as immutable types (XSTR-419).
57 lines of code changed in 3 files:
Add license headers to core.
66 lines of code changed in 6 files:
Adjust svn properties.
0 lines of code changed in 6 files:
Fix warnings.
2 lines of code changed in 1 file:
bugfix to EnumSetConverter, allowing it to handle empty sets. Contributed by Baba Buehler
12 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)
127 lines of code changed in 6 files:
Incorporated changed from Bryan Coleman for dealing with polymorphic enums
60 lines of code changed in 1 file:
Added converter for JDK 1.5 enum.
23 lines of code changed in 1 file: