Marc R. Hoffmann

Results 355 comments of Marc R. Hoffmann

@Godin Sure, additional configuration is bad. My assumptions was that the common package prefix needs to be specified anyways in Kotlin builds, but probably this happens [magically](https://kotlinlang.org/docs/reference/coding-conventions.html#source-code-organization) in the Kotlin...

Hi @JavierSegoviaCordoba, I implemented a new lookup heuristic in #953. Bit as @Godin noticed this will break other szenarios because lookup become fuzzy. My personal preference is to drop this...

@pernilla your scenario is not what this bug is about. If your source file ExampleController.kt in src/main/kotlin/com/example/controller has package com.example.controller you're leaving out common parent packages in your source tree....

@keyzj No need to ask, we track all work here.

@bjkail Thanks for the detailed explanation! Do you think you could create a minimal reproducer? JaCoCo agent is already minimized. So preloading all classes would actually be an option if...

@bjkail @Godin We have an pending issue for this: #177. ASM folks have a branch which fixes this. But I never found the time to verify.

@Godin Please see #177 for follow-up.

@Godin How cool is that: I wasn't aware that ASM is extensible for custom attributes. I will have a closer look how this could be integrated in ICoverageNodes and finally...

@vmassol Please do not report the same issue to different bugs. See my answer at #115

@vmassol Sorry for my overhasty response, I didn't want to offend you.