Sample Active Escrow Report Developers: gas

Login name:
gas
Total Commits:
116 (2.1%)
Lines of Code:
3265 (4.0%)
Most Recent Commit:
2007-10-07 11:32

Activity by Clock Time

Activity by Hour of Day for gas

Activity by Day of Week for gas

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 116 (100.0%) 3265 (100.0%) 28.1
src/test/com/thoughtworks/xstream/persistence/ 12 (10.3%) 1067 (32.7%) 88.9
src/java/com/thoughtworks/xstream/persistence/ 23 (19.8%) 694 (21.3%) 30.1
src/test/com/thoughtworks/acceptance/annotations/ 10 (8.6%) 365 (11.2%) 36.5
src/java/com/thoughtworks/xstream/converters/reflection/ 11 (9.5%) 241 (7.4%) 21.9
src/java/com/thoughtworks/xstream/mapper/ 6 (5.2%) 185 (5.7%) 30.8
src/java/com/thoughtworks/xstream/annotations/ 17 (14.7%) 178 (5.5%) 10.4
src/test/com/thoughtworks/acceptance/ 3 (2.6%) 163 (5.0%) 54.3
src/java/com/thoughtworks/xstream/ 7 (6.0%) 145 (4.4%) 20.7
src/test/com/thoughtworks/xstream/converters/reflection/ 1 (0.9%) 82 (2.5%) 82.0
src/java/com/thoughtworks/xstream/core/ 3 (2.6%) 37 (1.1%) 12.3
src/test/com/thoughtworks/xstream/converters/extended/ 2 (1.7%) 30 (0.9%) 15.0
src/test/com/thoughtworks/xstream/ 1 (0.9%) 29 (0.9%) 29.0
src/java/com/thoughtworks/xstream/util/ 7 (6.0%) 21 (0.6%) 3.0
src/test/com/thoughtworks/xstream/core/ 1 (0.9%) 9 (0.3%) 9.0
/ 2 (1.7%) 7 (0.2%) 3.5
src/java/com/thoughtworks/xstream/io/xml/ 1 (0.9%) 6 (0.2%) 6.0
src/test/com/thoughtworks/xstream/util/ 3 (2.6%) 3 (0.1%) 1.0
src/java/com/thoughtworks/xstream/converters/ 2 (1.7%) 2 (0.1%) 1.0
src/java/com/thoughtworks/xstream/converters/extended/ 1 (0.9%) 1 (0.0%) 1.0
distribution/src/content/ 3 (2.6%) 0 (0.0%) 0.0

Activity of gas

Most Recent Commits

gas 2007-10-07 11:32 Rev.: 1269

fixing typos

3 lines of code changed in 1 file:

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

Correctly handling @XStreamImplicit with parameterized types

41 lines of code changed in 2 files:

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

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

31 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+11 -7)
  • src/test/com/thoughtworks/acceptance/annotations: AnnotationsTest.java (+20)
gas 2007-05-05 20:36 Rev.: 1153

Adding support to ommit field through annotations

40 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+6), XStreamOmitField.java (new 18)
  • src/test/com/thoughtworks/acceptance/annotations: AnnotationsTest.java (+16 -5)
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

97 lines of code changed in 3 files:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+27 -9), XStreamContainedType.java (+3 -4)
  • src/test/com/thoughtworks/acceptance/annotations: AnnotationsTest.java (+67 -35)
gas 2007-04-10 10:36 Rev.: 1125

support for sorting field through a ReflectionProvider dependency (FieldDictionary)

423 lines of code changed in 13 files:

  • distribution/src/content: faq.html (changed)
  • src/java/com/thoughtworks/xstream: XStream.java (+55 -54)
  • src/java/com/thoughtworks/xstream/converters/reflection: DefaultFieldKeySorter.java (new 17), FieldDictionary.java (+21 -68), FieldKey.java (new 62), FieldKeySorter.java (new 16), PureJavaReflectionProvider.java (+14 -2), ReflectionProvider.java (+5 -5), ReflectionProviderWrapper.java (+3 -4), SortableFieldKeySorter.java (new 86), Sun14ReflectionProvider.java (+9 -1)
  • src/test/com/thoughtworks/acceptance: SortableFieldListTest.java (new 53)
  • src/test/com/thoughtworks/xstream/converters/reflection: SortableFieldKeySorterTest.java (new 82)
gas 2007-02-10 06:06 Rev.: 1102

removing static code

4 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/core: JVM.java (+4 -18)
gas 2007-02-09 16:09 Rev.: 1101

Support for awt and sql is now optional: xstream now works on embedded virtual machines lacking such apis (by Nicolas Gros d'Aillon)

58 lines of code changed in 4 files:

  • distribution/src/content: changes.html (changed), team.html (changed)
  • src/java/com/thoughtworks/xstream: XStream.java (+27 -15)
  • src/java/com/thoughtworks/xstream/core: JVM.java (+31)
gas 2006-12-24 18:49 Rev.: 1071

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

322 lines of code changed in 11 files:

  • src/java/com/thoughtworks/xstream: XStream.java (+40)
  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+13 -3), XStreamAsAttribute.java (new 19)
  • src/java/com/thoughtworks/xstream/converters/reflection: AbstractReflectionConverter.java (+7 -4)
  • src/java/com/thoughtworks/xstream/mapper: AttributeAliasingMapper.java (+74), AttributeMapper.java (+43 -4), DefaultMapper.java (+16), Mapper.java (+34), MapperWrapper.java (+16)
  • src/test/com/thoughtworks/acceptance: AttributeTest.java (+25 -3)
  • src/test/com/thoughtworks/acceptance/annotations: AnnotationsTest.java (+35 -2)
gas 2006-12-07 09:41 Rev.: 1063

XSTR-368 caches instantiated converters

82 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationReflectionConverter.java (+15 -4)
  • src/test/com/thoughtworks/acceptance/annotations: AnnotationReflectionConverterTest.java (new 67)
gas 2006-11-07 06:52 Rev.: 1042

fixes XSTR-358 using the default constructor instead of the reflection providers

25 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: AnnotationReflectionConverter.java (+25 -5)
gas 2006-10-24 08:44 Rev.: 1014

dont use Calendar due to jdk's issues

26 lines of code changed in 1 file:

  • src/test/com/thoughtworks/acceptance/annotations: AnnotationFieldConverterTest.java (+26 -38)
gas 2006-08-29 16:41 Rev.: 944

test case for annotation cycle bug and better support to such cycles

37 lines of code changed in 2 files:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+12 -9)
  • src/test/com/thoughtworks/acceptance/annotations: AnnotationsTest.java (+25 -1)
gas 2006-08-24 08:46 Rev.: 940

Adds support for graph cycles.

3 lines of code changed in 1 file:

  • src/java/com/thoughtworks/xstream/annotations: Annotations.java (+3 -4)
gas 2006-08-18 12:02 Rev.: 936

distribution zip should include the tools source folder

1 lines of code changed in 1 file:

  • build.xml (+1)
gas 2006-07-29 11:13 Rev.: 908

tests for classes containing underline and fields containing underline

29 lines of code changed in 1 file:

  • src/test/com/thoughtworks/xstream: XStreamTest.java (+29)
gas 2006-07-28 13:24 Rev.: 903

copy javadoc files to the website after running the ci build

6 lines of code changed in 1 file:

  • continuous-integration.xml (+6)
gas 2006-07-28 12:50 Rev.: 902

updated @since

6 lines of code changed in 5 files:

  • src/java/com/thoughtworks/xstream/converters: MarshallingContext.java (+1 -1), UnmarshallingContext.java (+1 -1)
  • src/java/com/thoughtworks/xstream/converters/extended: CharsetConverter.java (+1 -1)
  • src/java/com/thoughtworks/xstream/converters/reflection: ReflectionProviderWrapper.java (+1 -1)
  • src/java/com/thoughtworks/xstream/mapper: Mapper.java (+2 -2)
gas 2006-07-28 11:34 Rev.: 900

converter tests

30 lines of code changed in 2 files:

  • src/test/com/thoughtworks/xstream/converters/extended: CharsetConverterTest.java (new 13), RegexPatternConverterTest.java (new 17)

(22 more)