This is the documentation for Clover 3.3. View this page for the

Unknown macro: {spacejump}

of Clover, or visit the latest Clover documentation.

Changes in Clover-for-Grails 3.3.0

April 1, 2014

This is a feature release with dedicated support for the Spock framework and JUnit4 parameterized tests.

Implemented features and fixes

Key Summary T P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

Changes in Clover-for-Grails 3.2.2

February 7, 2014

This release solves compatibility issues with Grails 2.3.x. It has also a new clover.instrumentLambda option for Java 8.

JIRA Issue list

Key Summary T P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

Changes in Clover-for-Grails 3.1.13 / 3.2.0

Note

Clover-for-Grails 3.2.0 works with Grails 2.x.

Clover-for-Grails 3.1.13 works with Grails 1.x.

October 24, 2013

This is a major release with support for Java 8.

JIRA Issue list

Key Summary T P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

Changes in Clover-for-Grails 3.1.12

June 27, 2013

This is a bug fix release which addresses issues found in earlier versions of Clover-for-Grails.

Improvements

Improved performance of the SHARED coverage recorder (see Coverage Recorders article).

JIRA Issue list

T Key Summary P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

Changes in Clover-for-Grails 3.1.11

March 25, 2013

This is a bug fix release which addresses issues found in earlier versions of Clover-for-Grails.

Improvements

1) It is possible to choose among three Clover's coverage recorder types:

  • FIXED - standard recorder with a fixed-size array for hit counts, which requires a presence of clover.db at runtime
  • GROWABLE - recorder with a dynamically resizeable array for hit counts, does not need clover.db at runtime
  • SHARED - recorder designed for large Grails applications

More details: Coverage Recorders.

Example how to use SHARED recorder with Grails can be found here.

JIRA Issue list

T Key Summary P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

Changes in Clover-for-Grails 3.1.10.1

January 8, 2013

This is a bug fix release which addresses issues found in earlier versions of Clover-for-Grails.


Improvements

The Test Optimization feature has been implemented for Grails. Just type "grails test-app -clover.optimize". More details can be found here:

 

(warning) Please use the latest 3.1.10.1 version as 3.1.10 contains a bug.

JIRA Issue list

T Key Summary P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

Changes in Clover-for-Grails 3.1.8

13 November, 2012

This is a bug fix release which addresses issues found in earlier versions of Clover-for-Grails.


Improvements

1) Compatibility with Groovy 2.x (fixed bug causing java.lang.IncompatibleClassChangeError).

2) Support instrumentation of unit tests in Grails 2.x (clover is able to intercept the GrailsTestCompiler introduced in Grails 2.0).

 

JIRA Issue list

T Key Summary P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

Changes in Clover-for-Grails 3.1.6

19 June, 2012

This is a bug fix release which addresses issues found in earlier versions of Clover-for-Grails.

 

 

JIRA Issue list

T Key Summary P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

Changes in Clover-for-Grails 3.1.5

26 April, 2012

This is a bug fix release which addresses issues found in earlier versions of Clover-for-Grails.

 

 

JIRA Issue list

T Key Summary P
Loading...
Refresh

See also change log for Clover-for-Ant, Clover-for-Maven, Clover-for-Eclipse, Clover-for-IDEA.

  • No labels