Re: code coverage plugin for Eclipse?
"Robert Dale" <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
PMD is another beast. It's used for static analysis whereas code coverage shows what code is actually exercised by unit tests. -- Robert Dale On Wed, Sep 10, 2008 at 8:41 AM, Tim Jowers <[email protected]> wrote: > > I believe we use "PMD" here. Not sure what it is but has lots of scripts fo > checking for bad coding practices too etc. > > Tim > > > On Tue, Sep 9, 2008 at 9:50 PM, Robert Dale <[email protected]> wrote: >> >> Can't speak for others, but I've used cobertura[1] and emma[2] through >> maven[3], not eclipse, and view the results through hudson[4]. You >> could also generate it through eclipse with a maven plugin like q4e >> [5]. >> >> 1. http://mojo.codehaus.org/cobertura-maven-plugin/ >> 2. http://emma.sourceforge.net/maven-emma-plugin/ >> 3. http://maven.apache.org/ >> 4. https://hudson.dev.java.net/ >> 5. http://code.google.com/p/q4e/ >> >> -- >> Robert Dale >> >> On Tue, Sep 9, 2008 at 9:39 PM, Robert J. Cameron >> <robertjcameron-/[email protected]> wrote: >> > No responses? Is this topic really that unpopular? >> > >> > >> > --- On Sat, 9/6/08, Robert J. Cameron <robertjcameron-/[email protected]> wrote: >> > >> >> From: Robert J. Cameron <robertjcameron-/[email protected]> >> >> Subject: [Juglist] code coverage plugin for Eclipse? >> >> To: [email protected] >> >> Date: Saturday, September 6, 2008, 3:05 PM >> >> Anybody have a (free) code coverage plugin for Eclipse that >> >> they like? >> >> Here are a few I found: >> >> >> >> http://www.eclemma.org/ >> >> http://cms.jcoverage.com/products/eclipse-plugin/ >> >> http://nounit.sourceforge.net/ >> >> http://coverlipse.sourceforge.net >> >> http://codecover.org/ >> >> >> >> Thanks, >> >> Rob >> >> >> >> >> >> >> >> >> >> _______________________________________________ >> >> Juglist mailing list >> >> [email protected] >> >> http://trijug.org/mailman/listinfo/juglist_trijug.org >> > >> > >> > >> > >> > _______________________________________________ >> > Juglist mailing list >> > [email protected] >> > http://trijug.org/mailman/listinfo/juglist_trijug.org >> > >> >> _______________________________________________ >> Juglist mailing list >> [email protected] >> http://trijug.org/mailman/listinfo/juglist_trijug.org > >