Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ and code coverage?

Hello,

we have the same tool chain (Cobertura/Maven2) and the same problems. At the moment we have disabled Cobertura because we didn't find a workaround. If somebody knows one I would be also interested in.

regards,
Oliver


Am 28.11.2009 um 09:09 schrieb Wim Deblauwe:

> Hi,
> 
> is there anybody who is using AspectJ with a code coverage tool. We are using Cobertura and Maven2, but that does not work when you start to add an aspect to your code and you need to use the ajc compiler. I just checked with Atlassian and Clover cannot seem to manage it according to them. Anybody knows a workaround? I don't want to have code coverage on the aspect, I just don't want to loose the coverage on my regular java classes.
> 
> regards,
> 
> Wim
> _______________________________________________
> aspectj-users mailing list
> aspectj-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/aspectj-users



-- 
Oliver Böhm
boehm@xxxxxxxxxx






Back to the top