Java Code coverage tool

T

timasmith

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
 
J

jmcgill

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?

Clover isn't free, but I suspect that after you try the eval, you'll buy
it. It really is excellent.
 
D

Donald McLean

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
 
D

Dave Glasser

(e-mail address removed) 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/


--
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top