RE: clover and cpd plugin clashes

2006-06-12 Thread Vincent Massol
> -Original Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: mardi 30 mai 2006 17:56 > To: Vincent Massol > Subject: RE: clover and cpd plugin clashes > > I would argue that the modified Clover code should not be reported on at > all. Agreed

RE: clover and cpd plugin clashes

2006-05-30 Thread Vincent Massol
Hi Mike, (answering an email from the past that I hadn't processed and was still sitting in my inbox) > -Original Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: mercredi 12 avril 2006 00:35 > To: Maven Developers List > Subject: clover and cpd plugin

RE: clover and cpd plugin clashes

2006-04-11 Thread Vincent Massol
> -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: mercredi 12 avril 2006 05:31 > To: Maven Developers List > Subject: Re: clover and cpd plugin clashes > > Yep, that's definitely a limitation. Something to think about. > >

Re: clover and cpd plugin clashes

2006-04-11 Thread Brett Porter
quot;. - Brett Vincent Massol wrote: > Hi Mike and all, > >> -Original Message- >> From: Mike Perham [mailto:[EMAIL PROTECTED] >> Sent: mercredi 12 avril 2006 00:35 >> To: Maven Developers List >> Subject: clover and cpd plugin clashes >> >

RE: clover and cpd plugin clashes

2006-04-11 Thread Vincent Massol
Hi Mike and all, > -Original Message- > From: Mike Perham [mailto:[EMAIL PROTECTED] > Sent: mercredi 12 avril 2006 00:35 > To: Maven Developers List > Subject: clover and cpd plugin clashes > > So this is an interesting bug. > > I have clover and pmd:cp

clover and cpd plugin clashes

2006-04-11 Thread Mike Perham
So this is an interesting bug. I have clover and pmd:cpd-check configured. Clover injects a block of source into every source file for instrumentation purposes. cpd sees this block of code as copy/pasted code because it occurs in every source file and fails my build. Who's in the wrong here? I