Directory src/java/com/thoughtworks/xstream/converters/enums/

Directory Created:
2005-03-18 09:52
Total Files:
4
Deleted Files:
0
Lines of Code:
270

[root]/src/java/com/thoughtworks/xstream/converters/enums

Lines of Code

src/java/com/thoughtworks/xstream/converters/enums/ Lines of Code

Developers

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

Most Recent Commits

joehni 2008-02-26 12:07 Rev.: 1445

Update version 'upcoming' with 1.3

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumSingleValueConverter.java (+1 -1)
joehni 2008-02-11 20:51 Rev.: 1415

Load EnumMapper dynamically.
Fix JDK specific builds.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumSingleValueConverter.java (+1 -1)
joehni 2008-02-11 19:59 Rev.: 1413

Support enums as attributes (XSTR-394 and XSTR-413).

41 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumSingleValueConverter.java (new 41)
joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

36 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumConverter.java (+12), EnumMapConverter.java (+12), EnumSetConverter.java (+12)
joehni 2007-08-06 15:01 Rev.: 1216

Use proper exception in static initializer.

2 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumMapConverter.java (+1 -1), EnumSetConverter.java (+1 -1)
joehni 2007-08-06 14:57 Rev.: 1215

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:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumMapConverter.java (+18 -2)
joehni 2007-02-06 14:53 Rev.: 1099

Fix EnumSetConverter on Harmony (XSTR-379).

20 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumSetConverter.java (+20 -2)
joehni 2006-12-08 17:15 Rev.: 1066

Added TODO

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumConverter.java (+1)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumConverter.java (changed), EnumMapConverter.java (changed), EnumSetConverter.java (changed)
joehni 2006-04-09 21:27 Rev.: 808

Clean-up alias handling.

4 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumMapConverter.java (+2 -2), EnumSetConverter.java (+2 -2)
joe 2005-09-13 07:57 Rev.: 609

bugfix to EnumSetConverter, allowing it to handle empty sets. Contributed by Baba Buehler

3 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumSetConverter.java (+3 -1)
joe 2005-04-06 16:31 Rev.: 538

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:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumConverter.java (+4 -4), EnumMapConverter.java (new 48), EnumSetConverter.java (new 71)
joe 2005-03-20 15:07 Rev.: 534

Incorporated changed from Bryan Coleman for dealing with polymorphic enums

13 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumConverter.java (+13 -3)
joe 2005-03-18 09:52 Rev.: 527

Added converter for JDK 1.5 enum.

27 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/enums: EnumConverter.java (new 27)