[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/.settings
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:
The Groovy Eclipse Core build should work now.
62 lines of code changed in:
Type inference code. Required various small changes.
TypeEvaluator now takes a ITypeEvaluationContext. An inferring context does type inference as needed.
Inferences include: local variables and fields and method return types. This is the start of much more to come.
3 lines of code changed in:
Set up J2SE-1.4 as minimum execution environment.
Introduced a ParameterInfo. It is just a TypeInfo but stores the name of the parameter as well as the type.
Added Groovy property into IMemberLookup implementations.
4 lines of code changed in:
Initial import part 2.
16 lines of code changed in: