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

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

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

Lines of Code

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

Developers

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

Most Recent Commits

joehni 2008-02-12 09:33 Rev.: 1419

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:

  • src/test/com/thoughtworks/xstream/converters/enums: EnumMapperTest.java (+7 -5)
joehni 2008-02-11 22:07 Rev.: 1418

Workaround for JDK 5 bug ?

3 lines of code changed in 1 file:

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

Load EnumMapper dynamically.
Fix JDK specific builds.

1 lines of code changed in 1 file:

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

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

93 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/enums: EnumMapperTest.java (new 93)
joehni 2008-02-11 19:32 Rev.: 1410

Revert last version.

4 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/enums: EnumConverterTest.java (+4 -36)
joehni 2008-02-11 19:11 Rev.: 1409

Fix license header.

4 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/enums: Fruit.java (+4)
joehni 2008-02-11 18:40 Rev.: 1408

Support default implementations for polymorphic enums (XSTR-487).
Treat all enums as immutable types (XSTR-419).

57 lines of code changed in 3 files:

  • src/test/com/thoughtworks/xstream/converters/enums: EnumConverterTest.java (+36 -4), Fruit.java (new 17), PolymorphicEnum.java (+4 -6)
joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

66 lines of code changed in 6 files:

  • src/test/com/thoughtworks/xstream/converters/enums: BigEnum.java (+11), EnumConverterTest.java (+11), EnumMapConverterTest.java (+11), EnumSetConverterTest.java (+11), PolymorphicEnum.java (+11), SimpleEnum.java (+11)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 6 files:

  • src/test/com/thoughtworks/xstream/converters/enums: BigEnum.java (changed), EnumConverterTest.java (changed), EnumMapConverterTest.java (changed), EnumSetConverterTest.java (changed), PolymorphicEnum.java (changed), SimpleEnum.java (changed)
joehni 2006-04-04 17:09 Rev.: 795

Fix warnings.

2 lines of code changed in 1 file:

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

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

12 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/enums: EnumSetConverterTest.java (+12 -6)
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)

127 lines of code changed in 6 files:

  • src/test/com/thoughtworks/xstream/converters/enums: BigEnum.java (new 7), EnumConverterTest.java (-19), EnumMapConverterTest.java (new 44), EnumSetConverterTest.java (new 55), PolymorphicEnum.java (new 16), SimpleEnum.java (new 5)
joe 2005-03-20 15:07 Rev.: 534

Incorporated changed from Bryan Coleman for dealing with polymorphic enums

60 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/enums: EnumConverterTest.java (+60 -7)
joe 2005-03-18 09:52 Rev.: 527

Added converter for JDK 1.5 enum.

23 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/enums: EnumConverterTest.java (new 23)