[root]/xstream/src/java/com/thoughtworks/xstream
alias
(3 files, 46 lines)
annotations
(10 files, 483 lines)
converters
(10 files, 331 lines)
basic
(19 files, 515 lines)
collections
(10 files, 552 lines)
composite
(0 files, 0 lines)
enums
(3 files, 177 lines)
extended
(25 files, 1225 lines)
base64
(0 files, 0 lines)
javabean
(4 files, 588 lines)
lookup
(0 files, 0 lines)
old
(0 files, 0 lines)
reference
(0 files, 0 lines)
reflection
(14 files, 1864 lines)
core
(16 files, 986 lines)
util
(15 files, 1469 lines)
io
(10 files, 523 lines)
binary
(4 files, 714 lines)
copy
(1 files, 41 lines)
json
(2 files, 256 lines)
path
(5 files, 404 lines)
squidgey
(0 files, 0 lines)
xml
(36 files, 3856 lines)
xpp3
(0 files, 0 lines)
xppdom
(2 files, 225 lines)
mapper
(20 files, 1790 lines)
objecttree
(0 files, 0 lines)
reflection
(0 files, 0 lines)
persistence
(5 files, 441 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)
Add javadoc.
7 lines of code changed in:
Correct javadoc.
1 lines of code changed in:
Better name.
10 lines of code changed in:
Fix typo.
1 lines of code changed in:
Fix javadoc.
2 lines of code changed in:
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:
java 1.3 and annotations support for specific (field as attribute feature) and (field aliasing)
40 lines of code changed in:
Fix typo.
1 lines of code changed in:
Adjust svn properties.
0 lines of code changed in:
Replace "since upcoming" with real version.
1 lines of code changed in:
Add getReflectionProvider().
11 lines of code changed in:
Fix Javadoc errors.
1 lines of code changed in:
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:
Add @throws to javadoc (XSTR-326).
73 lines of code changed in:
XSTR-321: Applied patch2 from Paul Hammant.
1 lines of code changed in:
Small error message fix in XStream.java
12 lines of code changed in:
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:
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:
Simplify
1 lines of code changed in:
Added javadoc qualifiers @since 1.2 to new ctors with XmlFriendlyReplacer.
6 lines of code changed in:
(126 more)