Directory groovy/groovy-core/src/test/gls/scope/

Directory Created:
2006-01-19 18:52
Total Files:
6
Deleted Files:
0
Lines of Code:
235

Browse with ViewVC

[root]/groovy/groovy-core/src/test/gls/scope

Lines of Code

groovy/groovy-core/src/test/gls/scope/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 256 (100.0%) 14.2
blackdrag 16 (88.9%) 254 (99.2%) 15.8
tug 2 (11.1%) 2 (0.8%) 1.0

Most Recent Commits

blackdrag 2007-01-22 13:16

* add a test to ensure the compiler complains when assigning a value to a class that is not declared as local variable before

9 lines of code changed in:

blackdrag 2006-12-23 12:28

* test to ensure that a class can be used to statically access a method and the runtime does not try to resolve the name as variable

9 lines of code changed in:

blackdrag 2006-07-25 20:27

extends the ability to check if a script is compileable and adds a test for static scopes. A static scope requires prefined variables if it is no class, field or property. A Closure is always a dynamic scope, even if the Closure is defined in a static method.

50 lines of code changed in:

tug 2006-06-09 14:50

Remove all @Property usage

2 lines of code changed in:

blackdrag 2006-01-27 13:21

fixes the array naming scheme and ome more tests

2 lines of code changed in:

blackdrag 2006-01-26 17:52

new test for multiple definitions of the same field in a class

19 lines of code changed in:

blackdrag 2006-01-26 11:29

removed a useless test

1 lines of code changed in:

blackdrag 2006-01-26 01:47

the start of a test to ensure that variables inside a block are not visible outside and that a change in a block will effect the outside if and only if the variable is from outside

23 lines of code changed in:

blackdrag 2006-01-26 01:46

test to asure that variables can have the same name as classes

15 lines of code changed in:

blackdrag 2006-01-26 01:08

some more scoping tests

29 lines of code changed in:

blackdrag 2006-01-25 23:43

package name added

2 lines of code changed in:

blackdrag 2006-01-19 18:52

first tests for the scoping

95 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT