![]() | ![]() |
[root]/src/test/com/thoughtworks/xstream
alias
(0 files, 0 lines)
converters
(1 files, 50 lines)
basic
(2 files, 194 lines)
collections
(4 files, 235 lines)
composite
(0 files, 0 lines)
enums
(8 files, 366 lines)
extended
(15 files, 1125 lines)
base64
(0 files, 0 lines)
javabean
(2 files, 524 lines)
reference
(0 files, 0 lines)
reflection
(9 files, 1121 lines)
core
(6 files, 373 lines)
util
(8 files, 633 lines)
io
(2 files, 259 lines)
binary
(2 files, 160 lines)
copy
(1 files, 55 lines)
json
(2 files, 741 lines)
path
(4 files, 339 lines)
squidgey
(0 files, 0 lines)
xml
(25 files, 2064 lines)
xpp3
(0 files, 0 lines)
xppdom
(0 files, 0 lines)
mapper
(4 files, 233 lines)
objecttree
(0 files, 0 lines)
reflection
(0 files, 0 lines)
persistence
(4 files, 981 lines)
testutil
(3 files, 161 lines)
util
(0 files, 0 lines)
xml
(0 files, 0 lines)
dom
(0 files, 0 lines)
dom4j
(0 files, 0 lines)
path
(0 files, 0 lines)
text
(0 files, 0 lines)
xpp3
(0 files, 0 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 49 (100.0%) | 688 (100.0%) | 14.0 |
joe | 28 (57.1%) | 360 (52.3%) | 12.8 |
jvanzyl | 7 (14.3%) | 142 (20.6%) | 20.2 |
joehni | 7 (14.3%) | 113 (16.4%) | 16.1 |
mauro | 6 (12.2%) | 44 (6.4%) | 7.3 |
gas | 1 (2.0%) | 29 (4.2%) | 29.0 |
Add license headers to core.
11 lines of code changed in 1 file:
Move StandardObject to package object.
1 lines of code changed in 1 file:
Collect 1.1 compatibility test.
9 lines of code changed in 1 file:
Adjust svn properties.
0 lines of code changed in 1 file:
tests for classes containing underline and fields containing underline
29 lines of code changed in 1 file:
Added AbstractXmlFriendlyDriver as base class for all xml-based drivers.
Removed XmlFriendlyReplacer from XStream facade - now injectable in all xml drivers.
1 lines of code changed in 1 file:
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).
3 lines of code changed in 1 file:
Test that unmarshals into 'this'.
35 lines of code changed in 1 file:
Fix closing stream twice (XSTR-244). Patch by Guilherme.
42 lines of code changed in 1 file:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
15 lines of code changed in 1 file:
Modified test to show dashes can be used in class aliases.
5 lines of code changed in 1 file:
Added testUnmarshalsObjectFromXmlWithUnderscores()
17 lines of code changed in 1 file:
Misc code cleanup and tiny performance tweaks.
1 lines of code changed in 1 file:
Applied patch by Gábor Lipták (XSTR-215)
2 lines of code changed in 1 file:
XSTR-179: Support for ObjectInputStream.registerValidation(ObjectInputValidation).
XSTR-178: Serialized inner class now maintains reference to outer class.
0 lines of code changed in 1 file:
Converters can now be registered with priorities associated. This allows finer grain customisation by end users. It also replaces the need for the concept of a 'default converter'
15 lines of code changed in 1 file:
XSTR-178: Inner classes now maintain reference to outer class
23 lines of code changed in 1 file:
Added XStream ObjectOutputStream.close() impl.
5 lines of code changed in 1 file:
ObjectInputStream detects end of stream and throws EOFException
8 lines of code changed in 1 file:
Two cool additions (with very little effort).
XSTR-168: SerializableConverter now handles classes that use getFields()/putFields().
XSTR-169: Drop in replacement from ObjectInputStream/ObjectOutputStream. Use XStream.createObjectInputStream().
35 lines of code changed in 1 file:
(29 more)