Directory groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler/

Directory Created:
2005-03-19 23:12
Total Files:
3
Deleted Files:
0
Lines of Code:
392

Browse with ViewVC

[root]/groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler

Lines of Code

groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
fraz 21 (100.0%) 543 (100.0%) 25.8

Most Recent Commits

fraz 2006-06-04 11:03

Wrapped classloader creation inside an AccessController.doPrivileged block

9 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler: GroovyCompiler.java (+9 -3)
fraz 2006-06-04 10:34

Added FindBugs report to the set of build artifacts

14 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler: GroovyCompiler.java (+14 -16)
fraz 2006-02-26 12:52

Updated copyright statement for 2006 at last...

3 lines of code changed in:

fraz 2005-07-10 00:31

GROOVY-939: Rolled back usages of ProjectJdk, updated the Groovy JSR-03-SNAPSHOT JAR file, and added support for IntelliJ IDEA Irida build #3397

4 lines of code changed in:

fraz 2005-07-05 00:11

GROOVY-939: Started passing the project/module JDK around...

GROOVY-941: Fixed bug caused by not using the canonical form of the path to the (virtual) file that failed to compile

23 lines of code changed in:

fraz 2005-07-01 05:59

GROOVY-607: ...

Reworked GroovyCompiler to group files to be compiled by module and compilation unit.

GroovyCompiler now creates compilation units with a GroovyClassLoader bound to a URLClassLoader configured to search the classpath of a given module

Refreshed the groovy-all JAR to the latest JSR-03 snapshot



Housekeeping: Refactored a large number of unit tests to improve their readability

282 lines of code changed in:

fraz 2005-06-19 02:12

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

2 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler: GroovyCompiler.java (+2 -2)
fraz 2005-06-15 02:00

GROOVY-607: Added the unpacking of GroovyRuntimeException's occuring during the processing of compilation errors

8 lines of code changed in:

fraz 2005-06-11 01:37

Housekeeping: ...



Updated groovy.psi.g to reflect the recent changes made to groovy.g

Updated GroovyCompiler to use MultipleCompilationErrorsException instead of CompilationFailedException

Updated to support Irida build #3354 using the latest Groovy snapshot

15 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler: GroovyCompiler.java (+15 -25)
fraz 2005-05-15 15:17

Housekeeping: Suppressed most Xlint warnings caused by the migration to JDK 1.5 / Updated supported IntelliJ IDEA Irida build number to 3326

9 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler: GroovyCompiler.java (+9 -9)
fraz 2005-03-22 08:49

Housekeeping: decreased class member visibility here and there...

3 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler: GroovyCompiler.java (+3 -3)
fraz 2005-03-21 09:17

Housekeeping: fixed minor typo in test name and simplified the implementation of the GroovyCompiler.isCompilableFile method

1 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler: GroovyCompiler.java (+1 -2)
fraz 2005-03-19 23:12

GROOVY-607: Implemented compilation of Groovy classes and scripts as part of the built-in project/module compilation mechanism in IDEA

170 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/compiler: GroovyCompiler.java (new 170)
Generated by StatSVN 0.3.2-SNAPSHOT