[root]/groovy/groovy-core/src/test/gls/ch06/s05/testClasses
reformat test code
114 lines of code changed in:
Trying to roll back the changes to invokeMethod - hold on to your hats!
0 lines of code changed in:
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:
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: