Directory groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/src/org/codehaus/groovy/eclipse/core/compiler/

Total Files:
3
Deleted Files:
0
Lines of Code:
428

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/src/org/codehaus/groovy/eclipse/core/compiler

Lines of Code

groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/src/org/codehaus/groovy/eclipse/core/compiler/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
emp 8 (100.0%) 291 (100.0%) 36.3

Most Recent Commits

emp 2007-03-12 03:47

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.

204 lines of code changed in:

emp 2007-03-11 01:27

Updated compiler test, and contexts factory tests for new compiler API.

83 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/src/org/codehaus/groovy/eclipse/core/compiler: GroovyCompilerTests.java (+83 -56)
emp 2007-03-07 20:12

More Java 1.5 -> 1.4 changes.

3 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/src/org/codehaus/groovy/eclipse/core/compiler: GroovyCompilerTests.java (+3 -3)
emp 2007-03-07 19:51

Changed StringBuilder to StringBuffer for 1.4 compatibility

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/src/org/codehaus/groovy/eclipse/core/compiler: GroovyCompilerTests.java (+1 -1)
emp 2007-03-02 22:05

Initial cut of code completion support code. Completion expression finder, type evaluator,

various lookup interfaces, etc, etc.

0 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core.test/src/org/codehaus/groovy/eclipse/core/compiler: GroovyCompilerTests.java (changed)
Generated by StatSVN 0.3.2-SNAPSHOT