Directory groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model/

Directory Created:
2004-01-29 10:17
Directory Deleted:
2007-02-08 04:02
Total Files:
0
Deleted Files:
14
Lines of Code:
0

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model

Lines of Code

groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 115 (100.0%) 2875 (100.0%) 25.0
jshickey 38 (33.0%) 1380 (48.0%) 36.3
zohar 25 (21.7%) 631 (21.9%) 25.2
jervin 12 (10.4%) 331 (11.5%) 27.5
hmeling 7 (6.1%) 327 (11.4%) 46.7
jstrachan 4 (3.5%) 86 (3.0%) 21.5
emp 17 (14.8%) 85 (3.0%) 5.0
tug 3 (2.6%) 12 (0.4%) 4.0
blackdrag 2 (1.7%) 9 (0.3%) 4.5
davekerber 5 (4.3%) 8 (0.3%) 1.6
mcspanky 2 (1.7%) 6 (0.2%) 3.0

Most Recent Commits

emp 2007-02-08 04:02

Moved GroovyEclipse to *.eclipse.ui.

0 lines of code changed in:

davekerber 2007-01-26 06:46

Removing unused code to run groovy files

2 lines of code changed in:

jshickey 2007-01-16 23:37

fix for infinite loop trying to get modulenode for a file where there are no errors in the file being recompiled but there are errors on its superclasses. Note, the fix

will prevent the outline view from using updated AST info until all of the errors are fixed.

14 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model: GroovyProjectModel.java (+14 -1)
davekerber 2007-01-04 09:55

DJK - changes sysouts to trace calls

2 lines of code changed in:

davekerber 2007-01-04 09:53

DJK - Changed sysouts to trace calls

4 lines of code changed in:

jshickey 2006-12-21 00:02

applied patch for issue 1579 - add shortcuts to launch Groovy shell and groovy console

0 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model: GroovyConsole.java (new)
jshickey 2006-12-20 08:31

applied patches for issues 1600,1601 that fix problems with separate output folder for groovy classes

5 lines of code changed in:

jervin 2006-12-19 20:03

This is a set of quick fixes that address when you check in/delete multiple groovy enabled projects. Most of the

errors in the error view should go away now.

144 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model: GroovyProject.java (+144 -101)
jshickey 2006-12-09 19:33

removed commented code and cleaned up some warnings

2 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model: ItemPointer.java (+2 -13)
jshickey 2006-12-07 00:01

commented out call for MultipleCompilationErrorsException.getMessage() because it destroys the error list used to create error markers.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model: GroovyProject.java (+1 -1)
emp 2006-11-27 10:31

Refactored typo GroovyBuildListner to GroovyBuildListener.

Modified GroovyModel.addGroovyBuildListener()/removeGroovyBuildListener().

Why? So that external plugins can hook into the build process before the data in the

GroovyModel has been fully initialized by different parts of the GroovyPlugin.

The model now has one global listener which is added to each new GroovyProject. It

forwards nofitications to each listener added using addGroovyBuildListener.

85 lines of code changed in:

jshickey 2006-11-08 00:16

Initial version of hyperlink from console to Groovy source file

36 lines of code changed in:

jshickey 2006-09-16 17:48

fixed JIRA 1496. The plugin should work correctly if the Project root is the src and output directory.

51 lines of code changed in:

jervin 2006-08-31 19:55

Fixed an issue where the GroovyProject code to get the groovy output directory would go and create those output

locations in dependent projects even when they are not Groovy projects.

12 lines of code changed in:

jshickey 2006-08-31 18:42

removed check for null on return from getModuleNodes since

it has been changed to always return a List

2 lines of code changed in:

jshickey 2006-08-31 18:38

Return an empty list rather than a null to avoid null pointer exceptions

7 lines of code changed in:

jervin 2006-08-31 16:57

Added some code that will cause the 'bin-groovy' or workspace setting for the groovy output directory to be

created in existing Groovy Projects that don't have it yet.

23 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model: GroovyProject.java (+23 -5)
jervin 2006-08-31 16:20

Made a tiny little huge error with my submission that allows you to specify a different output location for groovy

class files. Namely that the output locations of java source compilation need to be added to the classpaths that

are passed to the Groovy compiler.. oops...

7 lines of code changed in:

  • groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model: GroovyProject.java (+7)
jervin 2006-08-31 15:22

GroovyProject has become a blob of a beast.

Refactored out the scriptPathModuleNodeMap and related routines into a new class called GroovyProjectModel

from GroovyProject.

72 lines of code changed in:

jervin 2006-08-31 14:25

Refactored a set of functions that were dispersed between GroovyPlugin and GroovyProject, bloating both.

These routines have to do with adding/removing the Groovy Nature and Runtime to a Java Project.

6 lines of code changed in:

(33 more)

Generated by StatSVN 0.3.2-SNAPSHOT