Directory groovy/groovy-core/src/test/org/codehaus/groovy/control/

Directory Created:
2005-06-27 18:34
Total Files:
1
Deleted Files:
0
Lines of Code:
43

Browse with ViewVC

[root]/groovy/groovy-core/src/test/org/codehaus/groovy/control

                                    directory in repo io (2 files, 27 lines)

                                    directory in repo messages (1 files, 41 lines)

Lines of Code

groovy/groovy-core/src/test/org/codehaus/groovy/control/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 3 (100.0%) 47 (100.0%) 15.6
fraz 1 (33.3%) 43 (91.5%) 43.0
paulk 1 (33.3%) 2 (4.3%) 2.0
blackdrag 1 (33.3%) 2 (4.3%) 2.0

Most Recent Commits

paulk 2007-04-04 06:37

reformat test code

2 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.

2 lines of code changed in:

fraz 2005-06-27 18:34

GROOVY-835 / GROOVY-607 : Added tests to ensure that the classpath of a given CompilerConfiguration gets appended to that of a GroovyClassLoader used by a CompilationUnit

43 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT