Directory groovy/groovy-core/src/test/gls/ch06/s05/testClasses/

Directory Created:
2005-09-16 13:04
Total Files:
6
Deleted Files:
0
Lines of Code:
300

Browse with ViewVC

[root]/groovy/groovy-core/src/test/gls/ch06/s05/testClasses

Lines of Code

groovy/groovy-core/src/test/gls/ch06/s05/testClasses/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 434 (100.0%) 27.1
tug 8 (50.0%) 308 (71.0%) 38.5
paulk 6 (37.5%) 114 (26.3%) 19.0
phk 2 (12.5%) 12 (2.8%) 6.0

Most Recent Commits

paulk 2007-04-04 06:37

reformat test code

114 lines of code changed in:

tug 2005-10-03 19:07

Trying to roll back the changes to invokeMethod - hold on to your hats!

0 lines of code changed in:

phk 2005-10-03 17:54

The four access modifiers (say, private, protected, public and package default)

to (static or not) methods should work like as they do in Java.



To do that, a new method



public Object invokeMethodAt(Class at, String name, Object args)



(which is a temporay replacement of the method "invokeMethod"),

has been added to the interface GroovyObject.



For a test suit, StaticMethodAccessBug.groovy and its companions have been added.

12 lines of code changed in:

tug 2005-09-16 13:04

First commit of name resolution tests. There will be many more to come.

They should be in the TCK tree but ther are issues with the test runner at the moment. They will be move to thier correct palce when the issues are resolved.

308 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT