Directory groovy/groovy-core/src/test/groovy/bugs/priv/

Directory Created:
2005-10-03 17:54
Directory Deleted:
2005-10-03 19:12
Total Files:
0
Deleted Files:
4
Lines of Code:
0

Browse with ViewVC

[root]/groovy/groovy-core/src/test/groovy/bugs/priv

Developers

Author Changes Lines of Code Lines per Change
Totals 8 (100.0%) 0 (-) 0.0
tug 4 (50.0%) 0 (-) 0.0
phk 4 (50.0%) 0 (-) 0.0

Most Recent Commits

tug 2005-10-03 19:12

Remove the recently added tests

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.

0 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT