Is there any reason why EclEmma(JaCoCo based)
in Eclipse falsely reports the code coverage while using the GwtMockitoTestRunner
?
Looking at it's source code, it does install it's own class loader and does byte code manipulation using the Javassist library
. Could this affect the code coverage tool anyhow?