Marc R. Hoffmann

Results 355 comments of Marc R. Hoffmann

I would add execution environment `JavaSE-20` right now. It will be supported in 4 week with the upcoming Eclipse release.

> As many before have asked, any update on this card? @binkley See https://github.com/jacoco/jacoco/issues/654#issuecomment-886227181

@jtaub A good idea how JaCoCo can be reworked to support a N:M relationship between class files and source files. JaCoCo's coverage model assumes that each class file comes from...

> In Kotlin, inlining is a language feature that affects the semantics of the code, and not just a performance optimization. Therefore, an option to avoid inlining does not exist...

@ ddatsh @M4urici0GM Please understand that all progress is documented here. Such only distract maintainers from the actual work. That's why we cleanup our issues from useless clutter.

@kurahaupo This is how I also prefer to look at it and it possible with JaCoCo. The supported counters are: * TOTALCOUNT * COVEREDCOUNT * MISSEDCOUNT * COVEREDRATIO * MISSEDRATIO

> > I only have two minor cleanup proposals. > > @marchof actually maybe I myself have one more 😆 I have a feeling that maybe better to move `createFor`...

I wonder whether this `*Support` tool should be specific about the `InjectedClassRuntime` at all. I would encapsulate the aspect of loading/instantiating a arbitrary class in its own class loader. This...

@paulo-santos Thanks for pointing this out. I'll update this issue.

@javi-alt Filtering must be applied when creating the report, not at runtime for the agent.