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

Directory Created:
2004-02-23 18:04
Total Files:
4
Deleted Files:
0
Lines of Code:
235

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

Lines of Code

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

Developers

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

Most Recent Commits

joehni 2008-02-11 17:57 Rev.: 1405

Allow properties to be sorted (XSTR-476).

30 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: PropertiesConverterTest.java (+30 -1)
joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

44 lines of code changed in 4 files:

  • src/test/com/thoughtworks/xstream/converters/collections: BitSetConverterTest.java (+11), ByteArrayConverterTest.java (+11), CharArrayConverterTest.java (+11), PropertiesConverterTest.java (+11)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 4 files:

  • src/test/com/thoughtworks/xstream/converters/collections: BitSetConverterTest.java (changed), ByteArrayConverterTest.java (changed), CharArrayConverterTest.java (changed), PropertiesConverterTest.java (changed)
joehni 2006-02-13 17:06 Rev.: 678

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:

  • src/test/com/thoughtworks/xstream/converters/collections: PropertiesConverterTest.java (+1 -1)
joehni 2005-09-24 17:08 Rev.: 619

Fix JDK 1.3 issues.

3 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: ByteArrayConverterTest.java (+3)
jstrachan 2005-04-25 09:34 Rev.: 573

Added a new explicit test case to catch any empty-byte array related bugs

58 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: ByteArrayConverterTest.java (new 58)
joe 2005-03-24 03:14 Rev.: 536

PropertiesConverter also serializes default values (thanks to Kevin Ring)

34 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: PropertiesConverterTest.java (+34 -4)
joe 2004-04-06 04:30 Rev.: 157

Fixed bug in PropertiesConverter

2 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: PropertiesConverterTest.java (+2 -2)
joe 2004-03-08 17:26 Rev.: 126

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:

  • src/test/com/thoughtworks/xstream/converters/collections: PropertiesConverterTest.java (changed)
joe 2004-03-08 17:08 Rev.: 124

JDK1.3 compatability.

7 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: BitSetConverterTest.java (+7 -12)
joe 2004-03-08 16:50 Rev.: 122

Added convenience constructors for XStream

2 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: PropertiesConverterTest.java (+2 -1)
joe 2004-03-07 09:53 Rev.: 108

XSTR-10 - Converter for java.util.BitSet

28 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: BitSetConverterTest.java (new 28)
joe 2004-03-07 07:13 Rev.: 105

Renamed methods on HierarchicalReader/Writer to be less xmlish

2 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: PropertiesConverterTest.java (+2 -2)
joe 2004-03-06 15:29 Rev.: 91

Added converter for char array.

new char[] {'j','o','e'} ..... <char-array>joe</char-array>

13 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/converters/collections: CharArrayConverterTest.java (new 13)
joe 2004-02-23 18:04 Rev.: 69

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:

  • src/test/com/thoughtworks/xstream/converters/collections: PropertiesConverterTest.java (new 34)