Open GoogleCodeExporter opened 9 years ago
Original comment by JohnnyJianHY
on 4 Sep 2013 at 1:27
[deleted comment]
After looking into the code a bit, changing the condition for the call to
ClassProxyMetaClass.checkAndDo at ClassProxyMetaClass.invokeStaticMethod might
be sufficient enough to fix that issue.
Something like: staticExpectationsEmpty || isCloverMethod(method)
where "isCloverMethod" could check for "$CLV_R$" as the method name.
PS: The cleanup was not complete: job.CloverTest should be just CloverTest.
Also at the "withClover2" test I just tried, if it makes any difference, if I
use a superclass (but as expected there was none) - you can ignore that one
also.
Original comment by Patrick....@gmail.com
on 9 Sep 2013 at 2:55
Original issue reported on code.google.com by
Patrick....@gmail.com
on 3 Sep 2013 at 5:53