Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Java Code coverage tool

Reply
Thread Tools

Java Code coverage tool

 
 
timasmith@hotmail.com
Guest
Posts: n/a
 
      05-11-2006
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

 
Reply With Quote
 
 
 
 
jmcgill
Guest
Posts: n/a
 
      05-11-2006
wrote:
> 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.
 
Reply With Quote
 
 
 
 
Donald McLean
Guest
Posts: n/a
 
      05-11-2006
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

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

 
Reply With Quote
 
Dave Glasser
Guest
Posts: n/a
 
      05-11-2006
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
 
Reply With Quote
 
isitmeorthey
Guest
Posts: n/a
 
      05-12-2006
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.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Coverage checker: Coverage.py or pycover or ? python@bdurham.com Python 0 05-25-2008 01:20 PM
Code coverage & Functional coverage tutorials Raj VHDL 4 02-21-2008 12:32 PM
coverage.py: "Statement coverage is the weakest measure of code coverage" Ben Finney Python 7 10-30-2007 01:43 PM
source code analysis/code coverage tool experience bill turner Java 2 07-19-2005 03:02 PM
Can someone recommend a Java "Code Coverage" tool please milesd Java 4 08-29-2003 07:24 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57