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

Directory Created:
2006-06-22 05:17
Total Files:
2
Deleted Files:
0
Lines of Code:
741

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 32 (100.0%) 1375 (100.0%) 42.9
joehni 31 (96.9%) 1085 (78.9%) 35.0
mauro 1 (3.1%) 290 (21.1%) 290.0

Most Recent Commits

joehni 2008-04-17 18:38 Rev.: 1466

Support collections and arrays with one element as JSON array with Jettison 1.0.

17 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (+17)
joehni 2008-04-08 17:21 Rev.: 1463

Upgrade Jettison and Woodstox.

2 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (+2 -2)
joehni 2008-02-20 21:47 Rev.: 1441

Fix: JsonHierarchicalStreamDriver writes wrong brackets around complex Java types with a single value.

178 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+178 -151)
joehni 2008-02-12 19:25 Rev.: 1425

Escape JSON strings according RFC 4627 (XSTR-411).
Add FAQ entry for limitations of JSON.

69 lines of code changed in 2 files:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (+20 -1), JsonHierarchicalStreamDriverTest.java (+49 -50)
joehni 2008-02-12 17:53 Rev.: 1420

Make test more readable.

21 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (+21 -19)
joehni 2008-01-25 09:14 Rev.: 1404

Fix unit test.

38 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+38 -34)
joehni 2008-01-25 08:31 Rev.: 1403

Maps generate valid JSON now.

168 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+168 -127)
joehni 2008-01-25 03:33 Rev.: 1401

Make JDK 1.3 compatible.

9 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+9 -7)
joehni 2008-01-24 17:59 Rev.: 1399

Calendar object could not be rendered with the JsonHierarchicalStreamWriter.

45 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+45 -1)
joehni 2007-12-19 04:02 Rev.: 1357

Fix auto-boxing.

2 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (+2 -2)
joehni 2007-12-19 03:57 Rev.: 1356

Add test for XSTR-460.

18 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (+18)
joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

21 lines of code changed in 2 files:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (+10), JsonHierarchicalStreamDriverTest.java (+11)
joehni 2007-12-01 00:21 Rev.: 1335

JSONHierarchicalStreamWriter no longer writes attributes for collection objects (XSTR-403).
Attributes are written otherwise with a prepended '@

160 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+160 -134)
joehni 2007-10-25 13:05 Rev.: 1284

Handle all primitives and their boxed counterpart for JsonHierarchicalStreamDriver (XSTR-446).

15 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+15 -1)
joehni 2007-10-18 07:52 Rev.: 1276

Fix XStream.createObjectOutputStream using the current driver to create the HSW (XSTR-443).

23 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (+23 -6)
joehni 2007-10-18 02:58 Rev.: 1273

Unify Jettison-based unit tests.

11 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (+11 -13)
joehni 2007-05-21 17:16 Rev.: 1177

Organize imports.

7 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+7 -8)
joehni 2007-05-07 19:41 Rev.: 1158

Fix JDK 1.3 build.
Jettison is based on JDK 1.4 (uses java.nio classes).
Fix SecurityManagerTest for ant build.
DynamicSecurityManager collects failing permissions.

8 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+8 -4)
joehni 2007-04-30 12:39 Rev.: 1130

Add tests for Maps.

20 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JsonHierarchicalStreamDriverTest.java (+20)
joehni 2007-04-30 09:17 Rev.: 1129

Added JSON support with Jettison (XSTR-391).

75 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream/io/json: JettisonMappedXmlDriverTest.java (new 75)

(10 more)