Directory groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/context/

Directory Created:
2007-03-02 22:05
Total Files:
3
Deleted Files:
8
Lines of Code:
141

Browse with ViewVC

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

                                                directory in repo impl (11 files, 859 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
emp 27 (100.0%) 179 (100.0%) 6.6

Most Recent Commits

emp 2007-04-03 04:16

Refactored SyntacticContextFactory. Cleaner code, now handles Groovy classes and Groovy scripts properly and uniformly.

Removed idea of semantic context. Renamed *SyntacticContext* to *SourceCodeContext*.

Updated documents to reflect the above.

Updated context tests, and added new test cases for Groovy scripts.

Fixed a bug in JavaElementCategoryLookup.

Fixed type inference bug when inside a Closure that is an initial value of a field (e.g. Grails actions).

93 lines of code changed in:

emp 2007-03-29 19:31

Added new files required for build.

56 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/context: ContextUtil.groovy (new 56)
emp 2007-03-29 12:05

Extension point for type so IMemberLookup can be contributed.

Small fixes in AbstractMemberLookup.

New code completers for local variables and class names.

Conversion to bin-groovy.

2 lines of code changed in:

emp 2007-03-26 03:53

Changed method signature to more meaningful setSyntacticContext.

3 lines of code changed in:

emp 2007-03-22 11:01

Some small type evaluator bugs. Extended the type evaluator to return types from array accesses. Bunch of other things, things are working nicely.

2 lines of code changed in:

emp 2007-03-14 22:43

Refactored code in preparation for type inference insertion. Better, simpler code in general now.

Many little fixes. Almost all 'something.(complete)' completions work now.

22 lines of code changed in:

emp 2007-03-02 22:05

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

various lookup interfaces, etc, etc.

1 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT