Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How do I get clover 3.1.0 to work with Java7 and Maven 3

Kasper Nielsen July 22, 2011

3 answers

1 accepted

2 votes
Answer accepted
mstudman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 23, 2012

For the information of others, this is resolved in Clover 3.1.3. It was a problem relating to the creation of invalid Java code when instrumenting.

0 votes
Petter Måhlén February 22, 2012

I'm having the same issue with 3.1.2 and very similar setup. It's interesting to note that the output claims 'processing with source 1.7', but then the compilation seems to change the source type to 1.6. I tried to have a look at the clover2 plugin for Maven, but apparently, it's source has been removed. http://docs.atlassian.com/maven-clover2-plugin/2.3.1/source-repository.html claims it should be in SVN, but the clover directory (https://svn.atlassian.com/svn/public/contrib/clover/) is empty, and browsing around didn't show anything.

Is Clover actively maintained at all? It's a bit scary that things seem to be so out of date with unanswered questions and links pointing into nowhere.

0 votes
mstudman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 27, 2011

Could you please post the contents of CloverTest.java - both the original and the instrumented version found in src-instrumented\test?

Kasper Nielsen August 7, 2011

I've uploaded the project (pom.xml + CloverTest.java):

https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B3knLoA6V2c6MjY4Y2M1ODMtMTRmNS00N2FjLThhMGQtNWYzZDcyNzA0Njgx&hl=en_US

select File->Download Original.

I'm running on a clean Maven 3.0.3/Java 1.7.0 setup. With what I consider is the minimal pom to get the plugin working.

Kasper Nielsen August 7, 2011

The generated source look fine. But I guess somehow the plugin forgets to set source 1.7

----------------------Original-------------------

package test;

import java.io.FileInputStream;

import java.io.FileNotFoundException;

import java.io.IOException;

public class CloverTest {

public static void main(String[] args) throws FileNotFoundException, IOException {

try (FileInputStream ff = new FileInputStream("foo")) {

}

}

}

Instrumented version here http://pastebin.com/pCpK6gtY

(Could not press 'comment' if I inserted it directly here)

Sergei Izvorean October 28, 2011

While JDK is specifically set to 1.7 (<jdk>1.7</jdk>) still experiencing the same issue.

Marek Parfianowicz
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 11, 2013

@Sergei: if you're using the latest Clover and still have instrumentation error, it might be related with a source file encoding - see <encoding> parameter for clover2:setup

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events