[root]/groovy/ide/groovy-eclipse/org.codehaus.groovy.eclipse.astviews/src/org/codehaus/groovy/eclipse/astviews
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 19 (100.0%) | 816 (100.0%) | 42.9 |
| emp | 16 (84.2%) | 798 (97.8%) | 49.8 |
| jervin | 1 (5.3%) | 16 (2.0%) | 16.0 |
| jshickey | 1 (5.3%) | 1 (0.1%) | 1.0 |
| davekerber | 1 (5.3%) | 1 (0.1%) | 1.0 |
The ASTViewer will now show element information under its tree
nodes, as probably originally intended by the author.
16 lines of code changed in:
Fixed calls to GroovyPlugin.getPlugin()
1 lines of code changed in:
whitespace - testing new svn access
1 lines of code changed in:
Silly error in previous fixes, fixed.
4 lines of code changed in:
Created a utility class for Java 1.4 compatability. It only implements a version of Class.simpleName(Class) for now.
Updated files to use this instead of the Java 1.5 method.
7 lines of code changed in:
Updated dependencies to new plug-ins org.codehause.groovy.eclipse.core and org.codehause.groovy.eclipse.ui.
3 lines of code changed in:
Added check for null property values.
7 lines of code changed in:
Fixed error, accidentally commited silly code before. Removed it.
0 lines of code changed in:
Modifications to label generation. More info now in labels,
and more meaningful ones for some fields.
25 lines of code changed in:
Overzealous commenting out of redundant code has my double click action commented out
too. It is now back.
32 lines of code changed in:
Added a guard around input setting code preventing Eclipse from sometimes going bezerk
with an endless stream of error dialogs.
Commented out boilerplate code for some other time, no useless buttons visible now.
129 lines of code changed in:
Initial import. Groovy AST Viewer.
591 lines of code changed in: