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

Directory Created:
2004-03-07 06:23
Total Files:
17
Deleted Files:
10
Lines of Code:
1243

[root]/src/java/com/thoughtworks/xstream/core
                            directory in repo util (18 files, 2030 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 324 (100.0%) 3508 (100.0%) 10.8
joe 183 (56.5%) 2282 (65.1%) 12.4
joehni 124 (38.3%) 1060 (30.2%) 8.5
mauro 14 (4.3%) 129 (3.7%) 9.2
gas 3 (0.9%) 37 (1.1%) 12.3

Most Recent Commits

joehni 2008-02-26 12:07 Rev.: 1445

Update version 'upcoming' with 1.3

5 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/core: AbstractTreeMarshallingStrategy.java (+2 -2), BaseException.java (+2 -2), DefaultConverterLookup.java (+1 -1)
joehni 2008-01-23 16:42 Rev.: 1386

Move unsafe reverse field check into diagnostics, removing problem with SecurityManager (XSTR-467).

21 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+21 -14)
joehni 2008-01-08 18:46 Rev.: 1378

Elementary Harmony support.

16 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+16 -4)
joehni 2008-01-03 21:37 Rev.: 1371

Fix copyright.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+1 -1)
joehni 2008-01-03 20:44 Rev.: 1366

Work with WeakReferences in cache.

10 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+10 -4)
joehni 2008-01-03 20:39 Rev.: 1365

Fix unwanted serialization of cache.

6 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+6 -1)
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).

3 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: DefaultConverterLookup.java (+3 -2)
joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

181 lines of code changed in 17 files:

  • src/java/com/thoughtworks/xstream/core: AbstractReferenceMarshaller.java (+10), AbstractReferenceUnmarshaller.java (+10), AbstractTreeMarshallingStrategy.java (+7 -1), BaseException.java (+11), DefaultConverterLookup.java (+11), JVM.java (+11), MapBackedDataHolder.java (+11), ReferenceByIdMarshaller.java (+11), ReferenceByIdMarshallingStrategy.java (+11), ReferenceByIdUnmarshaller.java (+11), ReferenceByXPathMarshaller.java (+11), ReferenceByXPathMarshallingStrategy.java (+11), ReferenceByXPathUnmarshaller.java (+11), SequenceGenerator.java (+11), TreeMarshaller.java (+11), TreeMarshallingStrategy.java (+11), TreeUnmarshaller.java (+11)
joehni 2007-12-07 21:06 Rev.: 1341

Add LookAndFeelConverter (XSTR-456).

8 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+8)
joehni 2007-11-06 17:38 Rev.: 1297

Add general support for locally defined converters.

49 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/core: AbstractReferenceMarshaller.java (+1 -1), TreeMarshaller.java (+25 -12), TreeUnmarshaller.java (+23 -10)
joehni 2007-11-03 14:40 Rev.: 1290

Remove mapper dependency from DefaultConverterLookup.

11 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/core: DefaultConverterLookup.java (+8 -6), TreeUnmarshaller.java (+3 -2)
joehni 2007-10-22 17:27 Rev.: 1280

Refactor exceptions, have a documented base exception.

7 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/core: BaseException.java (+5 -20), TreeMarshaller.java (+2 -1)
joehni 2007-10-11 13:13 Rev.: 1272

Support for SAP JVM (XSTR-431).

36 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+36 -20)
joehni 2007-09-26 17:30 Rev.: 1267

XPath expressions used in references are now also XML-friendly encoded to match the real XML path (XSTR-420).
Added XmlFriendlyReader and XmlFriendlyWriter interfaces to access the functionality of the XmlFriendlyReplacer.
Added compatibility test case for XStream 1.2.x.
Factored out an abstract TreeMarshallingStrategy with an easy possibility to overload the creation of the contexts.

80 lines of code changed in 5 files:

  • src/java/com/thoughtworks/xstream/core: AbstractTreeMarshallingStrategy.java (new 55), ReferenceByIdMarshallingStrategy.java (+7 -24), ReferenceByXPathMarshallingStrategy.java (+7 -25), ReferenceByXPathUnmarshaller.java (+4 -1), TreeMarshallingStrategy.java (+7 -27)
joehni 2007-04-30 04:56 Rev.: 1128

Support Hitachi JVM (XSTR-373)

5 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+5 -1)
joehni 2007-04-05 02:46 Rev.: 1123

Fix exception hierarchy.

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: TreeMarshaller.java (+1 -1)
gas 2007-02-10 06:06 Rev.: 1102

removing static code

4 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+4 -18)
gas 2007-02-09 16:09 Rev.: 1101

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

31 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+31)
joehni 2006-12-29 23:32 Rev.: 1076

Fix serialized DecimalFormatSymbols for JDK 6 in XmlFriendyTest (XSTR-370).
Introduce JDK 6 support in JVM class.

7 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+7 -4)
joehni 2006-11-10 17:28 Rev.: 1049

Adjust svn properties.

0 lines of code changed in 16 files:

  • src/java/com/thoughtworks/xstream/core: AbstractReferenceMarshaller.java (changed), AbstractReferenceUnmarshaller.java (changed), BaseException.java (changed), DefaultConverterLookup.java (changed), JVM.java (changed), MapBackedDataHolder.java (changed), ReferenceByIdMarshaller.java (changed), ReferenceByIdMarshallingStrategy.java (changed), ReferenceByIdUnmarshaller.java (changed), ReferenceByXPathMarshaller.java (changed), ReferenceByXPathMarshallingStrategy.java (changed), ReferenceByXPathUnmarshaller.java (changed), SequenceGenerator.java (changed), TreeMarshaller.java (changed), TreeMarshallingStrategy.java (changed), TreeUnmarshaller.java (changed)

(138 more)