Hi Marc, Everything looks good; because we are using PowerMock in few tests only and not for every class, I see errors on console for classes which do not use PowerMock saying that the class is already instrumented. Being we have around 3000+ classes in the project, Error log is too huge. Sometimes we are seeing Out Of Memory error during the build.
Is there any way we can check to instrument for only classes which are using PowerMock and skip others (*something like including and excluding*)? If yes, which way can we include or exclude the same. Should we statically include the classes or packages which are written using PowerMock or can we provide some additional config so that instrumentation happens only for classes which are using PowerMock dynamically? For any of the two possible ways above please provide a sample code. Thanks Yashwanth -- 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/82a61447-c1cb-4b2c-9c06-4cbf082c1914%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
