-
Hello!
I have a class that extends another and the child inherits a method it overrules:
class parent {
int method() {
...
}
}
class child extends parent {
int method() {
int ret = super.method();
/* do some other stuff */
}
I'd like to fake the super, how do I do that?
Thanks,
2009-10-19 11:40:31 UTC by nobody
-
brolund committed patchset 16 of module rmock-framework to the rMock CVS repository, changing 1 files.
2007-07-30 06:08:06 UTC by brolund
-
brolund committed patchset 25 of module tools to the rMock CVS repository, changing 38 files.
2007-07-30 06:04:20 UTC by brolund
-
brolund committed patchset 15 of module rmock-framework to the rMock CVS repository, changing 1 files.
2007-07-28 10:11:24 UTC by brolund
-
brolund committed patchset 401 of module com.agical.rmock to the rMock CVS repository, changing 1 files.
2007-07-28 10:11:22 UTC by brolund
-
brolund committed patchset 6 of module rmock-skin to the rMock CVS repository, changing 1 files.
2007-07-28 10:11:21 UTC by brolund
-
brolund committed patchset 11 of module rmock-maven-plugin to the rMock CVS repository, changing 1 files.
2007-07-28 10:11:17 UTC by brolund
-
brolund committed patchset 5 of module rmock-skin to the rMock CVS repository, changing 1 files.
2007-06-02 18:54:48 UTC by brolund
-
brolund committed patchset 24 of module tools to the rMock CVS repository, changing 2 files.
2007-06-02 18:54:46 UTC by brolund
-
brolund committed patchset 14 of module rmock-framework to the rMock CVS repository, changing 2 files.
2007-06-02 18:54:44 UTC by brolund