Evgeny Mandrikov

Results 252 comments of Evgeny Mandrikov

@marchof regarding > I have one question though that bugs me: If I understand correctly, the inlined code is analyzed separately and then counters are merged later. How is merging...

As described and shown in https://github.com/jacoco/jacoco/pull/1670 calculation of coverage for Kotlin `inline` functions requires analysis of call sites. For example after placing your main code into `src/main/kotlin/com/example/myapplication/Example.kt` your test code...

> Turns out we do have fast debug builds - try via our API: > > e.g. https://api.adoptium.net/v3/binary/latest/21/ga/linux/x64/debugimage/hotspot/normal/eclipse @karianna this link gives archive with `.debuginfo` files, but to me fastdebug...

> instead of Temuring build Or fastdebug builds provided by Amazon Coretto https://downloads.corretto.aws/#/downloads?build=nightly ? https://aws.amazon.com/about-aws/whats-new/2023/06/nightly-builds-amazon-corretto/ > fast-debug builds, which contain assertions on JVM state and correctness

@glllions there are many Java distributions, so which one exactly do you use to be sure that we'll be able to reproduce this, ie what is the output of ```...

Nevermind, was able to reproduce using ``` openjdk version "17.0.2" 2022-01-18 LTS OpenJDK Runtime Environment Zulu17.32+13-CA (build 17.0.2+8-LTS) OpenJDK 64-Bit Server VM Zulu17.32+13-CA (build 17.0.2+8-LTS, mixed mode, sharing) ```

AFAICS nowadays there are two ways to specify `-javaagent` in Wildfly - in `MODULE_OPTS` or in `JAVA_OPTS`. Unfortunately last one is incompatible with JaCoCo agent option `jmx=true`. But fortunately seems...

Here is draft of PR that AFAICS solves this issue - #1651 I'll polish it for merging and add explanations later. To test it you can download zip from the...

> The Java 21 build still shows 30 "no main description" warnings @marchof yes, but they are not in `org.jacoco.core` 😉