XStream Developers: jstrachan

Login name:
jstrachan
Total Commits:
28 (0.5%)
Lines of Code:
897 (1.4%)
Most Recent Commit:
2005-04-29 08:08

Activity by Clock Time

Activity by Hour of Day for jstrachan

Activity by Day of Week for jstrachan

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 28 (100.0%) 897 (100.0%) 32.0
xstream/src/java/com/thoughtworks/xstream/io/xml/ 14 (50.0%) 547 (61.0%) 39.0
xstream/src/test/com/thoughtworks/acceptance/ 5 (17.9%) 174 (19.4%) 34.8
xstream/src/test/com/thoughtworks/xstream/io/xml/ 4 (14.3%) 96 (10.7%) 24.0
xstream/src/test/com/thoughtworks/xstream/converters/collections/ 1 (3.6%) 58 (6.5%) 58.0
xstream/src/java/com/thoughtworks/xstream/ 1 (3.6%) 22 (2.5%) 22.0
xstream/src/java/com/thoughtworks/xstream/io/ 1 (3.6%) 0 (0.0%) 0.0
xstream/lib/ 2 (7.1%) 0 (0.0%) 0.0

Activity of jstrachan

Most Recent Commits

jstrachan 2005-04-29 08:08

Fixed namespace handling with StAX and added a bunch more test cases to ensure we respect both repairing modes as well as fixing the toXML() methods on XStream to use the StAX driver

153 lines of code changed in:

jstrachan 2005-04-25 14:34

Added a new explicit test case to catch any empty-byte array related bugs

58 lines of code changed in:

jstrachan 2005-04-21 07:59

Patched test case to work with StAX RI rather than woodstox

1 lines of code changed in:

jstrachan 2005-04-21 07:55

Added a new StAX based test case

57 lines of code changed in:

jstrachan 2004-10-01 14:20

Allow default namespace and optional prefix to be specified to make namespace-generated XML easy

54 lines of code changed in:

jstrachan 2004-10-01 12:49

Added support for full QName aliasing of class names for StAX based reader/writer.

Would ideally be integrated into the XStream.alias() methods - which would introduce a dependency of javax.xml.namespace.QName but thats OK, its 1 class in 1 package which we could ship with xstream.jar no problem (as its never changed since it was created - its a very trivial class).

196 lines of code changed in:

jstrachan 2004-09-30 13:16

Added flag to fix XSTR-134

19 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream/io/xml: StaxWriter.java (+19 -2)
jstrachan 2004-09-29 15:07

added a close() method

13 lines of code changed in:

jstrachan 2004-09-29 14:35

Added a writer for StAX

68 lines of code changed in:

jstrachan 2004-09-29 14:23

Got acceptance tests working against StAX

33 lines of code changed in:

jstrachan 2004-09-29 14:02

Added a StAX implementation of the driver and reader

245 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT