Marc R. Hoffmann

Results 355 comments of Marc R. Hoffmann

Hi @Marc-Maathuis, all the lists are assembled automatically from publicly available resources. For Red Hat we parse this list: https://developers.redhat.com/products/openjdk/download Any idea where I can get a list of supported...

Hi @maxandersen, currently only java.* and javax.* packages are considered. Internal API (sun.* etc) are excluded as well as jdk.* modules. I expect lots of changes in those (because they...

Hi @michael-o thanks for reporting this! Indeed we don't run our regression tests on windows. Indeed it looks like [windows has different escape logic](https://en.wikipedia.org/wiki/Escape_character#Windows_Command_Prompt). Do you know how Maven handles...

Hi, we'll investigate when we find time for this. Can you please provide the class files without JaCoCo instrumentation? Thx? In any case I wonder what is the value of...

Hi, JaCoCo maintainer here trying to manage expectations. This is a tough problem to solve (especially in absence of reproducer) and a solution may result in a breaking change in...

@michaelruppen Yes, the JaCoCo agent allows exclusion by class name. See: https://www.jacoco.org/jacoco/trunk/doc/agent.html I don't know how the build/test tool you're using allows to set these parameters.

@michaelruppen `excludeclassloader` is probably the wrong setting. Regarding Gradle you have to check with the Gradle project which maintains the JaCoCo integration. See https://www.jacoco.org/jacoco/trunk/doc/integrations.html

@bkronemeyer As we don't have an reproducer we cannot analyze this (see tag "reproducer required"). If you get the error please provide an executable reproducer, preferably a GitHub repository.

@mkj-gram @bkronemeyer I appologies, I now see that you already provided the classes. Please understand that this project is maintained by two people in their free time. Everything we do...

@bkronemeyer If I understand the issue correctly this happens at runtime. Here the only option is to instruct the agent to not instrument certain packages. See [agent documentation](https://www.jacoco.org/jacoco/trunk/doc/agent.html). For example:...