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

Directory Created:
2003-09-29 19:03
Directory Deleted:
2004-03-07 11:10
Total Files:
0
Deleted Files:
1
Lines of Code:
0

Browse with ViewVC

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

                                Folder removed from repo dom (0 files, 0 lines)

                                Folder removed from repo dom4j (0 files, 0 lines)

                                Folder removed from repo path (0 files, 0 lines)

                                Folder removed from repo text (0 files, 0 lines)

                                Folder removed from repo xpp3 (0 files, 0 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
joe 8 (100.0%) 93 (100.0%) 11.6

Most Recent Commits

joe 2004-03-07 11:10

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

0 lines of code changed in:

joe 2004-02-09 17:59

Bugfix: When using Xpp3 reader, nulls and empty strings aren't distinguished between. Fixed.

8 lines of code changed in:

joe 2004-01-29 12:40

Fixed inconsistenty between Xpp3 and DOM readers : whitespace around text should be maintained.

6 lines of code changed in:

joe 2003-10-26 15:43

Refactored XMLReader API to be more pull-like - you can only ever move forward one tag at a time (no read-aheads and no back-tracking).

20 lines of code changed in:

joe 2003-10-26 14:54

Removed XMLReader.childElement(String name) - should be accessed by index, not name

2 lines of code changed in:

joe 2003-10-26 14:45

Remove childExists() from xmlreader

0 lines of code changed in:

joe 2003-10-24 14:01

Bugfix: Can now deserialize xml that has objects with null fields.

8 lines of code changed in:

joe 2003-09-29 19:03

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

49 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT