Martin, Why don't you use a context filter? (see http://cenqua.com/clover/doc/adv/contexts.html). This is supported by the latest versions of the Clover plugin
-Vincent > -----Original Message----- > From: Martin Burger [mailto:[EMAIL PROTECTED] > Sent: mardi 7 juin 2005 12:06 > To: Maven Users List > Subject: Clover plug-in: code coverage of assertions / assert statements > > Hello, > > I'm using a lot of assert statements in my code, and it seems that I > will never get 100% coverage because clover says the assertion's > expression is never executed. > > AFAIK the Eclipse plug-in of clover allows to filter assert statements, > but I was not able to find such a feature for the maven plug-in. > > Is there any possibility to filter these statements - not using > ///CLOVER...? > > Regards, > Martin > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
