[root]/groovy/ide/groovy-eclipse/GroovyEclipse/src/org/codehaus/groovy/eclipse/model
| 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 |
Moved GroovyEclipse to *.eclipse.ui.
0 lines of code changed in:
Removing unused code to run groovy files
2 lines of code changed in:
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:
DJK - changes sysouts to trace calls
2 lines of code changed in:
DJK - Changed sysouts to trace calls
4 lines of code changed in:
applied patch for issue 1579 - add shortcuts to launch Groovy shell and groovy console
0 lines of code changed in:
applied patches for issues 1600,1601 that fix problems with separate output folder for groovy classes
5 lines of code changed in:
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:
removed commented code and cleaned up some warnings
2 lines of code changed in:
commented out call for MultipleCompilationErrorsException.getMessage() because it destroys the error list used to create error markers.
1 lines of code changed in:
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:
Initial version of hyperlink from console to Groovy source file
36 lines of code changed in:
fixed JIRA 1496. The plugin should work correctly if the Project root is the src and output directory.
51 lines of code changed in:
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:
removed check for null on return from getModuleNodes since
it has been changed to always return a List
2 lines of code changed in:
Return an empty list rather than a null to avoid null pointer exceptions
7 lines of code changed in:
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:
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:
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:
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)