-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentation.html
267 lines (223 loc) · 13.6 KB
/
documentation.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="OpenClover is a free and open-source code coverage tool for Java, Groovy and AspectJ.
It's based on the open-sourced version of Atlassian Clover®, the world's most sophisticated code coverage tool.">
<meta name="author" content="">
<link rel="icon" href="resources/img/clover.ico">
<title>OpenClover - Java, Groovy and AspectJ code coverage tool</title>
<link href="resources/css/bootstrap-5.3.2.min.css" rel="stylesheet">
<link href="resources/css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top">
<div class="container">
<a class="navbar-brand" href="/"><img src="resources/img/openclover_logo_white_40pt_alpha_with_icon.png" alt="OpenClover"/></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarMainMenu" aria-controls="navbarMainMenu" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMainMenu">
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="/">Overview</a></li>
<li class="nav-item"><a class="nav-link" href="features">Features</a></li>
<li class="nav-item"><a class="nav-link" href="downloads">Downloads</a></li>
<li class="nav-item"><a class="nav-link active" aria-current="page" href="documentation">Documentation</a></li>
<li class="nav-item"><a class="nav-link" href="support">Support</a></li>
<li class="nav-item"><a class="nav-link" href="blog">Blog</a></li>
<!--<li><a href="faq">FAQ</a></li>-->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="about-us" id="navbarDropdown"
role="button" data-bs-toggle="dropdown" aria-expanded="false">About ...</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="about-us">Development team</a></li>
<li><a class="dropdown-item" href="privacy-policy">Privacy policy</a></li>
<li><a class="dropdown-item" href="license">License information</a></li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="container">
<div class="row">
<div class="col-md-12"></div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-8">
<h3>Search</h3>
<p>
<div>
<script>
(function () {
var cx = '013779744150740063370:fovd8ys-yuo';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
<gcse:searchbox-only></gcse:searchbox-only>
</div>
</p>
<h2>User documentation</h2>
<h3>General introduction</h3>
<p><i>Are you new to code coverage? Learn few bits of theory and how OpenClover differs from other
tools.</i></p>
<ul>
<li><a href="doc/manual/latest/general--about-code-coverage.html">What is code coverage</a></li>
<li><a href="doc/manual/latest/general--what-is-distributed-per-test-coverage.html">What is distributed
per-test coverage</a></li>
<li><a href="doc/manual/latest/general--what-is-test-optimization.html">What is test optimization</a>
</li>
<li><a href="doc/manual/latest/general--comparison-of-code-coverage-tools.html">Comparison of code
coverage tools</a></li>
<li><a href="doc/manual/latest/glossary--index.html">Glossary</a></li>
</ul>
<h3>Quick start guides</h3>
<p><i>Do you want to use OpenClover immediately? Learn the basics in 10 minutes.</i></p>
<ul>
<li><a href="doc/manual/latest/ant--two-line-integration.html">Ant two-line integration</a></li>
<li><a href="doc/manual/latest/maven--quick-start-guide.html">Maven quick start</a></li>
<li><a href="doc/manual/latest/eclipse--openclover-for-eclipse-in-10-minutes.html">Eclipse in 10
minutes</a></li>
<li><a href="doc/manual/latest/idea--openclover-for-idea-in-10-minutes.html">IDEA in 10 minutes</a></li>
</ul>
<h3>User manual</h3>
<p><i>Still not enough knowledge? Take a deep breath and dive into rich feature set and ecosystem.</i></p>
<p><i>Useful information no matter which integration do you use.</i></p>
<ul>
<li><a href="doc/manual/latest/general--supported-platforms.html">Supported Platforms</a></li>
<li><a href="doc/manual/latest/general--understanding-reports.html">Understanding HTML reports</a></li>
<li><a href="doc/manual/latest/general--controlling-clover-at-runtime.html">Controlling OpenClover at runtime</a></li>
</ul>
<table class="table">
<tbody>
<tr><td colspan="4"><h4>Most popular</h4></td></tr>
<tr>
<td><img src="doc/manual/latest/attachments/71598318/174981137.gif"/></td>
<td><a href="doc/manual/latest/maven--clover-maven-plugin.html">Clover for Maven</a></td>
<td><img src="doc/manual/latest/attachments/71598318/174981139.gif"/></td>
<td><a href="doc/manual/latest/ant--overview.html">Clover for Ant</a></td>
</tr>
<tr>
<td><img src="doc/manual/latest/attachments/71598318/305693035.png"/></td>
<td><a href="doc/manual/latest/gradle--gradle-clover-plugin.html">Gradle Clover Plugin</a></td>
<td><img src="doc/manual/latest/attachments/71598318/177012830.png"/></td>
<td><a href="doc/manual/latest/commandline--command-line-tools.html">Command Line Tools</a></td>
</tr>
<tr>
<td><img src="doc/manual/latest/attachments/71598318/302944410.png"/></td>
<td><a href="doc/manual/latest/jenkins--jenkins-clover-plugin.html">Jenkins Clover Plugin</a></td>
<td><img src="doc/manual/latest/attachments/71598318/302944412.png"/></td>
<td><a href="doc/manual/latest/bamboo--bamboo-clover-plugin.html">Bamboo Clover Plugin</a></td>
</tr>
<tr><td colspan="4"><h4>Other integrations</h4></td></tr>
<tr>
<td><img src="doc/manual/latest/attachments/71598318/174981141.gif"/></td>
<td><a href="doc/manual/latest/idea--overview.html">Clover for IDEA</a></td>
<td><img src="doc/manual/latest/attachments/71598318/174981140.gif"/></td>
<td><a href="doc/manual/latest/eclipse--overview.html">Clover for Eclipse</a></td>
</tr>
<tr>
<td><img src="doc/manual/latest/attachments/71598318/215810253.png"/></td>
<td><a href="doc/manual/latest/grails--overview.html">Grails Clover Plugin</a></td>
<td><img src="doc/manual/latest/attachments/71598318/318604101.png"/></td>
<td><a href="doc/manual/latest/griffon--griffon-clover-plugin.html">Griffon Clover Plugin</a></td>
</tr>
<tr>
<td><img src="doc/manual/latest/attachments/71598318/302944409.png"/></td>
<td><a href="doc/manual/latest/hudson--hudson-clover-plugin.html">Hudson Clover Plugin</a></td>
<td><img src="doc/manual/latest/attachments/71598318/305693036.png"/></td>
<td><a href="https://plugins.urbancode.com/anthill3/integration/Clover">Anthill
Pro Clover integration</a></td>
</tr>
<tr>
<td><!--<img src="doc/manual/latest/attachments/aspectj.png"/>--></td>
<td><a href="doc/manual/latest/aspectj--clover-aspectj-compiler.html">Clover AspectJ Compiler</a></td>
<td><img src="doc/manual/latest/attachments/71598318/794365005.png"/></td>
<td><a href="doc/manual/latest/sbt--sbt-clover-plugin.html">SBT Clover Plugin</a></td>
</tr>
<tr>
<td><img src="doc/manual/latest/attachments/71598318/308969577.png"/></td>
<td><a href="https://confluence.atlassian.com/display/AdminJIRAServer071/Using+dashboard+gadgets">
Coverage Gadget for JIRA</a></td>
<td><img src="doc/manual/latest/attachments/71598318/302944411.gif"/></td>
<td><a href="doc/manual/latest/sonar--sonar-clover-plugin.html">Sonar Clover Plugin</a></td>
</tr>
</tbody>
</table>
<h3>Tutorials</h3>
<p><i>Do you want to learn more and try out more features? Our tutorials will guide you step by step.</i>
</p>
<ul>
<li><a href="doc/manual/latest/tutorials--ant-tutorial.html">Tutorial for Ant</a></li>
<li><a href="doc/manual/latest/tutorials--clover-maven-plugin.html">Tutorial for Maven</a></li>
</ul>
<h3>Troubleshooting</h3>
<ul>
<li><a href="doc/manual/latest/kb--openclover-knowledge-base-home.html">Knowledge base</a> -
a set of articles describing common problems and how to solve them.
</li>
<li><a href="doc/manual/latest/faq--openclover.html">Frequently Asked Questions</a> -
how OpenClover works, how to use it and not only.
</li>
</ul>
<h2>Developer documentation</h2>
See the <a href="doc/manual/latest/developer-guide.html">development hub</a> and
<a href="doc/manual/latest/hacking--hacking-openclover.html">hacking OpenClover</a>.
</div>
<div class="col-md-4">
<h3>Release Notes</h3>
<div class="alert alert-success" role="alert">
<h4 class="alert-heading">See what's new:</h4>
<a href="doc/openclover-4.5.1-release-notes.html" class="alert-link">OpenClover 4.5.1 Release Notes</a>
</div>
<h3>Atlassian Community</h3>
<p><i>The Stackoverflow-like Q&A forum where you can find several hundred questions about Clover and
OpenClover.</i></p>
<p><a href="https://community.atlassian.com/t5/Clover/ct-p/clover" role="button">View forum »</a></p>
<h3>Issue Tracker</h3>
<p><i>It's a good source to check if a bug you encounter is not reported already and whether there's any
workaround available.</i></p>
<p><a href="https://github.com/openclover/clover/issues" role="button">OpenClover issues »</a></p>
<p><a href="https://jira.atlassian.com/projects/CLOV" role="button">Atlassian Clover issues »</a></p>
<h3>Older documentation</h3>
<p><a href="doc/manual/4.3.0/index.html" role="button">OpenClover 4.3 »</a></p>
<p><a href="doc/manual/4.2.0/index.html" role="button">OpenClover 4.2 »</a></p>
<p><a href="https://confluence.atlassian.com/display/CLOVER" role="button">Clover 4.1 »</a></p>
<p><a href="https://confluence.atlassian.com/display/CLOVER040" role="button">Clover 4.0 »</a></p>
<p><a href="https://confluence.atlassian.com/display/CLOVER033" role="button">Clover 3.3 »</a></p>
<p><a href="https://confluence.atlassian.com/display/CLOVER032" role="button">Clover 3.2 »</a></p>
<p><a href="https://confluence.atlassian.com/display/CLOVERKB" role="button">Knowledge Base »</a></p>
</div>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
</div>
<div class="col-md-4">
</div>
</div>
</div>
<div class="container">
<footer>
<p class="small text-muted">© 2017-2024 Marek Parfianowicz. Atlassian® and Atlassian Clover® are registered trademarks of Atlassian
(Australia). All other product
and company names are trademarks or registered trademarks of their respective holders. They have been used
for information purposes only and use of them does not imply any affiliation with or endorsement by
them. </p>
</footer>
</div>
<script src="resources/js/jquery-3.7.1.min.js"></script>
<script src="resources/js/bootstrap.bundle-5.3.2.min.js"></script>
<script src="resources/js/js.cookie.js"></script>
<script src="resources/js/cookie.js"></script>
</body>
</html>