Hi, I'm trying to build an Eclipse Plug-in for Coverage-based Fault Localization (aka Spectrum-based Fault Localization (SFL)).
We have develop a program to get the coverage of each test and then calculate the suspicious value of each line, using Jacoco, it its here <https://github.com/henriquelemos0/jaguar>. Now, we are calling this program programmatically, from an Eclipse Plug-in ( Code-fores <https://github.com/henriquelemos0/code-forest>t). This class <(https://github.com/henriquelemos0/code-forest/blob/master/br.usp.each.saeg.code.forest.ui/src/br/usp/each/saeg/code/forest/ui/handlers/JaguarRunnable.java> is responsable,for now, for calling Jaguar passing the args and the -javaagent to the JVM. I'm trying to improve this. I'm new on Eclipse Plug-in Development and I'm trying to do the same thing as Eclemma does by calling every test and collect coverage information from Jacoco. Should I extend the JUnitLaunchConfigurationDelegate and call it from a 'Command'? Thanks -- 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]. For more options, visit https://groups.google.com/d/optout.
