Skip to main content

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

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

Back to the top