A follow up question. I'm comparing Sessions to identify duplicates using the raw ExecutionData#probes (after all a dupe isn't defined by having the same % coverage) The ExecutionData, and therefore the comparison, still includes the test code which I would like to filter out by *reusing* *Jacoco's logic*. I've started looking through Analyzer but it gets deep pretty quick and clearly isn't intended for the casual API user to grok.
Can you provide any tips on on where I can hook into the first level of Analyzer logic (where it filters execution-class-ids by classes discovered) without the rest of the ASM + ICounter stuff -- 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/46457a1d-f76a-4913-a820-d683b36d9b83%40googlegroups.com.
