I read in forum that reports are normally not generated if classes under coverage are not the same the ones at runtime. How do we ensure the same.
In my POM, class files in question are same. Is there a way to find out the classes generated (I tried classdumpDir, but not getting any classes created). through instrumentation etc. On Wednesday, 12 March 2014 16:37:56 UTC, Bangar Milind wrote: > > Hello, > > I am having strange issue with Jacoco (0.6.5.*). > > My current environment is : > > JDK : 1.6 > Eclipse : Juno > > Its a Maven project, which uses Aspects (part of separate JAR) file used > as dependency within parent POM. > > Attaching the output which I am getting after running the coverage. > > There are only 3 Unit Tests against which I am running Jacoco, but not > sure where the problem is. > > Is it something to do with use of AspectJ??? > > The test cases run absolutle fine, with jacoco.exec getting generated, > except that it does not have coverage data in it.... Would be clear from > the attachments. > > Any help please!!!! > > Milind > > > -- 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.
