Directory src/test/com/thoughtworks/xstream/xml/xpp3/

Directory Created:
2004-01-10 01:04
Directory Deleted:
2004-03-07 06:10
Total Files:
0
Deleted Files:
2
Lines of Code:
0

[root]/src/test/com/thoughtworks/xstream/xml/xpp3

Lines of Code

src/test/com/thoughtworks/xstream/xml/xpp3/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 9 (100.0%) 293 (100.0%) 32.5
jvanzyl 5 (55.6%) 280 (95.6%) 56.0
joe 4 (44.4%) 13 (4.4%) 3.2

Most Recent Commits

joe 2004-03-07 06:10 Rev.: 95

Renamed XMLReader/Writer related classes/interfaces/packages to be less XML like and more general heirachy like.

0 lines of code changed in 2 files:

  • src/test/com/thoughtworks/xstream/xml/xpp3: Xpp3XMLReaderTest.java (del), Xpp3XStreamTest.java (del)
joe 2004-03-06 14:14 Rev.: 87

Switched all converters over to the new mechanism. Accidently fixed some bugs, shortened the code and improved performance :)

11 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/xml/xpp3: Xpp3XStreamTest.java (+11 -14)
joe 2004-03-06 10:23 Rev.: 85

Start of refactoring of Converter design....

- Renamed existing Converter interface to OldConverter.
- Created new Converter interface.
- Created OldConverter->Converter adaptors for backwards compatability.

This change allows me to play around with a new design, whilst not breaking the old converters.

2 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/xml/xpp3: Xpp3XStreamTest.java (+2 -2)
jvanzyl 2004-02-27 14:12 Rev.: 75

o updating for changes made to the mapping mechanism

2 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/xml/xpp3: Xpp3XStreamTest.java (+2 -6)
jvanzyl 2004-01-10 01:51 Rev.: 57

o fixing POM <id/>
o reformatted to joe style (sorry 'bout that joe.)

128 lines of code changed in 2 files:

  • src/test/com/thoughtworks/xstream/xml/xpp3: Xpp3XMLReaderTest.java (+16 -19), Xpp3XStreamTest.java (+112 -131)
jvanzyl 2004-01-10 01:46 Rev.: 55

o adding a copy of the xstream test but using an xpp3 reader driver.

131 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/xml/xpp3: Xpp3XStreamTest.java (new 131)
jvanzyl 2004-01-10 01:04 Rev.: 54

*** empty log message ***

19 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/xml/xpp3: Xpp3XMLReaderTest.java (new 19)