![]() | ![]() |
[root]/src/test/com/thoughtworks/xstream/io/path
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 26 (100.0%) | 508 (100.0%) | 19.5 |
joe | 14 (53.8%) | 443 (87.2%) | 31.6 |
joehni | 12 (46.2%) | 65 (12.8%) | 5.4 |
Add license headers to core.
44 lines of code changed in 4 files:
Adjust svn properties.
0 lines of code changed in 4 files:
Optimize solution for XSTR-288.
18 lines of code changed in 1 file:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
2 lines of code changed in 2 files:
Give Eclipse-friendly name.
1 lines of code changed in 1 file:
Cleanup:
* Added JavaDoc for XPath libraray.
* Removed some long dead code and use of deprecated methods.
* Extracted ReaderWrapper/WriterWrapper from PathTrackingReader/Writer to make it easy to create other decorators.
29 lines of code changed in 3 files:
Introduced Path object to encapsulate an XPath reference, which was previously a String. This allows the object to have behavior and caching (and reduces the need for repetitive string manipulation).
66 lines of code changed in 2 files:
XSTR-38: Can now use relative XPath for references instead of ids. Full object graph support without adding fluff to the XML.
67 lines of code changed in 1 file:
New marshaller that uses XPath instead of IDs for dealing with references. Produces much cleaner XML.
45 lines of code changed in 1 file:
Created a QuickWriter that's a bit like a BufferedWriter, only ermm quicker.
3 lines of code changed in 1 file:
Renamed methods on HierarchicalReader/Writer to be less xmlish
8 lines of code changed in 1 file:
Renamed XMLReader/Writer related classes/interfaces/packages to be less XML like and more general heirachy like.
225 lines of code changed in 5 files: