[root]/groovy/groovy-core/src/main/groovy/ui
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 121 (100.0%) | 3731 (100.0%) | 30.8 |
| jstrachan | 30 (24.8%) | 1366 (36.6%) | 45.5 |
| alang | 9 (7.4%) | 628 (16.8%) | 69.7 |
| glaforge | 11 (9.1%) | 622 (16.7%) | 56.5 |
| jez | 17 (14.0%) | 271 (7.3%) | 15.9 |
| dierk | 14 (11.6%) | 222 (6.0%) | 15.8 |
| yuri | 4 (3.3%) | 202 (5.4%) | 50.5 |
| spullara | 3 (2.5%) | 146 (3.9%) | 48.6 |
| blackdrag | 15 (12.4%) | 91 (2.4%) | 6.0 |
| cpoirier | 4 (3.3%) | 58 (1.6%) | 14.5 |
| cstein | 3 (2.5%) | 45 (1.2%) | 15.0 |
| graeme | 2 (1.7%) | 33 (0.9%) | 16.5 |
| paulk | 2 (1.7%) | 26 (0.7%) | 13.0 |
| tug | 3 (2.5%) | 11 (0.3%) | 3.6 |
| sstirling | 2 (1.7%) | 5 (0.1%) | 2.5 |
| phk | 2 (1.7%) | 5 (0.1%) | 2.5 |
additional tests
25 lines of code changed in:
Add groovy.lang.GroovySsytem to hold system data
1 lines of code changed in:
First step in making MetaClass an interface
1 lines of code changed in:
remove null response when processing line by line with autoOutput enabled
1 lines of code changed in:
* fixes the groovyConsole by removing the setting of a non existent property
1 lines of code changed in:
GROOVY-1507: add line numbers to the command-line options
Thanks to a patch from Joachim Baumann
5 lines of code changed in:
GROOVY-1508: Add option -a <splitpattern> to allow auto split of lines read when using command-line scripts (via -e)
Thanks to a patch from Joachim Baumann
21 lines of code changed in:
GROOVY-1353: Let's get Groovy with an apostrophe
1 lines of code changed in:
GROOVY-1372: Added ability to specify parent class loader in constructor
4 lines of code changed in:
GROOVY-1371: Added ability to specify parent class loader in constructor
29 lines of code changed in:
Remove all @Property usage
9 lines of code changed in:
secound try... 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.
10 lines of code changed in:
Show last evaluated result after "go" in groovysh
24 lines of code changed in:
GROOVY-1220: groovyConsole broken after new Scoping: closed thanks to blackdrags latest commit
5 lines of code changed in:
fixes GROOVY-1220 (broken Console) but at the expense of dropping Exception visualization
36 lines of code changed in:
Fix so that AssertionErrors are handled properly.
1 lines of code changed in:
Console was reporting null result when result was [], "" or 0
2 lines of code changed in:
Fix error with bindings when creating a new window
133 lines of code changed in:
commented out the layout of the runWaitDialog since it broke the groovyConsole. Also needs to be fixed in SwingBuilder since dialog.setLayout is not possible but only dialog.contentPane.setLayout.
1 lines of code changed in:
Added new features to Console
- intercepts std output
- binds last result to '_' and history of results to '__'
303 lines of code changed in:
(86 more)