Directory groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser/

Directory Created:
2005-04-08 22:25
Total Files:
8
Deleted Files:
6
Lines of Code:
25970

Browse with ViewVC

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
fraz 54 (100.0%) 30239 (100.0%) 559.9

Most Recent Commits

fraz 2006-12-02 22:19

Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

Updated the Groovy 1.0 RC-1 SNAPSHOT JAR files

14 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+14 -38)
fraz 2006-07-10 23:07

Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

1 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+1 -3)
fraz 2006-06-28 00:37

Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

14 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+14 -5)
fraz 2006-06-16 23:10

Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

9 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+9 -6)
fraz 2006-03-13 21:50

Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

2 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+2 -9)
fraz 2006-02-26 12:52

Updated copyright statement for 2006 at last...

6 lines of code changed in:

fraz 2006-01-14 02:49

Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

1 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+1 -1)
fraz 2006-01-06 23:42

Housekeeping: Updated the Groovy JSR-05-SNAPSHOT JAR files and groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

1 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+1 -1)
fraz 2005-11-13 18:24

Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

1 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+1 -1)
fraz 2005-09-20 19:51

Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

5 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+5)
fraz 2005-07-17 21:40

GROOVY-914: Added PSI coverage for constructors, inner interfaces, and method definitions in groovy.psi.g

GROOVY-914: Aligned GroovyPsiBuilder with its IDEA counterpart, as of Irida build #3408

144 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+144 -42)
fraz 2005-07-16 09:41

Housekeeping: Updated the Groovy JSR-03-SNAPSHOT JAR file

Housekeeping: Fixed a number of code inspection warnings reported by IDEA's InspectionGadgets plug-in

Housekeeping: Removed unused Groovy scripts under src/etc/check

6 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+6 -4)
fraz 2005-07-07 02:52

Housekeeping: Updated groovy.psi.g to reflect the recent changes made to groovy.g in groovy-core

11 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+11 -9)
fraz 2005-06-13 20:30

GROOVY-601: Updated groovy.psi.g to reflect the recent changes made to groovy.g

4 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+4 -3)
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

6 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+6 -2)
fraz 2005-05-30 23:51

GROOVY-601: ...

Updated groovy.psi.g to reflect the latest changes made to groovy.g in revision 1.27

Updated GroovyLexer to emit CommonHiddenStreamToken tokens

Updated GroovyRecognizer to use TokenStreamHiddenTokenFilter so that WS, SL_COMMENT, and ML_COMMENT tokens can be retrieved as adjacent to significant tokens



Housekeeping: ...

Updated the Groovy JSR-2 snapshot

Updated third-party libraries: jMock, CGLib, and ASM

210 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+210 -149)
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

7 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (+7 -8)
fraz 2005-05-13 01:18

GROOVY-601: Completed first significant step in the embedding of PsiBuilder usage within Groovy's ANTLR parser...

Restored groovy.psi.g to implement the grouping of newlines and whitespaces into the NLS token to be consistent with IntelliJ IDEA's handling of whitespaces

Removed lexer and parser generated by the patched groovy.g for ANTLR 2.8

Removed unused IMPORT_STATEMENT and STATIC_IMPORT_STATEMENT constants from GroovyElementTypes

3737 lines of code changed in:

fraz 2005-05-07 02:39

GROOVY-601: Started transition from using the PsiBuilder API to adding equivalent actions to the Groovy tree parser

0 lines of code changed in:

  • groovy/ide/groovyj/src/java/org/codehaus/groovy/intellij/language/parser: groovy.psi.g (del)
fraz 2005-05-07 02:10

GROOVY-601: Added tree parser patch and generated ANTLR 2.8 artifacts given the restrictions on redistributing the associated JAR file

18245 lines of code changed in:

(10 more)

Generated by StatSVN 0.3.2-SNAPSHOT