[root]/groovy/ide/groovyj/src/test/org/codehaus/groovy/intellij/irida
Restored changes committed since 27th April 2006:
- Updated jMock SNAPSHOT JAR files to version 1.1.0 RC-1
- Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files
- Made GroovyJ build on IDEA Demetra build #5289
- Made GroovyJ a plug-in module and restored Java 5's synax highlighting for IDEA Demetra build #5289
- Added an IDEA project file with groovyj and groovy-core modules and shared Run/Debug configuration + EMMA code coverage
- Restored the DTD declaration in the plug-in's deployment descriptor
- Updated a test in GroovyPsiParser to use a more syntactically correct Groovy code snippet
- Replaced hardcoded constant with delegation to one of IDEA's obscure utility classes in GroovyParserDefinition
- Added missing annotations
5 lines of code changed in:
Updated copyright statement for 2006 at last...
2 lines of code changed in:
GROOVY-607: Updated GroovyController to append a given module's source folders to the classpath of a corresponding compiler configuration
Housekeeping: Replaced old-style for loops with 1.5 ones for Iterable instances
4 lines of code changed in:
GROOVY-602: Applied a number of refactorings to the current codebase, particularly around the implementation of Groovy runtime configurations
40 lines of code changed in:
GROOVY-618: Updated GroovyFileType and GroovySupportLoader to use a skeletal implementation of GroovyLanguage
0 lines of code changed in:
Updated year in copyright statement
2 lines of code changed in:
Tidied up the test suite by taking advantage of jMock's auto-verification of expectations set on mocked instances
Updated build.xml to prepare for continuous integration
3 lines of code changed in:
Completed IntelliJ IDEA Open API move from Pallada to Irida (build #3212)
Updated third party libraries
61 lines of code changed in:
Initial check-in of libraries, tests, and other project artifacts
35 lines of code changed in: