Changes in 2.0.2 for Maven 2 (plugin version 3.3)

Clover 2.1 Documentation

Index

Changes in the maven-clover-plugin version 3.3

01 November, 2007

This release updates the version of Clover used to 2.0.2.

Clover 2.0.2 includes these bug fixes and enhancements.

Clover-for-Ant 2.0.2 Bug fixes and improvements (Atlassian JIRA) (7 issues)
T Key Summary Assignee Reporter Pr Status Res Created Updated Due
Bug CLOV-84 OOM Writing Reports Nick Pellow [Atlassian] Sam Berlin Major Resolved FIXED Oct 26, 2007 Nov 01, 2007
Improvement CLOV-77 Allow java.lang to be turned off during instrumentation Nick Pellow [Atlassian] Nick Pellow [Atlassian] Major Resolved FIXED Oct 24, 2007 Oct 25, 2007
Improvement CLOV-74 add "returntype" attribute testmethod element Nick Pellow [Atlassian] Nick Pellow [Atlassian] Major Resolved FIXED Oct 23, 2007 Oct 24, 2007
Bug CLOV-73 Instrument tests with return values correctly Nick Pellow [Atlassian] Nick Pellow [Atlassian] Major Resolved FIXED Oct 23, 2007 Oct 25, 2007
Improvement CLOV-72 Update Clover license URL to http://my.atlassian.com/ Nick Pellow [Atlassian] Nick Pellow [Atlassian] Major Resolved FIXED Oct 23, 2007 Oct 24, 2007
Bug CLOV-71 Handle annotations when instrumenting test methods Nick Pellow [Atlassian] Nick Pellow [Atlassian] Major Resolved FIXED Oct 22, 2007 Oct 23, 2007
Bug CLOV-50 Instrumenter fails on enum with single semicolon in body Michael Studman [Atlassian] Michael Studman [Atlassian] Major Resolved FIXED Oct 15, 2007 Oct 24, 2007

In order to specify that Clover should not use a fully qualified package name when referring to classes in the java.lang package, add the following to the maven-clover-plugin configuration section of your pom:

<useFullyQualifiedJavaLang>false</useFullyQualifiedJavaLang>

This flag defaults to true - you only need to set this if you have a local variable named java.

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.