Re: Code Coverage
Re: Code Coverage
- Subject: Re: Code Coverage
- From: Sacha Mallais <email@hidden>
- Date: Mon, 13 Jun 2005 09:26:29 -0700
On Jun 12, 2005, at 10:45 PM, Michael Holtermann wrote:
I've got another question: Is there someting like a code coverage tool
available for webobjects?
Use any code coverage tool for Java. Google'ing "java code coverage"
gives this link:
http://emma.sourceforge.net/
I mean, how to find the methods and variables that will be never used?
This is not code coverage. The Eclipse compiler flags these kind of
things automatically (well, variables, not methods...). I assume
that xCode can too, though I don't know for sure.
sacha
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Code Coverage (From: Michael Holtermann <email@hidden>) |