![]() | ![]() |
[root]/src/test/com/thoughtworks/xstream/converters/basic
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 27 (100.0%) | 291 (100.0%) | 10.7 |
joe | 9 (33.3%) | 163 (56.0%) | 18.1 |
joehni | 15 (55.6%) | 118 (40.5%) | 7.8 |
mauro | 3 (11.1%) | 10 (3.4%) | 3.3 |
Add license headers to core.
22 lines of code changed in 2 files:
Attribute named like transient field did abort deserialization of following fields (XSTR-428).
Fix CharConverter unit tests.
0 lines of code changed in 1 file:
Solution for JDK 5 at Codehaus' Bamboo ??
1 lines of code changed in 1 file:
DateConverter uses now by default SimpleDateFormat instances in non-lenient mode (XSTR-424).
13 lines of code changed in 1 file:
Compares unmarshalled dates with result of date parsed with SimpleDateFormat.
43 lines of code changed in 1 file:
Organize imports.
0 lines of code changed in 1 file:
Fix for JDK 1.3
21 lines of code changed in 1 file:
DateConverters do not respect change in time zone (found as result of XSTR-396).
14 lines of code changed in 1 file:
Adjust svn properties.
0 lines of code changed in 3 files:
Deprecate ClassMapper, CannotResolveClassException and NameMapper to remove alias package at all in later verrsions.
Remove any deprecated stuff from 1.1.x.
2 lines of code changed in 2 files:
Fix JDK 1.3 issues.
2 lines of code changed in 1 file:
Bit the bullet and replaced the test suite decorator with a horrible static util class. Not elegant, but seems to keep IDEA happy.
11 lines of code changed in 1 file:
Some tests were still failing when run in different timezones. Created a generic junit test decorator to look after timezones.
6 lines of code changed in 1 file:
Fixed backwards compatability issue: The new DateConverter did not understand one of the (buggy) xml formats produced by an older version of XStream.
Also updated the test so it consistently passes, no matter what timezone you are in.
18 lines of code changed in 1 file:
Use GMT as the reference timezone. If not in GMT, you need to
change your computers timezone to run the tests.
3 lines of code changed in 1 file:
Readded old format to preserve back-compat
4 lines of code changed in 1 file:
XSTR-159: included time zone in format
3 lines of code changed in 1 file:
CharConverter support \0 char
19 lines of code changed in 1 file:
Prevented thread safety test from hanging forever.
1 lines of code changed in 1 file:
Replaced ThreadLocal based DateFormat with a pooling mechanism. Scales better in apps with more threads (such as web-apps).
2 lines of code changed in 1 file:
(3 more)