Hi,
Is there a tool/profiler which is free (like HPROF) that can provide
Code Coverage.
i.e. determine all the methods in my classes and then after running
through a test plan determine all the methods used and report those not
used?
thanks
Tim
jmcgill - 11 May 2006 03:55 GMT
> Hi,
>
[quoted text clipped - 4 lines]
> through a test plan determine all the methods used and report those not
> used?
Clover isn't free, but I suspect that after you try the eval, you'll buy
it. It really is excellent.
Donald McLean - 11 May 2006 13:34 GMT
The outstanding folks at JetBrains / IntelliJ are in the process of
adding code coverage to their IDEA development environment. I haven't
tried the EAP yet so I can't say much about it but the subject has been
discussed quite a bit in their forum.
Donald McLean
> Hi,
>
[quoted text clipped - 8 lines]
>
> Tim
Dave Glasser - 11 May 2006 14:32 GMT
timasmith@hotmail.com wrote on 10 May 2006 19:37:50 -0700 in
comp.lang.java.programmer:
>Hi,
>
>Is there a tool/profiler which is free (like HPROF) that can provide
>Code Coverage.
I've never used it, but I've heard it's good:
http://emma.sourceforge.net/

Signature
Check out QueryForm, a free, open source, Java/Swing-based
front end for relational databases.
http://qform.sourceforge.net
If you're a musician, check out RPitch Relative Pitch
Ear Training Software.
http://rpitch.sourceforge.net
isitmeorthey - 12 May 2006 11:19 GMT
i've used Cobertura and i'm pleased about it
http://cobertura.sourceforge.net/.
it's free and has more readeable reports than Emma, i.e.