Directory src/java/com/thoughtworks/xstream/

Directory Created:
2003-09-26 07:08
Total Files:
5
Deleted Files:
1
Lines of Code:
1897

[root]/src/java/com/thoughtworks/xstream
                        directory in repo alias (3 files, 79 lines)
                        directory in repo annotations (11 files, 437 lines)
                        directory in repo converters (11 files, 471 lines)
                            directory in repo basic (21 files, 863 lines)
                            directory in repo collections (10 files, 913 lines)
                            Folder removed from repo composite (0 files, 0 lines)
                            directory in repo enums (4 files, 270 lines)
                            directory in repo extended (28 files, 1642 lines)
                                Folder removed from repo base64 (0 files, 0 lines)
                            directory in repo javabean (4 files, 696 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 (21 files, 2540 lines)
                        directory in repo core (17 files, 1243 lines)
                            directory in repo util (18 files, 2030 lines)
                        directory in repo io (10 files, 629 lines)
                            directory in repo binary (4 files, 760 lines)
                            directory in repo copy (1 files, 52 lines)
                            directory in repo json (4 files, 464 lines)
                            directory in repo path (5 files, 462 lines)
                            Folder removed from repo squidgey (0 files, 0 lines)
                            directory in repo xml (38 files, 4459 lines)
                                Folder removed from repo xpp3 (0 files, 0 lines)
                                directory in repo xppdom (2 files, 247 lines)
                        directory in repo mapper (23 files, 2772 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, 496 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

src/java/com/thoughtworks/xstream/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 200 (100.0%) 3625 (100.0%) 18.1
joehni 92 (46.0%) 1762 (48.6%) 19.1
joe 83 (41.5%) 1424 (39.3%) 17.1
mauro 11 (5.5%) 203 (5.6%) 18.4
gas 7 (3.5%) 145 (4.0%) 20.7
jvanzyl 6 (3.0%) 69 (1.9%) 11.5
jstrachan 1 (0.5%) 22 (0.6%) 22.0

Most Recent Commits

joehni 2008-06-25 03:17 Rev.: 1488

Update javadoc.

10 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+10 -7)
joehni 2008-06-04 04:15 Rev.: 1472

Fix the fix of XSTR-497.
Fix Javadoc of XStream facade.

12 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+12 -7)
joehni 2008-02-26 12:07 Rev.: 1445

Update version 'upcoming' with 1.3

21 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream: InitializationException.java (+2 -2), XStream.java (+13 -13), XStreamException.java (+6 -6)
joehni 2008-02-13 13:21 Rev.: 1427

Overload createObjectInputStream and createObjectOutputStream with version that supports InputStream resp. OutputStream directly.

41 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+41)
joehni 2008-02-12 09:33 Rev.: 1419

Fix attribute support for enums (they have been written all es attributes now). Cleanup attribute support, part 1. Separate ConverterRegistry and ConverterLookup.

20 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+20 -18)
joehni 2008-02-11 21:36 Rev.: 1416

Put LocalConversionMapper back at last position.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
joehni 2008-02-11 20:51 Rev.: 1415

Load EnumMapper dynamically.
Fix JDK specific builds.

4 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+4 -2)
joehni 2008-02-11 18:40 Rev.: 1408

Support default implementations for polymorphic enums (XSTR-487).
Treat all enums as immutable types (XSTR-419).

3 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+3 -3)
joehni 2008-01-04 13:46 Rev.: 1375

Java and CGLIB proxies can have typed aliases.

6 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+6 -6)
joehni 2008-01-03 21:47 Rev.: 1372

Add converter for UUIDs and StringBuilders.

8 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+8)
joehni 2008-01-03 20:30 Rev.: 1364

Support annotated converters with arguments again (XSTR-461).

2 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+2 -2)
joehni 2008-01-02 03:41 Rev.: 1362

Default Mapper chain can now be build as custom Mapper chain (XSTR-463).
ClassLoader can be provided for initial phase of XStream (XSTR-464).

52 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+52 -7)
joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

49 lines of code changed in 5 files:

  • src/java/com/thoughtworks/xstream: InitializationException.java (+9 -3), MarshallingStrategy.java (+11), XStream.java (+11), XStreamException.java (+8 -2), XStreamer.java (+10)
joehni 2007-12-07 21:06 Rev.: 1341

Add LookAndFeelConverter (XSTR-456).

4 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+4)
joehni 2007-12-07 19:53 Rev.: 1338

Javadocs and parameter names.

12 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+12 -7)
joehni 2007-11-25 19:30 Rev.: 1328

Cleanup some warnings.

7 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStreamer.java (+7 -7)
joehni 2007-11-23 19:26 Rev.: 1326

Fix NPE for @XStreamImplicit on untyped collections (XSTR-412).

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+1 -1)
joehni 2007-11-23 18:06 Rev.: 1322

Invent auto-detection mode for annotations.
Fix @XStreamAlias for fields if field type should be rendered as attribute (XSTR-450).

17 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+17 -1)
joehni 2007-11-20 17:00 Rev.: 1319

Optimized annotation processing.
Evaluation mode for annotation auto-processing.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream: XStream.java (+1 -3)
joehni 2007-11-20 16:16 Rev.: 1318

Use deprecated code only in compatibility test.
Use proper test names.
Code clean-up.

10 lines of code changed in 1 file:

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

(163 more)