Cortex is pleased to announce the release of Clover v1.2.1
Clover is a Code Coverage tool for Java. It finds sections of your code that are not being tested. This helps you improve your unit tests and find more bugs, before your customers do.
Clover integrates easily into Ant-based builds and provides accurate and detailed measurement of method, statement and branch coverage. Because it requires no specialized runtime, it is well suited to testing of J2EE applications.
Clover reports in XML, HTML, PDF, or plain text. A Swing Viewer allows interactive browsing of Coverage results. Historical reporting provides charting of code coverage and other project metrics over time. A suite of Ant tasks provide control over all aspects of the coverage gathering and reporting process.
Clover 1.2.1 includes bugfixes and minor improvements, along with new fully integrated plugins for IntelliJ IDEA, NetBeans, and Eclipse. These plugins allow you to measure and inspect code coverage without leaving the IDE. The Clover Ant task now allows better historical reporting, custom links from HTML reports and more.
Read more about Clover, see some screenshots and sample reports at:
http://www.thecortex.net/clover
To see what Code Coverage is all about, try our simple tutorial:
http://www.thecortex.net/clover/tutorial/index.html
A free fully functional 30 day evaluation version of Clover 1.2.1 is available for download from
http://www.thecortex.net/clover/download.jsp
Free licenses are available for Open Source projects on application:
http://www.thecortex.net/clover/freelicense.jsp
Cheers,
-Brendan
-
Clover 1.2.1 released, with new plugins for Eclipse, NetBeans (6 messages)
- Posted by: Brendan Humphreys
- Posted on: August 25 2003 06:15 EDT
Threaded Messages (6)
- Thanks by stephan schmidt on August 25 2003 11:08 EDT
- Clover by Rod Johnson on August 27 2003 11:18 EDT
- But still no plugin for JBuilder by Kent Mitchell on August 25 2003 13:19 EDT
- But still no plugin for JBuilder by toto laricot on August 25 2003 18:49 EDT
- But still no plugin for JBuilder by Brendan Humphreys on August 25 2003 20:32 EDT
- Great by Kent Mitchell on August 26 2003 11:05 EDT
-
Thanks[ Go to top ]
- Posted by: stephan schmidt
- Posted on: August 25 2003 11:08 EDT
- in response to Brendan Humphreys
Clover is great. Thanks. -
Clover[ Go to top ]
- Posted by: Rod Johnson
- Posted on: August 27 2003 11:18 EDT
- in response to stephan schmidt
Having used Clover extensively in both the Spring Framework (open source) and commercial projects, I'm very happy with it. It's easy to use and the Javadoc-style HTML reports are very readable.
It's important to remember that code coverage is only one metric and that unit tests are about testing functionality, not just achieving high code coverage, but a good coverage tool like Clover can reveal a lot about a code base and help make significant improvements.
I'm looking forward to trying the new version.
Regards,
Rod -
But still no plugin for JBuilder[ Go to top ]
- Posted by: Kent Mitchell
- Posted on: August 25 2003 13:19 EDT
- in response to Brendan Humphreys
I *do not* want to start the usual IDE wars but ...
It does seem odd that there is no plugin for one of the more common IDEs out there. -
But still no plugin for JBuilder[ Go to top ]
- Posted by: toto laricot
- Posted on: August 25 2003 18:49 EDT
- in response to Kent Mitchell
From the announcement:
Clover 1.2.1 includes bugfixes and minor improvements, along with new fully integrated plugins for IntelliJ IDEA, NetBeans, and Eclipse. These plugins allow you to measure and inspect code coverage without leaving the IDE. -
But still no plugin for JBuilder[ Go to top ]
- Posted by: Brendan Humphreys
- Posted on: August 25 2003 20:32 EDT
- in response to Kent Mitchell
Kent,
We have started work on plugins for JBuilder and JDeveloper. Stay tuned.
Cheers,
-Brendan -
Great[ Go to top ]
- Posted by: Kent Mitchell
- Posted on: August 26 2003 11:05 EDT
- in response to Brendan Humphreys
I look forward to trying it ....