Tapio Rautonen

Results 46 comments of Tapio Rautonen

This would be very useful for example for disabling push notifications for users that have logged out. Any traction for the implementation?

I guess that you have equally named source files in different modules. The problem is that when running a multi-module project, the plugin gathers all modules as potential source directories...

The reason why it only occurs on some packages is how the source loading is implemented in the plugin. Let me enlighten some internals here. The plugin creates multiple source...

Hacks to get the coverage calculated just doesn't seem right. This issue is quite hard to solve and is now even more harder due to due to scanning source loaders...

And just realized that Cobertura does not store the fully qualified file name anywhere. In the aggregate mode it just tells which source roots are scanned and then uses relative...

Yea, I've quickly checked the existing implementations and I guess your implementation is at least close what we can do in this maven plugin. I was thinking if it made...

My guess is that something similar happens here what happens with scalac. Sorry that at the moment I have no time to investigate this more. You could check the exact...

My guess is that you have multi-module project containing duplicate package/class names. If this is the case, there is no current solution available because it's impossible to detect the correct...

Ok. I created a new snapshot that improves the exception message for the out of bounds issue. Could you add Sonatype's snapshot repository to your project and test with the...

This is very good question indeed why a build from travis results wrong coverage. I cloned the project locally and ran the same commands you have in your `travis.yml` and...