Directory groovy/groovy-core/src/test/groovy/lang/

Directory Created:
2003-09-26 18:12
Total Files:
20
Deleted Files:
5
Lines of Code:
1869

Browse with ViewVC

[root]/groovy/groovy-core/src/test/groovy/lang

Lines of Code

groovy/groovy-core/src/test/groovy/lang/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 113 (100.0%) 2388 (100.0%) 21.1
jstrachan 57 (50.4%) 1267 (53.1%) 22.2
blackdrag 10 (8.8%) 276 (11.6%) 27.6
dierk 7 (6.2%) 254 (10.6%) 36.2
ckl 2 (1.8%) 123 (5.2%) 61.5
paulk 20 (17.7%) 122 (5.1%) 6.1
glaforge 4 (3.5%) 97 (4.1%) 24.2
spullara 2 (1.8%) 94 (3.9%) 47.0
phk 1 (0.9%) 65 (2.7%) 65.0
graeme 2 (1.8%) 40 (1.7%) 20.0
goetze 1 (0.9%) 36 (1.5%) 36.0
galleon 2 (1.8%) 4 (0.2%) 2.0
jez 1 (0.9%) 3 (0.1%) 3.0
cpoirier 1 (0.9%) 3 (0.1%) 3.0
tug 1 (0.9%) 2 (0.1%) 2.0
fraz 1 (0.9%) 2 (0.1%) 2.0
cstein 1 (0.9%) 0 (0.0%) 0.0

Most Recent Commits

paulk 2007-04-04 06:37

reformat test code

90 lines of code changed in:

paulk 2007-03-30 08:51

sorry, forgot one change

2 lines of code changed in:

paulk 2007-03-29 12:39

increased test coverage

3 lines of code changed in:

paulk 2007-03-12 13:42

comment out boxLayout test for now (doesn't work in some environments)

1 lines of code changed in:

graeme 2007-02-24 17:05

removed isGroovyObject method from MetaClass interface and changed impl in DelegatingMetaClass, adding test case

18 lines of code changed in:

graeme 2007-02-24 16:37

test case for GroovySystem class

22 lines of code changed in:

paulk 2007-02-24 02:47

add cobertura and jarjar to build

3 lines of code changed in:

paulk 2007-01-04 06:38

support BigInteger in IntRange comparisons

21 lines of code changed in:

paulk 2006-12-01 21:28

GROOVY-1468 plus changed range contains() and test to least surprise version to comply with GINA

1 lines of code changed in:

paulk 2006-11-05 11:23

little XML tweaks

1 lines of code changed in:

tug 2006-06-09 14:50

Remove all @Property usage

2 lines of code changed in:

blackdrag 2006-06-06 16:06

test for adding additional phases in GCL

25 lines of code changed in:

blackdrag 2006-06-06 15:53

groovy version of the class loader test with more tests

166 lines of code changed in:

blackdrag 2006-06-06 15:33

this patch contains some minor changes as a result of a findbugs analyses and the second part of the GCL changes. The inner classes in CompilationUnit are renamed, GCL does cache sources again and some documentation is added

0 lines of code changed in:

blackdrag 2006-05-30 19:27

third part... this patch introduces deep changes in the classlaoder structure. A ReflectorLaoder is introduced, specialized to load the Reflectors without the overhead a GroovyClassLoader would give. This Loader should also make the Relfector process a bit less fragil. GCL is now not any longer recompiling by default, but recompiling can be controled through the compiler configuration and a method in case of subclassing GCL. It should be now more easy to write custom versions of the GCL as the class loading process is more modularized and can be overwritten in subclasses at many points. This patch also changes the CompilationUnit into a state machine, going through the different compilation phases and executing all operations stored for that phase. This change allows to add operations without subclassing CompilationUnit, for example adding properties to each generated class.

4 lines of code changed in:

galleon 2006-03-29 22:08

A more groovy version (sleep 1000) ... thanks to MrG

1 lines of code changed in:

galleon 2006-03-29 21:15

Add delay time before modifying the file so that the last Modified timestamps

are different.

3 lines of code changed in:

blackdrag 2006-03-03 01:39

fix for Groovy-1250



Changed the classlaoders to throw ClassNotFoundException when when a class is found which is the same only when comparing caseinsensitive. Also the creation of the URLs is now part of a PriviledgedAction, so the SecurityTest will not complain. I removed some duplicate code from the MetaClassImpl and changed the coercion mechanism in MetaClassHelper completly so it can work without the IllegalArgumentExceptions. ResolveVisitor will now not test classes without packages two times.

16 lines of code changed in:

dierk 2006-02-16 01:00

GROOVY-1246: First shot of an all-groovy Mock support. Supports strict mocks and loose stubs.

3 lines of code changed in:

blackdrag 2006-02-13 21:40

misspelled file name. was replaced some time ago without removing he misspelled one

0 lines of code changed in:

(52 more)

Generated by StatSVN 0.3.2-SNAPSHOT