Directory src/java/com/thoughtworks/xstream/persistence/

Total Files:
5
Deleted Files:
3
Lines of Code:
496

[root]/src/java/com/thoughtworks/xstream/persistence

Lines of Code

src/java/com/thoughtworks/xstream/persistence/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 34 (100.0%) 751 (100.0%) 22.0
gas 23 (67.6%) 694 (92.4%) 30.1
joehni 11 (32.4%) 57 (7.6%) 5.1

Most Recent Commits

joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

55 lines of code changed in 5 files:

  • src/java/com/thoughtworks/xstream/persistence: FileStreamStrategy.java (+11), StreamStrategy.java (+11), XmlArrayList.java (+11), XmlMap.java (+11), XmlSet.java (+11)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 5 files:

  • src/java/com/thoughtworks/xstream/persistence: FileStreamStrategy.java (changed), StreamStrategy.java (changed), XmlArrayList.java (changed), XmlMap.java (changed), XmlSet.java (changed)
joehni 2006-08-19 13:59 Rev.: 938

Merge changes from 1.2 branch.

2 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/persistence: FileStreamStrategy.java (+2 -2)
gas 2006-07-06 09:49 Rev.: 887

arraylist implementation backed on a xmlmap and removed useless fields in xmlset

66 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/persistence: XmlArrayList.java (new 66), XmlMap.java (-2), XmlSet.java (-3)
gas 2006-07-06 08:22 Rev.: 886

id generation uses the current system time and removed the for(;;) loop

5 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/persistence: XmlSet.java (+5 -9)
gas 2006-06-28 12:02 Rev.: 883

file based to stream based strategies and "dumb" xmlset implementation

52 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/persistence: XmlSet.java (new 52)
gas 2006-06-28 11:40 Rev.: 882

file based to stream based strategies and "dumb" xmlset implementation

278 lines of code changed in 5 files:

  • src/java/com/thoughtworks/xstream/persistence: FileStreamStrategy.java (new 248), KeyNamingStrategy.java (del), NamingStrategy.java (del), StreamStrategy.java (new 22), XmlMap.java (+8 -150)
gas 2006-06-18 01:03 Rev.: 880

correctly implementing the put contract and removed the putAll

2 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/persistence: XmlMap.java (+2 -8)
gas 2006-06-17 17:19 Rev.: 879

javadoc comments for the end-user

20 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/persistence: KeyNamingStrategy.java (+20 -3)
gas 2006-06-17 17:09 Rev.: 878

naming strategy escapes non-valid characters

61 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/persistence: KeyNamingStrategy.java (+54 -3), NamingStrategy.java (+6 -1), XmlMap.java (+1 -1)
gas 2006-06-15 11:20 Rev.: 874

XML --> xml

210 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/persistence: XMLMap.java (del), XmlMap.java (new 210)
gas 2006-06-15 11:08 Rev.: 873

rename package util to persistence

0 lines of code changed in 6 files:

  • src/java/com/thoughtworks/xstream/persistence: KeyNamingStrategy.java (new), NamingStrategy.java (new), XMLMap.java (changed)