Marc R. Hoffmann

Results 355 comments of Marc R. Hoffmann

@nathanila Any suggestions are welcome! To get started I recommend to write down some simple multi-condition expressions, compile them and take a look at the byte code (e.g. with javap)....

@rliesenfeld Thanks for sharing your insights here! That's why I don't think we will ever do source code parsing for JaCoCo. Rather we use compiler features like the CharacterRangeTable attribute.

@C-Otto This issue is about creating a mapping back to the source code to give the user meaningful information about individual branches in from the source point of view. I...

@narner90 As you can read from the status of this issue: It is **OPEN**. This means we're working on it. It is not yet implemented.

@ice1000 What exactly is the value of a "+1" comment? Just use Github's thumbs-up function or contribute something for the solution.

@Godin Right, we can't filter from inside a Jar (this might be another story). I don't know how soon we will see multi-release Jars. That's more like a reminder.

@djchapm Why does the `META-INF/**` exclusion not work for you?

Did you already test this fix? Does it solve the problem you observe?

@ganxiyun I mean does this patch resolve the problem in your setup that you describe at the beginning?

@ganxiyun Ok, thanks for the info! I'm a bit reluctant to merge this without fully understanding the impact. My questions are: * `TcpConnection`is also use in tcpserver mode. Do we...