|
From: Colin S. <col...@ex...> - 2004-05-24 23:48:54
|
I think we're all pretty busy now, so now's not a great time, but we should maybe examine at some point the idea of switching to Emma http://emma.sourceforge.net/ for test code coverage analysis. It looks pretty decent; not quite on the level of Clover, but no license restrictions, and it actually does some things that Clover doesn't (as far as I can tell) like being able to instrument code on the fly (along with the normal pre-instrumentation) to do analysis without a pre-instrument phase. I'll probably be using this on any future coding I do... Colin |
|
From: Nadeem B. <na...@ea...> - 2004-05-25 00:07:14
|
On =E6=9C=88, 2004-05-24 at 19:52 -0400, Colin Sampaleanu wrote: > I think we're all pretty busy now, so now's not a great time, but we=20 > should maybe examine at some point the idea of switching to Emma > http://emma.sourceforge.net/ > for test code coverage analysis. It looks pretty decent; not quite on=20 > the level of Clover, but no license restrictions, and it actually does=20 > some things that Clover doesn't (as far as I can tell) like being able=20 > to instrument code on the fly (along with the normal=20 > pre-instrumentation) to do analysis without a pre-instrument phase. >=20 > I'll probably be using this on any future coding I do... >=20 Another open source coverage tool is jcoverage http://www.jcoverage.org/ - Nadeem > Colin >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g.=20 > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3D3149&alloc_id=3D8166&op=3Dclick > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Rod J. <rod...@in...> - 2004-05-25 07:31:34
|
Colin The Clover guys have been _very_ helpful to us and I think it's a good product. I don't think we should switch to another product just because it's open source and Clover is commercial. We're using it with their blessing for the entire dev team. Instrumenting code on the fly does sound interesting. Rgds Rod ----- Original Message ----- From: "Colin Sampaleanu" <col...@ex...> To: <spr...@li...> Sent: Tuesday, May 25, 2004 12:52 AM Subject: [Springframework-developer] Emma code coverage tool > I think we're all pretty busy now, so now's not a great time, but we > should maybe examine at some point the idea of switching to Emma > http://emma.sourceforge.net/ > for test code coverage analysis. It looks pretty decent; not quite on > the level of Clover, but no license restrictions, and it actually does > some things that Clover doesn't (as far as I can tell) like being able > to instrument code on the fly (along with the normal > pre-instrumentation) to do analysis without a pre-instrument phase. > > I'll probably be using this on any future coding I do... > > Colin > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer |
|
From: Colin S. <col...@ex...> - 2004-05-25 12:16:56
|
Ok, that's reasonable. I didn't know we had any sort of relationship with the Clover people other than using it under the open-source license. I do think Clover is a good product as well... Rod Johnson wrote: >Colin > >The Clover guys have been _very_ helpful to us and I think it's a good >product. I don't think we should switch to another product just because it's >open source and Clover is commercial. We're using it with their blessing for >the entire dev team. > >Instrumenting code on the fly does sound interesting. > >Rgds >Rod > >----- Original Message ----- >From: "Colin Sampaleanu" <col...@ex...> >To: <spr...@li...> >Sent: Tuesday, May 25, 2004 12:52 AM >Subject: [Springframework-developer] Emma code coverage tool > > > > >>I think we're all pretty busy now, so now's not a great time, but we >>should maybe examine at some point the idea of switching to Emma >> http://emma.sourceforge.net/ >>for test code coverage analysis. It looks pretty decent; not quite on >>the level of Clover, but no license restrictions, and it actually does >>some things that Clover doesn't (as far as I can tell) like being able >>to instrument code on the fly (along with the normal >>pre-instrumentation) to do analysis without a pre-instrument phase. >> >>I'll probably be using this on any future coding I do... >> >>Colin >> >> |