In the Clover documentation at http://cenqua.com/clover/doc/adv/contexts.html is described how to
filter logging statements:

<clover-setup ...>
  <statementContext name="log" regexp="^LOG\..*">
  <statementContext name="iflog" regexp="^if \(LOG\.is.*">
     ...
</clover-setup>

However, from
http://maven.apache.org/plugins/maven-clover-plugin/usage.html#Using%20block%20contexts

<configuration>
  <contextFilters>try,static</contextFilters>
</configuration>

I cannot really find out how to do that with the maven-clover-plugin.

Can someone please help me?

Thank you in advance.

-Gisbert

--
Gisbert Amm
Softwareentwickler Infrastruktur

WEB.DE GmbH
Brauerstraße 48 · D-76135 Karlsruhe
Tel. +49-721-91374-4224 · Fax +49-721-91374-2740
[EMAIL PROTECTED] · http://www.web.de/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to