Evgeny Mandrikov

Results 252 comments of Evgeny Mandrikov

@marchof Could you take a look please? Some notes: - I'm not confident in change in MethodSanitizer, but without it label objects not the same at time of reading of...

What about case, when user really wanted to disable tests and so coverage (e.g. by using "-DskipTests") ?

This will eventually mean usage of two parameters to do single job ;) BTW I didn't said that I don't agree with a subject, in fact opposite - I agree....

@vmassol @marchof Guys, just to let you know - I want this ticket to be open and I'll work on it at the end of next week, when I'll come...

@poseidon-mysugr > `return Unit.INSTANCE` part should also be ignored It corresponds to non-suspended exit from a function, so either will be executed or function infinitely suspends. In both cases coverage...

@snowe2010 given that development happens publicly, GitHub does damn good job in showing all updates (see "Assignes" and "Milestones" field, linked tickets and other events, etc), so all repetative questions...

IMO statement "I'd like to work on this ticket" sounds quite different and seems more close to initial intention than the question "is this any closer to being resolved". Tickets...

> I believe problem can be hidden in agent's code. [JaCoCo Agent simply uses `java.io` APIs to create file](https://github.com/jacoco/jacoco/blob/master/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/FileOutput.java), which AFAIK use property `sun.jnu.encoding` when encoding/decoding filename paths, also Java...

> Can the difference be in how surefire forks VM for running tests? @SimSonic Might be. BTW `argLine` set by `jacoco-maven-plugin` for `maven-surefire-plugin` should be shown during execution of `prepapre-agent`...

Seems that in https://github.com/jacoco/jacoco/issues/1239#issuecomment-957914199 you show screenshot of FAR, I don't know which encoding is used by this one when reading filenames from disk and passing command-lines for execution, so...