Vanward has released Convergence 2.0. Convergence is a Java-based code quality tool that can analyze code complexity, dependency, and areas to focus on for testing.
In addition to being a coverage tool, Convergence adds coupling analysis, and can produce tests to reduce risk, track the extent of code modifications, and analyze the documentation of a project as well, on the assumption that documentation is an indicator of code stability.
Convergence features integration with JUnit, Subversion, CVS, and Bugzilla.
Check out Convergence.
Convergence has many similarities to open-source toolkits such as Clover, which have the goal of showing developers how much of their code has actually been run.
It also stores the data over time so developers can see how code coverage and JUnit results have changed over the application lifecycle.
The primary differentiator seems to be that it is integrated with bug-tracking tools (although the only bug-tracking tool they mention specifically is Bugzilla.)
-
Vanward releases coverage tool Convergence 2.0 (5 messages)
- Posted by: Joseph Ottinger
- Posted on: March 15 2005 12:26 EST
Threaded Messages (5)
- Clover isn't open source by Andy Hedges on March 15 2005 15:51 EST
- Clover isn't open source by Javed Mandary on March 16 2005 01:10 EST
- Here what we are looking for by Sunento Wu on March 17 2005 08:51 EST
- Clover isn't open source by Javed Mandary on March 16 2005 01:10 EST
- Emma code coverage tool by Erik Pearson on March 17 2005 18:26 EST
- Emma code coverage tool by Tim Azzopardi on April 11 2005 03:29 EDT
-
Clover isn't open source[ Go to top ]
- Posted by: Andy Hedges
- Posted on: March 15 2005 15:51 EST
- in response to Joseph Ottinger
clover isn't open source:
http://www.cenqua.com/clover/licensing.html
although they do give free licenses away to select OSS projects. -
Clover isn't open source[ Go to top ]
- Posted by: Javed Mandary
- Posted on: March 16 2005 01:10 EST
- in response to Andy Hedges
Convergence isn't open source nor free either it seems:
Convergence Dashboard (per user) US$ 1,250.00
Convergence Data Sync Client Tools for Java Free
Convergence Data Sync Client Tools for .NET Free
Convergence Data Sync Client Tools for C++ Free -
Here what we are looking for[ Go to top ]
- Posted by: Sunento Wu
- Posted on: March 17 2005 08:51 EST
- in response to Javed Mandary
Guys,
Try this one. Open source coverage and analysis plus metrics measurement. Have a very good graphical statistic etc.
Running under Eclipse.
http://cap.xore.de/cap.php?show=cap.index -
Emma code coverage tool[ Go to top ]
- Posted by: Erik Pearson
- Posted on: March 17 2005 18:26 EST
- in response to Joseph Ottinger
Emma is a free/open coverage tool that I've used successfully
and been pretty happy with -- nice integration with ant:
http://emma.sourceforge.net/ -
Emma code coverage tool[ Go to top ]
- Posted by: Tim Azzopardi
- Posted on: April 11 2005 03:29 EDT
- in response to Erik Pearson
+1
I've found Emma easy to use, very fast and it produces pretty html reports similar to clover.