Directory src/java/com/thoughtworks/xstream/annotations/

Directory Created:
2005-08-11 09:36
Total Files:
11
Deleted Files:
1
Lines of Code:
437

[root]/src/java/com/thoughtworks/xstream/annotations

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 83 (100.0%) 1082 (100.0%) 13.0
mauro 14 (16.9%) 584 (54.0%) 41.7
joehni 52 (62.7%) 320 (29.6%) 6.1
gas 17 (20.5%) 178 (16.5%) 10.4

Most Recent Commits

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

Update version 'upcoming' with 1.3

12 lines of code changed in 5 files:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationProvider.java (+3 -3), AnnotationReflectionConverter.java (+2 -2), Annotations.java (+3 -3), XStreamContainedType.java (+2 -2), XStreamImplicitCollection.java (+2 -2)
joehni 2007-12-10 21:50 Rev.: 1345

Add license headers to core.

117 lines of code changed in 11 files:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationProvider.java (+10), AnnotationReflectionConverter.java (+10), Annotations.java (+12), XStreamAlias.java (+11), XStreamAsAttribute.java (+10), XStreamContainedType.java (+11), XStreamConverter.java (+11), XStreamConverters.java (+11), XStreamImplicit.java (+10), XStreamImplicitCollection.java (+11), XStreamOmitField.java (+10)
joehni 2007-11-25 20:41 Rev.: 1329

Spelling.

3 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: XStreamOmitField.java (+3 -2)
joehni 2007-11-20 16:16 Rev.: 1318

Use deprecated code only in compatibility test.
Use proper test names.
Code clean-up.

2 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+2 -19)
joehni 2007-11-17 13:59 Rev.: 1314

Annotation refactoring, part II

25 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationProvider.java (+1), AnnotationReflectionConverter.java (+2 -1), Annotations.java (+22 -230)
joehni 2007-11-15 17:36 Rev.: 1309

Recommit deprecation changes after svn restore

3 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationProvider.java (+1), AnnotationReflectionConverter.java (+1), XStreamContainedType.java (+1)
joehni 2007-11-12 17:45 Rev.: 1306

Deprecate @XStreamContainedType

3 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+2 -4), XStreamContainedType.java (+1)
joehni 2007-11-10 19:32 Rev.: 1305

Fix @since tags.

2 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: XStreamAsAttribute.java (+1 -1), XStreamImplicit.java (+1 -1)
joehni 2007-11-10 18:58 Rev.: 1303

Annotation refactoring, part 1: Introduced AnnotationMapper, deprecated AnnotationReflectionConverter and AnnotationProvider.

14 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationProvider.java (+13 -11), AnnotationReflectionConverter.java (+1)
joehni 2007-11-06 01:15 Rev.: 1296

spelling

1 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationProvider.java (+1 -1)
joehni 2007-10-22 17:27 Rev.: 1280

Refactor exceptions, have a documented base exception.

2 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+2 -2)
gas 2007-06-06 11:32 Rev.: 1190

Correctly handling @XStreamImplicit with parameterized types

8 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+8 -1)
gas 2007-06-01 21:56 Rev.: 1189

Allowing fields with several parameterized types using @XStreamImplicit: XSTR-404

11 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+11 -7)
joehni 2007-05-20 05:13 Rev.: 1174

Fix @since to 1.2.2

2 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: XStreamAsAttribute.java (+1 -1), XStreamImplicit.java (+1 -1)
gas 2007-05-05 20:36 Rev.: 1153

Adding support to ommit field through annotations

24 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+6), XStreamOmitField.java (new 18)
gas 2007-05-05 20:27 Rev.: 1152

Fixing recursive calls for declared fields

7 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+7 -5)
gas 2007-04-24 09:46 Rev.: 1127

XStreamContainedType support for any kind of parameterized fields

30 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+27 -9), XStreamContainedType.java (+3 -4)
gas 2006-12-24 18:49 Rev.: 1071

java 1.3 and annotations support for specific (field as attribute feature) and (field aliasing)

32 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+13 -3), XStreamAsAttribute.java (new 19)
joehni 2006-12-08 16:33 Rev.: 1065

Adjust thrown exceptions.

73 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationReflectionConverter.java (+67 -57), Annotations.java (+6 -2)
gas 2006-12-07 09:41 Rev.: 1063

XSTR-368 caches instantiated converters

15 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationReflectionConverter.java (+15 -4)

(15 more)