Hi Igal,
your observation is correct: With the new filtering feature in 7.10-SNAPSHOT the exec file format has not been touched. Filtering happens at analysis time (report generation). As long as Sonar does not use a new JaCoCo release it will not support filtering.
We hope to release 0.8.0 these days... stay tuned.
Cheers,
-marc
--
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 jacoco+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/ff12bf84-5971-4fab-8781-368974a7adf1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Igal,
1. Correct, filtering is implemented as report generation time only. This is by design to keep the exec file format stable and simplify configuration: Otherwiese filtering would be required to be configured at runtime AND analysis time the exact same way and exec file format would change every time we add new filters. So exec files are and will not be affected by filtering. (Mabe other features or bug fixes will change the exec file format in future but not filtering).
2. Sonar needs to pick-up our next release. Normally this happens quite quickly. The only way to do it right now is to build a custom version of Sonar. Please understand that we cannot provide support for our downstream products.
Regards,
-marc
To view this discussion on the web visit https://groups.google.com/d/msgid/jacoco/604df15d-05b7-4b74-836c-d17ce5b398d6%40googlegroups.com.
I just want to see if I understand things right:The exec file format is not changed and will not be changed in 0.7.10 official release and 0.8.0 versions (in respect to the lombok filtering), and this is by design?
The Sonar needs to be "updated" (how?)
Is there a way to do that right now, with the 0.7.10-SNAPSHOT? to be able (also) to filter the lombok annotations in the exec file?