| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 12 (100.0%) | 137 (100.0%) | 11.4 |
| groovy/groovy-core/src/bin/ | 8 (66.7%) | 79 (57.7%) | 9.8 |
| groovy/groovy-core/src/main/org/codehaus/groovy/runtime/ | 2 (16.7%) | 41 (29.9%) | 20.5 |
| groovy/groovy-core/src/test/groovy/ | 2 (16.7%) | 17 (12.4%) | 8.5 |

The functionality for groupBy() on Maps has been postponed
to post-v1.0.
The code for this functionality and the respective test is
commented out in DefaultGroovyMethods and GroovyMethodsTest.
4 lines of code changed in:
Implement groupBy() for Maps as well as for Lists.
Jira Issue 1542.
Added the tests.
15 lines of code changed in:
Implement groupBy() for Maps as well as for Lists.
Jira Issue 1542.
39 lines of code changed in:
Argh. Removed echo statement used for debugging (2nd try).
0 lines of code changed in:
Cygwin-specific changes to fix the space-in-path problem
Added callback hooks for ~/.groovy/startup (all unix flavors)
and for %PROFILE%/.groovy/preinit.bat, init.bat, postinit.bat
69 lines of code changed in:
Patch for JIRA issue GROOVY-1521:
The startup scripts for Groovy executables have problems on non-Windows systems
10 lines of code changed in: