Hello there, My team uses a model transformation language called QVTo, which we develop in eclipse. Currently we have unit tests which are a jUnit file which specify input and expected output and the QVTo file to run, and then there's some Java code in there that actually runs the transformation.
So my question is: is it feasible to extend EclEmma to compute (rudimenary) code coverage and show highlighting for other languages in Eclipse? It occurred to us since the functionality/GUI would be extremely similar to EclEmma, but the abstract syntax tree and function types are different. I know EclEmma/JaCoCo support Scala, but I haven't figured out whether there's some special adapter code for that, or because it's so similar to Java it just works anyway? Basically I'm looking for advice like "this sounds really hard and a terrible idea" or "take a look at this class in the EclEmma/JaCoCo source". Otherwise we just end up implementing an independent Eclipse plugin. Any ideas? Thanks in advance, Christine -- 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/groups/opt_out.
