Skip to content
Advertisement

Tag: clover

OpenClover – Getting to work with AspectJ

I’m trying to use Openclover with a project that uses AspectJ and that instruments aspects into its code. The pom.xml has these dependencies with relation to AspectJ: And these plugins: I’m using two plugins to do this: clover-maven-plugin which is a code coverage tool and clover-aspectj-compiler, a wrapper for AspectJ compiler which allows code instrumentation using OpenClover. The errors I

Advertisement