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

Directory Created:
2003-09-26 07:08
Total Files:
10
Deleted Files:
1
Lines of Code:
913

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 160 (100.0%) 1365 (100.0%) 8.5
joe 115 (71.9%) 947 (69.4%) 8.2
joehni 38 (23.8%) 389 (28.5%) 10.2
jvanzyl 4 (2.5%) 16 (1.2%) 4.0
mauro 3 (1.9%) 13 (1.0%) 4.3

Most Recent Commits

joehni 2008-02-11 19:55 Rev.: 1411

Fix JDK 6 build.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: PropertiesConverter.java (+1 -1)
joehni 2008-02-11 17:57 Rev.: 1405

Allow properties to be sorted (XSTR-476).

13 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: PropertiesConverter.java (+13 -2)
joehni 2008-01-25 08:31 Rev.: 1403

Maps generate valid JSON now.

3 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: MapConverter.java (+3 -2)
joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

110 lines of code changed in 10 files:

  • src/java/com/thoughtworks/xstream/converters/collections: AbstractCollectionConverter.java (+11), ArrayConverter.java (+11), BitSetConverter.java (+11), CharArrayConverter.java (+11), CollectionConverter.java (+11), MapConverter.java (+11), PropertiesConverter.java (+11), TreeMapConverter.java (+11), TreeSetConverter.java (+11), package.html (+11)
joehni 2007-09-19 20:18 Rev.: 1242

Fix C&P error.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: TreeMapConverter.java (+1 -1)
joehni 2007-09-19 18:55 Rev.: 1240

Deserializing TreeMap or TreeSet will not call comparator (XSTR-407).

244 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/converters/collections: TreeMapConverter.java (+129 -2), TreeSetConverter.java (+115 -3)
joehni 2006-12-29 23:15 Rev.: 1075

Fix problem with FontConverter in JSK 6 (XSTR-370).

3 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: MapConverter.java (+3 -2)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 10 files:

  • src/java/com/thoughtworks/xstream/converters/collections: AbstractCollectionConverter.java (changed), ArrayConverter.java (changed), BitSetConverter.java (changed), CharArrayConverter.java (changed), CollectionConverter.java (changed), MapConverter.java (changed), PropertiesConverter.java (changed), TreeMapConverter.java (changed), TreeSetConverter.java (changed), package.html (changed)
mauro 2006-07-29 16:57 Rev.: 909

Corrected package.html to have <body> tags

5 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: package.html (+5 -3)
mauro 2006-06-22 05:17 Rev.: 881

XSTR-321: Applied patch2 from Paul Hammant.

8 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/converters/collections: AbstractCollectionConverter.java (+7 -2), ArrayConverter.java (+1)
joehni 2006-04-09 21:27 Rev.: 808

Clean-up alias handling.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: AbstractCollectionConverter.java (+1 -1)
joehni 2006-03-29 16:36 Rev.: 781

Ongoing work on XStream self-serialization (XSTR-50).

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: PropertiesConverter.java (+1 -1)
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.

8 lines of code changed in 7 files:

  • src/java/com/thoughtworks/xstream/converters/collections: AbstractCollectionConverter.java (-21), ArrayConverter.java (-8), CollectionConverter.java (+6 -9), MapConverter.java (-8), PropertiesConverter.java (+2 -3), TreeMapConverter.java (-8), TreeSetConverter.java (-8)
joehni 2006-02-11 09:08 Rev.: 675

Null-handling clean-up.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: AbstractCollectionConverter.java (+1 -1)
joehni 2006-02-03 11:16 Rev.: 660

Make explanation in javadoc more explicit.

3 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: MapConverter.java (+3 -1)
joe 2005-08-06 18:30 Rev.: 604

Misc code cleanup and tiny performance tweaks.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: ArrayConverter.java (+1 -3)
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)

4 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: PropertiesConverter.java (+4 -34)
joe 2005-03-24 03:14 Rev.: 536

PropertiesConverter also serializes default values (thanks to Kevin Ring)

52 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: PropertiesConverter.java (+52 -4)
joe 2005-02-16 16:54 Rev.: 513

More work on the new mapper architecture.

74 lines of code changed in 6 files:

  • src/java/com/thoughtworks/xstream/converters/collections: AbstractCollectionConverter.java (+29 -6), ArrayConverter.java (+8), CollectionConverter.java (+8), MapConverter.java (+9 -1), TreeMapConverter.java (+10 -2), TreeSetConverter.java (+10 -2)
joe 2005-01-22 10:43 Rev.: 466

Introducing new Mapper interface, to replace clunky old ClassMapper

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/collections: AbstractCollectionConverter.java (+1 -1)

(38 more)