Hi,

this is a inner class. Try to exclude with a wildcard, this should also exclude inner classes: com.foo.bar.EntityMessageHandlerImpl*

Regards,
-marc

On 11.12.14 23:04, [email protected] wrote:
[WARNING] Rule violated for class com.foo.bar.EntityMessageHandlerImpl.1: lines 
covered ratio is 0.00, but expected minimum is 0.75

I do have a class called com.foo.bar.EntityMessageHandlerImpl, and I have added an 
<exclude> in the pom file for it. But until I add an explicit exclude also for 
com.foo.bar.EntityMessageHandlerImpl.1 (notice the dot-one at the end), build will 
not succeed.

This only happens to a couple of my classes. I have a mix of classes in my 
exclude and most of them are ignored if the coverage is below min limit.

What can I do to help debug this further?

Thanks
-Sundar




--
You received this message because you are subscribed to the Google Groups "JaCoCo 
and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jacoco/548D62B8.2030602%40mountainminds.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to