[root]/groovy/groovy-core/src/test/groovy/lang
| 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 |
reformat test code
90 lines of code changed in:
sorry, forgot one change
2 lines of code changed in:
increased test coverage
3 lines of code changed in:
comment out boxLayout test for now (doesn't work in some environments)
1 lines of code changed in:
removed isGroovyObject method from MetaClass interface and changed impl in DelegatingMetaClass, adding test case
18 lines of code changed in:
test case for GroovySystem class
22 lines of code changed in:
add cobertura and jarjar to build
3 lines of code changed in:
support BigInteger in IntRange comparisons
21 lines of code changed in:
GROOVY-1468 plus changed range contains() and test to least surprise version to comply with GINA
1 lines of code changed in:
little XML tweaks
1 lines of code changed in:
Remove all @Property usage
2 lines of code changed in:
test for adding additional phases in GCL
25 lines of code changed in:
groovy version of the class loader test with more tests
166 lines of code changed in:
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:
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:
A more groovy version (sleep 1000) ... thanks to MrG
1 lines of code changed in:
Add delay time before modifying the file so that the last Modified timestamps
are different.
3 lines of code changed in:
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:
GROOVY-1246: First shot of an all-groovy Mock support. Supports strict mocks and loose stubs.
3 lines of code changed in:
misspelled file name. was replaced some time ago without removing he misspelled one
0 lines of code changed in:
(52 more)