Re: [jira] Updated: (LUCENE-721) Code coverage reports

2006-11-28 Thread Michael Busch
Chris Hostetter wrote: : Here it is, Grant. This new patch uses Clover to generate code coverage : reports. Simply add clover.jar to the ant classpath, do a "clean" and : run the target "test". During compiling Clover will automatically : instrument all classes under src/java. haven't had a chan

Re: [jira] Updated: (LUCENE-721) Code coverage reports

2006-11-26 Thread Chris Hostetter
: Here it is, Grant. This new patch uses Clover to generate code coverage : reports. Simply add clover.jar to the ant classpath, do a "clean" and : run the target "test". During compiling Clover will automatically : instrument all classes under src/java. haven't had a chance to look at the patch,

[jira] Updated: (LUCENE-721) Code coverage reports

2006-11-25 Thread Michael Busch (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-721?page=all ] Michael Busch updated LUCENE-721: - Attachment: clover.patch Here it is, Grant. This new patch uses Clover to generate code coverage reports. Simply add clover.jar to the ant classpath, do a "c

[jira] Updated: (LUCENE-721) Code coverage reports

2006-11-21 Thread Michael Busch (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-721?page=all ] Michael Busch updated LUCENE-721: - Attachment: emma_report.zip I attach a code coverage report of the current HEAD (revision: 477535), so people can check out how a report looks like. The cu