[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/util
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.
0 lines of code changed in:
Some small type evaluator bugs. Extended the type evaluator to return types from array accesses. Bunch of other things, things are working nicely.
1 lines of code changed in:
Expression finder was confused with '..', e.g. for (i in 0..thing.le_) - quick fix.
8 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.
31 lines of code changed in:
Bug fixes and cleaning up after applying FindBugs.
19 lines of code changed in:
TokenStream and ExpressionFinder updates. Added tokens for comments to stop looking for expressions when comments
are hit.
120 lines of code changed in:
Polishing completion - most static completion now works. Still a few issues to polish out.
6 lines of code changed in:
Initial cut of code completion support code. Completion expression finder, type evaluator,
various lookup interfaces, etc, etc.
524 lines of code changed in:
Created a utility class for Java 1.4 compatability. It only implements a version of Class.simpleName(Class) for now.
Updated files to use this instead of the Java 1.5 method.
14 lines of code changed in:
Fixes for: http://jira.codehaus.org/browse/GROOVY-1754. Status pending on confirmation as I don't experience
problems on my installation.
98 lines of code changed in: