Directory groovy/groovy-core/src/test/groovy/script/

Directory Created:
2003-10-31 10:01
Total Files:
14
Deleted Files:
2
Lines of Code:
193

Browse with ViewVC

[root]/groovy/groovy-core/src/test/groovy/script

Lines of Code

groovy/groovy-core/src/test/groovy/script/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 267 (100.0%) 5.2
jstrachan 43 (84.3%) 232 (86.9%) 5.3
tug 2 (3.9%) 21 (7.9%) 10.5
glaforge 3 (5.9%) 10 (3.7%) 3.3
mguillem 2 (3.9%) 3 (1.1%) 1.5
blackdrag 1 (2.0%) 1 (0.4%) 1.0

Most Recent Commits

mguillem 2007-02-01 17:21

GROOVY-1690

Add package declaration corresponding to the folder for (most of) unit tests where it was missing.

3 lines of code changed in:

tug 2006-06-09 14:50

Remove all @Property usage

21 lines of code changed in:

glaforge 2005-06-12 16:06

Missing def, required by Jochen's changes if we enable the JSR scope checks

8 lines of code changed in:

blackdrag 2005-04-04 23:42

added property syntax

1 lines of code changed in:

jstrachan 2005-03-30 19:43

fixed a few more test cases

2 lines of code changed in:

jstrachan 2005-03-03 11:05

got more of the tests passing

20 lines of code changed in:

jstrachan 2005-03-02 09:23

updated the test cases to use JSR parser syntax

1 lines of code changed in:

jstrachan 2004-04-16 18:17

added a helper method 'evaluate' for use inside scripts to evaluate groovy expressions

14 lines of code changed in:

jstrachan 2004-03-11 21:10

fix for nested closures and outermost class fields being used

1 lines of code changed in:

jstrachan 2004-03-10 15:13

test cases & patches for more closure related issues

12 lines of code changed in:

jstrachan 2004-03-10 13:05

Fixes to closures & groovymarkup where if methods & properties are available on the outer class they are used, otherwise the owner (most outer class) is used.



This avoids issues with markup where methods are called on the outer class being lost

64 lines of code changed in:

jstrachan 2004-03-09 18:25

test cases for GROOVY-249

22 lines of code changed in:

jstrachan 2004-03-09 18:10

test cases for GROOVY-249

0 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

2 lines of code changed in:

jstrachan 2004-01-16 20:17

Fix for GROOVY-46 to allow function definitions inside scripts

0 lines of code changed in:

jstrachan 2004-01-16 17:03

test cases and fix for allowing a class to be declared in a script and then instantiated

0 lines of code changed in:

jstrachan 2004-01-12 13:07

Fixes for GROOVY-94, GROOVY-118, GROOVY-114, GROOVY-113, GROOVY-111, GROOVY-99



Also added the first cut of the user guide



Patched the JUnit test case generation from the wiki to handle scripts as well as methods.



Patched the $ escaping logic to allow $${foo} to be used to represent the ${foo} string



Made strings support multi-line spanning



Improved some of the lexical exception messages



Added sample script to convert HTML into wiki notation



Added useWriter/Reader/InputStream/OutputStream making it easier to work with streams without having to clutter your code with resource closing code.

0 lines of code changed in:

jstrachan 2004-01-09 19:16

fixed bug with call of method with no object in static method

1 lines of code changed in:

jstrachan 2004-01-08 19:16

added more test cases and fixed a bug introduced by recent fix

0 lines of code changed in:

jstrachan 2003-12-19 18:54

Heaps of fixes for various bytecode generation issues we had.



These were mostly related to inner/outer variables and with postfix operators.



I think most of them are gone now except Zohars bug and Rod's Swing issue

1 lines of code changed in:

(11 more)

Generated by StatSVN 0.3.2-SNAPSHOT