[root]/xstream/src/test/com/thoughtworks/xstream/xml/xpp3
Renamed XMLReader/Writer related classes/interfaces/packages to be less XML like and more general heirachy like.
0 lines of code changed in:
Switched all converters over to the new mechanism. Accidently fixed some bugs, shortened the code and improved performance :)
11 lines of code changed in:
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:
o updating for changes made to the mapping mechanism
2 lines of code changed in:
o fixing POM <id/>
o reformatted to joe style (sorry 'bout that joe.)
128 lines of code changed in:
o adding a copy of the xstream test but using an xpp3 reader driver.
131 lines of code changed in:
*** empty log message ***
19 lines of code changed in: