Directory src/test/com/thoughtworks/xstream/io/path/

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

[root]/src/test/com/thoughtworks/xstream/io/path

Lines of Code

src/test/com/thoughtworks/xstream/io/path/ Lines of Code

Developers

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

Most Recent Commits

joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

44 lines of code changed in 4 files:

  • src/test/com/thoughtworks/xstream/io/path: PathTest.java (+11), PathTrackerTest.java (+11), PathTrackingReaderTest.java (+11), PathTrackingWriterTest.java (+11)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 4 files:

  • src/test/com/thoughtworks/xstream/io/path: PathTest.java (changed), PathTrackerTest.java (changed), PathTrackingReaderTest.java (changed), PathTrackingWriterTest.java (changed)
joehni 2006-03-26 10:57 Rev.: 768

Optimize solution for XSTR-288.

18 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/path: PathTest.java (+18 -9)
joehni 2006-02-13 17:06 Rev.: 678

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:

  • src/test/com/thoughtworks/xstream/io/path: PathTrackingReaderTest.java (+1), PathTrackingWriterTest.java (+1)
joehni 2006-02-10 16:35 Rev.: 674

Give Eclipse-friendly name.

1 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/path: PathTest.java (+1 -1)
joe 2005-04-10 07:40 Rev.: 547

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:

  • src/test/com/thoughtworks/xstream/io/path: PathTrackerTest.java (+17 -17), PathTrackingReaderTest.java (+7 -7), PathTrackingWriterTest.java (+5 -5)
joe 2004-09-02 02:15 Rev.: 343

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:

  • src/test/com/thoughtworks/xstream/io/path: PathTest.java (new 66), RelativePathCalculatorTest.java (del)
joe 2004-04-03 12:26 Rev.: 154

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:

  • src/test/com/thoughtworks/xstream/io/path: RelativePathCalculatorTest.java (new 67)
joe 2004-04-03 08:07 Rev.: 152

New marshaller that uses XPath instead of IDs for dealing with references. Produces much cleaner XML.

45 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/path: PathTrackingReaderTest.java (new 45)
joe 2004-03-07 12:54 Rev.: 116

Created a QuickWriter that's a bit like a BufferedWriter, only ermm quicker.

3 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/path: PathTrackingWriterTest.java (+3 -3)
joe 2004-03-07 07:13 Rev.: 105

Renamed methods on HierarchicalReader/Writer to be less xmlish

8 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/path: PathTrackingWriterTest.java (+8 -8)
joe 2004-03-07 06:10

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:

  • src/test/com/thoughtworks/xstream/io/path: PathTrackerTest.java (+1 -1), PathTrackingWriterTest.java (new 51), PathTrackingXMLWriterTest.java (new 51)