[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test
.settings
(3 files, 19 lines)
META-INF
(1 files, 17 lines)
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
groovy
(0 files, 0 lines)
eclipse
(0 files, 0 lines)
core
(0 files, 0 lines)
context
(0 files, 0 lines)
impl
(0 files, 0 lines)
src
(0 files, 0 lines)
org
(0 files, 0 lines)
codehaus
(0 files, 0 lines)
groovy
(0 files, 0 lines)
eclipse
(0 files, 0 lines)
core
(3 files, 108 lines)
compiler
(3 files, 428 lines)
context
(0 files, 0 lines)
impl
(5 files, 525 lines)
impl
(1 files, 61 lines)
test
(0 files, 0 lines)
compiler
(0 files, 0 lines)
type
(3 files, 489 lines)
util
(2 files, 465 lines)
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 15 (100.0%) | 127 (100.0%) | 8.4 |
| emp | 10 (66.7%) | 91 (71.7%) | 9.1 |
| jervin | 4 (26.7%) | 28 (22.0%) | 7.0 |
| davekerber | 1 (6.7%) | 8 (6.3%) | 8.0 |
9 lines of code changed in:
Set bin-groovy as output.
11 lines of code changed in:
9 lines of code changed in:
Fix to syntactic context inside of method arguments being reported as a MethodParametersContext.
1 lines of code changed in:
Error recovery. Custom parser plugins and modified Groovy grammar to deal with common case of a dangling '.'. a. a?. a[10]. a._ { and so on.
The recovered CST can be used to build an AST. The resulting AST will have quirks, but is usuable for code completion.
Sources generated from the modified grammar are included so no one has to mess around with Antlr etc.
Completion now works in Groovy scripts.
Plugin now exports groovy-1.0.jar, antlr-2.7.5.jar, asm-2.2.jar, asm-tree.2.2.jar - required for error recovering parser.
25 lines of code changed in:
Just moving the groovy compiler's binary output to the ( I suppose ) standardized bin directory.
8 lines of code changed in:
Initial cut of code completion support code. Completion expression finder, type evaluator,
various lookup interfaces, etc, etc.
7 lines of code changed in:
2 lines of code changed in:
Fixed build path error
8 lines of code changed in:
Removed deprecated API from GroovyModel and updated dependent sources.
6 lines of code changed in:
Initial import. Test cases for new *.core, ie. GroovyCompiler.
41 lines of code changed in: