How To Use This Space
Welcome to the Clover troubleshooting space! Search only the Clover Knowledge Base from the search on the left hand side, browse the page tree for specific areas, or subscribe to the RSS feeds below to get version-specific alerts from the Atlassian Support team. To learn about the subscription options, select the "Visit the complete list of known issues" link in the version-appropriate box below.
Browse Content by Label
Below are the
5 labels used in Clover Knowledge Base
listed alphabetically.
Click on a label to see its associated content.
| class, clover, duplicate, error_messages, maven2 |
Labels:
Page:
Can't connect to window server - not enough permissions thrown when building clover report.
Page:
Clover 2 with Maven 1 is unable to read licence
Page:
Clover.db is not generated at location specified by initString
Page:
Clover error while compiling- Unexpected token... Does Clover support enums?
Page:
Clover for Eclipse com.cenqua.clover.hooks not found
Page:
Coverage appears incorrect and code is not being matched to tests, per-test coverage
Page:
How to capture Clover's logging to a file when my instrumented application is running
Page:
HTML report generation takes a very long time
Page:
Inner classes of test classes shown as source code
Page:
License is only valid for Clover 0.x, 1.x. It is not valid for Clover 2.x
Page:
Maven 2 plugin fails with cannot find symbol exception when defining two locations for source files
Page:
OutOfMemoryError Java Heap Space when using the Clover Command Line Tools
Page:
Properties such as Excludes is not being passed on to antcall tasks
Page:
Unable to generate HTML reports due to java.lang.OutOfMemoryError
Page:
Using external javac compiler causes classes to not be instrumented with Clover


3 Comments
Hide/Show CommentsJun 03, 2009
Jack
Hi
i have a question on clover usage.
can i create coverage reports for specific testcases(like checking coverage for a specific testcase) by connecting to existing running JBoss server?
i am getting no coverage found..looks like inspite the testcases execures & i get junit reports but not clover report!!!!
If yes, i tried like below
<cactus earfile="$
" fork="yes" failureproperty="tests.failed" printsummary="true" >
<classpath>
...
</classpath>
<containerset timeout="90000">
<generic name="JBOSS" port="$
" startuptarget="blank" shutdowntarget="blank" todir="$
"/>
</containerset>
<formatter type="xml"/>
<batchtest>
....
</batchtest>
</cactus>
<clover-report>
<current outfile="$
/core" title="Clover coverage of core java code - excludes UI">
<format type="html"/>
...
</current>
</clover-report>
Pls direct me to correct forum if i had posted in wrong place
Press ENTER to look up in Wiktionary or CTRL+ENTER to look up in Wikipedia
Jun 28, 2011
Milanpreet Kaur Bhalla
Hi,
I am using clover for IDEA and I am doing the following.
1)enable clover and include my ejb files and tests in the instrumentation
2)start jboss
3)run tests
but the report generated by clover shows 0 percent coverage for my ejb but the test code runs fine and the ejb code is also executed but still no coverage is shown.
Jul 05, 2011
Jeremy Largman [Atlassian]
Please create a support ticket - it's a better location for back and forth conversation than here in the knowledge base.