Join MultiplyOpen a Free ShopSign InHelp
MultiplyLogo
SEARCH

Full plate and packing steel!

    For Java developers that also use eclipse, try this plugin: Eclemma

What is it?  A code coverage tool for junit test cases.  Ever write some test cases, then not have a clue what is tested and what isn't?  Run eclemma.  Its the open source coverage tool 'emma', but once the test finishes, it uses highlighter pens in eclipse to show you what was tested, and what wasn't.  Made my project go from 24% total code coverage to over 60%.  Impressive tool that does the job, if you do unit tests (like you should), or, even better, use test-driven development.

Best of all, when you get it and people ask you what it is, you reply nonchalantly, "I took a vacation in Tawain and came back with the eclemma" (sounds like a disease, eh?)

3 Comments
eyeofthefrog wrote on Mar 28, '07
Funny that I'm leaving for Taiwan in 9 days.....I just might come back with eclemma. Interesting plug-in, I'll have to take a look at it more when I get back.
codemonkey wrote on Mar 29, '07
Thanks for the link. I have some good code coverage tools for PHP, but didn't have anything for Java. This one looks quite capable. It'd be nice if it gave you the number of times a line was touched as well.
geet9 wrote on Jan 30, '09
hi , nice to see that u r using eclemma tool, can u suggest with some of my doubts please..
Add a Comment