[root]/groovy/ide/grails-eclipse/org.codehaus.grails.eclipse.samples.types/src/org/codehaus/grails/eclipse/samples/types
3 lines of code changed in:
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).
5 lines of code changed in:
Initial import - Adding domain find* method sample.
87 lines of code changed in: