FWIW, the code I'm using right now is:
ByteArrayOutputStream byteStream = new ByteArrayOutputStream();
ExecutionDataWriter dataWriter = new ExecutionDataWriter(byteStream);
executor.submit(new ReportDataHandler(socket, dataWriter));
It seems simple enough, but simple doesn't always mean it will work, and
writing tests for this stuff is a serious chore.
--
You received this message because you are subscribed to the Google Groups
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.