Directory groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/builder/

Directory Created:
2007-02-08 03:33
Total Files:
2
Deleted Files:
0
Lines of Code:
153

Browse with ViewVC

[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/builder

Lines of Code

groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/builder/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 6 (100.0%) 157 (100.0%) 26.1
emp 4 (66.7%) 155 (98.7%) 38.7
jervin 2 (33.3%) 2 (1.3%) 1.0

Most Recent Commits

jervin 2007-02-23 21:50

Renamed the org.codehaus.groovy.eclipse.core plugin to org.codehaus.groovy.eclipse. Also changed the Builder

Nature to org.codehaus.groovy.eclipse.groovyBuilder and the Project nature to

org.codehaus.groovy.eclipse.groovyNature. This is as was agreed to in the conference call, that it would be

bad to break everyone's old groovy projects because of the ID changes. To rename one of the ID's it was

easier to rename the core plugin, I left the project name alone so as to not have so many changes at once. It

would probably still be a good idea to rename the project, since having the plugin and project name syncrhonized,

while not necessary, is a good convention.

2 lines of code changed in:

emp 2007-02-22 20:02

Removed deprecated API from GroovyModel and updated dependent sources.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/builder: GroovyBuilder.java (+1 -1)
emp 2007-02-22 06:57

Major refactoring of ancient and sacred code.

Deprecated several APIs in GroovyModel, which will be removed shortly. Other refactoring in there too.

ASTs are now recompiled when the source code changes externally. Now the outline view, problem markers etc,

are updated while editing. As a bonus, the flaky old completion code (I wrote it, so I can call it flaky) completes

more reliably and without requiring one to hit save every few keystrokes.

1 lines of code changed in:

  • groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.core/src/org/codehaus/groovy/eclipse/core/builder: GroovyBuilder.java (+1 -1)
emp 2007-02-08 03:33

Initial import part 2.

153 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT