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

Directory Created:
2004-03-06 10:23
Directory Deleted:
2004-03-07 06:23
Total Files:
0
Deleted Files:
4
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
joe 15 (100.0%) 211 (100.0%) 14.0

Most Recent Commits

joe 2004-03-07 06:23 Rev.: 98

Moved internal xstream implementation classes to core

0 lines of code changed in 4 files:

  • src/java/com/thoughtworks/xstream/converters/old: MarshallingContextAdaptor.java (del), OldConverter.java (del), OldConverterAdaptor.java (del), UnmarshallingContextAdaptor.java (del)
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.

6 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/converters/old: MarshallingContextAdaptor.java (+3 -3), UnmarshallingContextAdaptor.java (+3 -3)
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 :)

55 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/converters/old: MarshallingContextAdaptor.java (+21 -17), UnmarshallingContextAdaptor.java (+34 -22)
joe 2004-03-06 10:51 Rev.: 86

Switched all basic and extended converters to new interface.

34 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/converters/old: MarshallingContextAdaptor.java (+16), OldConverterAdaptor.java (+2 -1), UnmarshallingContextAdaptor.java (+16)
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.

116 lines of code changed in 4 files:

  • src/java/com/thoughtworks/xstream/converters/old: MarshallingContextAdaptor.java (new 30), OldConverter.java (new 15), OldConverterAdaptor.java (new 35), UnmarshallingContextAdaptor.java (new 36)