clover

Why is Clover.NET ignoring a referenced project?

I am using the Clover.NET plugin for Visual Studio. When I attempt to "Clover Solution" it always fails trying to build one project. I inspected the command line it is using to build that project, and it is leaving one of the referenced projects out of the arguments. The only thing I can find that is different about this other project...

Clover on Java EE Container

Hi, I would like to run Atlassian Clover in a production environment (I don't have an issue with overhead ). Does anyone have experience with this, or can you direct me how to do it? My goal is to get clover reports based on real users actions. I'm using JBoss + JDK 1.5 ...

How can I provide feedback to my team about changes included in a build and their impact on risk?

Is this something you do already or do you know of a good tool? GOAL: Help team understand how recent source changes impact risk so they know where to focus testing efforts. Provide data over time and feed it back into planning and scoping phases of the dev cycle. PLAN: Combine svn change data with clover complexity data in a report s...

Clover+Maven+Eclipse

Hello, I am using eclipse + maven2 to build my applications. I need to start working with clover. My question is therefore: from your experience, what is the best way to combine these 3. I mean, I know there is a clover plugin for eclipse, there is also a clover plugin for maven2 and of course there is maven plugin for eclipse (m2eclip...

Clover + Tomcat

Hi, Has any of you managed to generate Clover reports successfully for web-apps on Tomcat or any other web server? ...

Clover web apps during runtime

Hello I am a Java web app developer I have a problem, I would like to make clover collect data during runtime for my web applications. I did manage to do so for a single application by adding a parameter to my tomcat (-Dclover.initstring.basedir="[PATH TO CLOVER DB]" ). It worked fine. But the problem is that we have more than one ap...

Clover coverage with Phing

Is there a way to get Phing to output it's coverage report in clover format? I know phpunit has --coverage-clover but I don't know how to enable this option from Phing. I do not want to manually use the <exec command - it defeats the point of Phing. I am using Phing 2.4RC2 Thanks. ...

How can I exclude a package from the clover coverage report (running from Maven)?

I'm generating clover coverage reports (using Clover's maven plugin), and I'd like to exclude a certain package from the coverage reports (specifically, because it's UI code that intentionally isn't covered by my unit tests, but the reason doesn't really matter.) I can see how to exclude that package from being instrumented (using in t...

Need help resolving Clover issue.

Hey Guys, Forgive me if the question is too vague. I am not a clover expert but i need this issue resolved. Clover seem to be having issues with a particular class as show in the trace below. I need to exclude this class entirely from the clovers part cause the class isnt all that necessary. Is this even a clover issue or just a java is...

Java : Which Code Coverage tool to use ?

Hi all, Here is what I want to do: 1) A running application has been instrumented. The byte code is clean - means that the tracing info should be added on the byte code level. 2) The running application might run for days or weeks. I want to have a trace file once per day. 3) If the tracing period is over I want to merge all trace fi...

Compiler warnings plugin: Fileset excludes

We are using Hudson as our build machine and I am trying to configure the excludes fileset for the Compilier Warnings plugin. Hudson parses the build log to determine warnings/errors and our Clover scripts output duplicates of real warnings. As documented by Hudson you can configure an ANT fileset to exclude certain warnings: Warnin...

Using a Clover <fileset> on Hudson

We're trying to limit Clover to a certain package and therefore have a <fileset> definition in our Ant build file. Everything works fine from the command line (when we specify our known Ant target). But when it comes to the Clover plug-in on Hudson, we don't know which Ant target Hudson uses. Any pointers in using a Clover <fileset> on H...

phpunit clover from some particular directories, not full clover. Is it possible?

Why do I need this? I'm running the tests on symfony project (and using Zend fw) and phpunit generates clover for all affected files. But I don't want see coverage for symfony and Zend libs (and all another third party ones). I wish see coverage for my code only. Or may be this should do clover viewer? I'm using the clover plugin for hud...

Changing location of Clover instrumented classes

I'm using Clover 2.5 and I've got a target that will package up the binary files. However, at the moment, it seems that the Clover instrumented classes are being generated in the same output directory as the un-instrumented classes that I wish to package up in a jar. How do I go about creating a jar so that the instrumented classes are...