Directory groovy/groovy-core/src/test/org/codehaus/groovy/tools/

Directory Created:
2003-09-22 19:50
Total Files:
4
Deleted Files:
0
Lines of Code:
334

Browse with ViewVC

[root]/groovy/groovy-core/src/test/org/codehaus/groovy/tools

                                    directory in repo groovydoc (2 files, 99 lines)

                                    directory in repo xml (5 files, 221 lines)

Lines of Code

groovy/groovy-core/src/test/org/codehaus/groovy/tools/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 30 (100.0%) 499 (100.0%) 16.6
jstrachan 21 (70.0%) 359 (71.9%) 17.0
bob 2 (6.7%) 86 (17.2%) 43.0
cpoirier 2 (6.7%) 18 (3.6%) 9.0
paulk 3 (10.0%) 17 (3.4%) 5.6
spullara 1 (3.3%) 16 (3.2%) 16.0
glaforge 1 (3.3%) 3 (0.6%) 3.0

Most Recent Commits

paulk 2007-04-04 06:37

reformat test code

17 lines of code changed in:

jstrachan 2005-03-02 09:23

updated the test cases to use JSR parser syntax

0 lines of code changed in:

spullara 2004-12-14 01:08

Got rid of the places in the code that gratuitusly print stack traces even though the message is being propagated up the stack to be dealt with.

16 lines of code changed in:

cpoirier 2004-04-19 08:29

Centralized compilation management and error handling.



Compilation is now managed by SourceUnit and CompilationUnit objects to which errors

are reported. CompilerConfiguration provides a single object for controlling compiler

configuration. CompilationFailedException is thrown for any compilation failures, and

links back to the CompilationUnit and SourceUnit that discovered the problem and that

house the error messages. These objects all reside in org.codehaus.groovy.control.

18 lines of code changed in:

jstrachan 2004-03-12 08:45

Fix to avoid variable scope leakage causing wierd bytecode exceptions

0 lines of code changed in:

jstrachan 2004-03-11 21:27

added new goal for running the tests quicker

4 lines of code changed in:

jstrachan 2004-03-11 21:10

fix for nested closures and outermost class fields being used

140 lines of code changed in:

glaforge 2004-01-29 01:33

Refactored GroovyClassLoader.parseClass() and GroovyShell.evaluate() methods, according to http://jira.codehaus.org/secure/ViewIssue.jspa?key=GROOVY-161

3 lines of code changed in:

jstrachan 2004-01-20 18:20

an updated generation of the groovy-jdk documentation

18 lines of code changed in:

jstrachan 2003-10-28 18:02

Minor refactor - moved the AntBuillder and GroovyMBean classes into the groovy.util package to make the groovy APIs simpler to use.



Also cleaned up the javadoc somewhat ensuring there's a package descriptor for each package

2 lines of code changed in:

jstrachan 2003-10-08 17:24

Re-added the CompilerTest which is handy for debugging things by turning on the debug flag & seeing the assembly bytecode of the generated classes.



Fixed a number of bugs where the AST contained internal ASM / JVM class names, rather than normal class names. (e.g. to use groovy.lang.Closure instead of groovy/lang/Closure)



Also got closure to implementing the runtime of CompositeStrings, though its not quite there yet

93 lines of code changed in:

bob 2003-10-06 00:49

Refactoring of compilation stuff.

Broke FileSystemCompiler apart from core compilation engine.

Added a StringCompiler.

Introduced GroovyClass as a container of class name and bytes.

86 lines of code changed in:

jstrachan 2003-10-05 20:26

Numerous changes



* constructors now seem to work

* closures now have an optional delegate - so markup builders can force all method calls to redirect to it for simpler markup

* various fixes and new test cases

3 lines of code changed in:

jstrachan 2003-10-01 19:24

added more stuff to the todo list and fixed a bug for using nested closures for building trees

2 lines of code changed in:

jstrachan 2003-09-30 15:13

fix which corrects multiple closures or inner classes having the same name

2 lines of code changed in:

jstrachan 2003-09-26 18:36

Moved the GroovyTestCase into the core groovy.lang package (since the primary use case for Groovy to start with is writing unit test cases). We could move this to groovy.test later on maybe.



Also I've updated the copyright notice to be to myself and bob

1 lines of code changed in:

jstrachan 2003-09-26 18:12

refactored code so that groovy.lang is the core package available to groovy scripts which is implicitly imported

2 lines of code changed in:

jstrachan 2003-09-26 08:11

updated documentation links and fixed the access of outer class fields for inner classes

5 lines of code changed in:

jstrachan 2003-09-24 19:48

nearly got closures working - just need to add the constructor to the inner class and they're just about working

1 lines of code changed in:

jstrachan 2003-09-23 17:37

fixed some failing tests - refined the bytecode generation somewhat

3 lines of code changed in:

(1 more)

Generated by StatSVN 0.3.2-SNAPSHOT