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

Directory Created:
2003-09-26 07:08
Directory Deleted:
2004-03-07 06:23
Total Files:
0
Deleted Files:
1
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
joe 8 (100.0%) 80 (100.0%) 10.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 1 file:

  • src/java/com/thoughtworks/xstream/converters/lookup: DefaultConverterLookup.java (del)
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.

0 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/lookup: DefaultConverterLookup.java (changed)
joe 2004-03-06 07:05 Rev.: 79

Performance improvements, contributed by Nicky Sandhu @ IBM

5 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/lookup: DefaultConverterLookup.java (+5)
joe 2003-10-03 09:34 Rev.: 7

Now supports arrays! Wahey!
Even arrays with null values in them.
PrettyPrintXMLWriter now writes empty tags like <blah/>

5 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/lookup: DefaultConverterLookup.java (+5)
joe 2003-10-01 04:40 Rev.: 6

Moved DefaultConverterLookup config up to XStream facade

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/lookup: DefaultConverterLookup.java (+1 -28)
joe 2003-10-01 04:29 Rev.: 4

Added converters for:
java.lang.Class
java.awt.Color
java.sql.Timestamp
Refactored ListConverter into one that can include all types of Collections (including Sets)

4 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/lookup: DefaultConverterLookup.java (+4 -5)
joe 2003-09-29 14:03 Rev.: 3

A weekend worth of changes with no home connectivity
- added XMLReaderDriver abstraction to allow easy switching of XML parsers
- StringBuffer converter
- XMLReader test cases
- W3C DOM XMLReader impl (removes DOM4J dependency)
- Refactoring: Converters now determine whether they can handle a type
- XStream facade: added methods to allow custom XMLReader/Writers to be used
- Refactoring: XMLWriter has more sensible test names
- Static/final/transient fields are not serialized

29 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/lookup: DefaultConverterLookup.java (+29 -36)
joe 2003-09-26 07:08 Rev.: 2

Initial commit

36 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/converters/lookup: DefaultConverterLookup.java (new 36)