Directory xstream/src/java/com/thoughtworks/xstream/

Directory Created:
2003-09-26 12:08
Total Files:
3
Deleted Files:
1
Lines of Code:
1574

Browse with ViewVC

[root]/xstream/src/java/com/thoughtworks/xstream

                            directory in repo alias (3 files, 46 lines)

                            directory in repo annotations (10 files, 483 lines)

                            directory in repo converters (10 files, 331 lines)

                                directory in repo basic (19 files, 515 lines)

                                directory in repo collections (10 files, 552 lines)

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

                                directory in repo enums (3 files, 177 lines)

                                directory in repo extended (25 files, 1225 lines)

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

                                directory in repo javabean (4 files, 588 lines)

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

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

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

                                directory in repo reflection (14 files, 1864 lines)

                            directory in repo core (16 files, 986 lines)

                                directory in repo util (15 files, 1469 lines)

                            directory in repo io (10 files, 523 lines)

                                directory in repo binary (4 files, 714 lines)

                                directory in repo copy (1 files, 41 lines)

                                directory in repo json (2 files, 256 lines)

                                directory in repo path (5 files, 404 lines)

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

                                directory in repo xml (36 files, 3856 lines)

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

                                    directory in repo xppdom (2 files, 225 lines)

                            directory in repo mapper (20 files, 1790 lines)

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

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

                            directory in repo persistence (5 files, 441 lines)

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

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

                                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/java/com/thoughtworks/xstream/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 155 (100.0%) 3025 (100.0%) 19.5
joe 83 (53.5%) 1423 (47.0%) 17.1
joehni 49 (31.6%) 1221 (40.4%) 24.9
mauro 11 (7.1%) 203 (6.7%) 18.4
gas 5 (3.2%) 87 (2.9%) 17.4
jvanzyl 6 (3.9%) 69 (2.3%) 11.5
jstrachan 1 (0.6%) 22 (0.7%) 22.0

Most Recent Commits

joehni 2007-04-05 21:36

Add javadoc.

7 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+7)
joehni 2007-03-20 15:38

Correct javadoc.

1 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
joehni 2007-03-20 15:37

Better name.

10 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+10 -10)
joehni 2007-03-20 15:35

Fix typo.

1 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
joehni 2007-03-05 21:26

Fix javadoc.

2 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+2 -2)
gas 2007-02-09 21:09

Support for awt and sql is now optional: xstream now works on embedded virtual machines lacking such apis (by Nicolas Gros d'Aillon)

27 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+27 -15)
gas 2006-12-24 23:49

java 1.3 and annotations support for specific (field as attribute feature) and (field aliasing)

40 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+40)
joehni 2006-12-05 13:56

Fix typo.

1 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
joehni 2006-11-10 22:28

Adjust svn properties.

0 lines of code changed in:

joehni 2006-11-09 23:46

Replace "since upcoming" with real version.

1 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
joehni 2006-11-09 08:46

Add getReflectionProvider().

11 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+11 -1)
joehni 2006-10-23 14:17

Fix Javadoc errors.

1 lines of code changed in:

joehni 2006-09-27 18:09

Fix XStream.getClassMapper() backward compatibility to XStream 1.1 (XSTR-346).

Fix problem with double underscores and find different solution for XStream11XmlFirnedly compatibility in the facade.

19 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+19 -4)
joehni 2006-07-28 22:12

Add @throws to javadoc (XSTR-326).

73 lines of code changed in:

mauro 2006-06-22 10:17

XSTR-321: Applied patch2 from Paul Hammant.

1 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
gas 2006-06-04 23:24

Small error message fix in XStream.java

12 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
mauro 2006-05-28 16:38

Added AbstractXmlFriendlyDriver as base class for all xml-based drivers.

Removed XmlFriendlyReplacer from XStream facade - now injectable in all xml drivers.

2 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+2 -27)
mauro 2006-05-03 14:14

Refactored XmlFriendlyMapper to move common functionality into an abstract class, inherited by XStream11XmlFriendlyMapper

for 1.1 compatibility.

Modified AbstractAcceptanceTestCase to use XStream instance with new 1.2 XmlFriendlyReplacer by default and updated tests accordingly.

Commented 2-3 tests that still fail with new XStream instance (search for FIXME).

14 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+14 -6)
joe 2006-04-21 10:45

Simplify

1 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
mauro 2006-04-18 10:23

Added javadoc qualifiers @since 1.2 to new ctors with XmlFriendlyReplacer.

6 lines of code changed in:

  • xstream/src/java/com/thoughtworks/xstream: XStream.java (+6)

(126 more)

Generated by StatSVN 0.3.2-SNAPSHOT