blob: 7a65c443ec9af748332807737faff12fbcd38017 [file] [log] [blame]
Marc R. Hoffmanne571f3f2012-05-13 12:18:02 +00001<?xml version="1.0" encoding="UTF-8" ?>
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +00002<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
4<head>
Marc R. Hoffmanne571f3f2012-05-13 12:18:02 +00005 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6 <link rel="stylesheet" href=".resources/doc.css" charset="UTF-8" type="text/css" />
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +00007 <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
8 <title>JaCoCo - Change History</title>
9</head>
10<body>
11
12<div class="breadcrumb">
13 <a href="../index.html" class="el_report">JaCoCo</a> &gt;
14 <a href="index.html" class="el_group">Documentation</a> &gt;
15 <span class="el_source">Change History</span>
16</div>
17<div id="content">
18
19<h1>Change History</h1>
20
Evgeny Mandrikov1a29d522013-06-03 10:27:38 +020021<h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2>
22
Marc R. Hoffmann54bf6f12013-06-13 23:42:32 +020023<h3>New Features</h3>
24<ul>
25 <li>Support for Android <i>Strict Mode</i> (GitHub #113).</li>
Marc R. Hoffmannf49a3982013-08-27 12:42:55 +020026 <li>New merge Mojo for Maven plug-in, contributed by Mads Mohr Christensen
27 (GitHub #126).</li>
Marc R. Hoffmann54bf6f12013-06-13 23:42:32 +020028</ul>
29
Marc R. Hoffmannbd886f02013-10-11 18:37:05 +020030<h3>Fixed Bugs</h3>
31<ul>
32 <li>Multiple executions of Maven goal "prepare-agent" should not lead to
33 incorrect configuration (GitHub #40).</li>
34</ul>
35
Evgeny Mandrikovf6b53262013-06-03 10:13:44 +020036<h2>Release 0.6.3 (2013/06/03)</h2>
Evgeny Mandrikove16acdd2013-02-03 01:22:10 +010037
Marc R. Hoffmannfc340a22013-03-22 11:13:24 +010038<h3>New Features</h3>
39<ul>
40 <li>Support for archives in Pack200 format (GitHub #91).</li>
Marc R. Hoffmann55fae172013-03-20 11:55:53 +010041 <li>The coverage check has been reworked to allow checks on all counter values
42 on all element types (GitHub #106).</li>
43 <li>Coverage checks are now also available in Ant (GitHub #106).</li>
Marc R. Hoffmanncf84baa2013-10-08 08:07:15 +020044 <li>Additional list of source files for every package in HTML report
45 (GitHub #142).</li>
Marc R. Hoffmannfc340a22013-03-22 11:13:24 +010046</ul>
47
Marc R. Hoffmann1b1935e2013-03-01 19:55:43 +010048<h3>Fixed Bugs</h3>
49<ul>
50 <li>Fixed inconsistent stackmap frames when instrumenting class files produced
51 by certain tools like ProGuard (GitHub #85).</li>
52</ul>
53
Marc R. Hoffmannac07e252013-05-20 12:56:11 +020054<h3>Non-functional Changes</h3>
55<ul>
56 <li>More context information when exceptions occur during analysis or
57 instrumentation (GitHub #104).</li>
Marc R. Hoffmanne0482012013-06-01 12:19:09 +020058 <li>If analysis is performed on offline instrumented classes - which is an
59 build configuration error - an exception is now thrown (GitHub #108).</li>
Marc R. Hoffmannac07e252013-05-20 12:56:11 +020060</ul>
61
62
Marc R. Hoffmann55fae172013-03-20 11:55:53 +010063<h3>API Changes</h3>
64<ul>
65 <li>The configuration of the Maven check goal has been reworked to support
66 checks on any element type (GitHub #106).</li>
Marc R. Hoffmannac07e252013-05-20 12:56:11 +020067 <li><code>Analyzer</code> and <code>Instrumenter</code> expect resource name
68 as additional parameter for better error messages (GitHub #104).</li>
Marc R. Hoffmann55fae172013-03-20 11:55:53 +010069</ul>
70
71
Evgeny Mandrikov6fd4f3a2013-02-03 01:09:10 +010072<h2>Release 0.6.2 (2013/02/03)</h2>
Evgeny Mandrikova6a45e82012-12-23 22:24:47 +010073
Evgeny Mandrikov4a77e402012-12-26 12:03:58 +010074<h3>New Features</h3>
Marc R. Hoffmann47990a42012-12-28 13:54:23 +010075<ul>
Evgeny Mandrikove6f41d42013-01-11 15:37:36 +010076 <li>Support for offline instrumentation (GitHub #4, #64).</li>
Marc Hoffmann60147ad2013-01-08 18:57:10 +010077 <li>JaCoCo agent exposes runtime API for direct integration with application
78 under test (GitHub #61).</li>
Marc R. Hoffmann1a7ab6f2013-01-08 22:21:25 +010079 <li>Support for parallel test execution: Different agents can now safely write
80 to the same <code>*.exec</code> file (GitHub #52).</li>
Evgeny Mandrikov446f1972013-01-09 18:17:11 +010081 <li>New output mode 'none' can be used when agent is only controlled via JMX
82 or its new runtime API (GitHub #63).</li>
Marc R. Hoffmanne10fc8b2013-01-18 16:28:52 +010083 <li>Better error message in case of invalid stackmap frames (GitHub #73).</li>
Evgeny Mandrikov700361b2013-02-02 20:02:24 +010084 <li>jacoco-maven-plugin: default phase for goal "report" - "verify"
Evgeny Mandrikov741c8942013-01-21 20:41:30 +010085 (GitHub #72).</li>
Marc R. Hoffmann47990a42012-12-28 13:54:23 +010086</ul>
Evgeny Mandrikov4a77e402012-12-26 12:03:58 +010087
Evgeny Mandrikov4a77e402012-12-26 12:03:58 +010088<h3>Non-functional Changes</h3>
89<ul>
90 <li>For every build the corresponding Git commit hash is included as
91 <code>Eclipse-SourceReferences</code> manifest headers (GitHub #7, #59).</li>
Marc R. Hoffmann73a22352013-05-27 07:41:24 +020092 <li>Adjust saturation of red source highlighting in HTML reports to make
93 JaCoCo reports more accessible to red/green blind users.</li>
Evgeny Mandrikov4a77e402012-12-26 12:03:58 +010094</ul>
95
Marc R. Hoffmanne2930e72013-01-08 21:18:35 +010096<h3>API Changes</h3>
97<ul>
98 <li>The <code>output</code> mode <code>mbean</code> of the agent has been
99 dropped in favor of the new boolean option <code>jmx</code>. This allows
100 to combine JMX access with any other output mode (GitHub #62).</li>
101</ul>
102
Evgeny Mandrikov0bb8d2d2012-12-23 20:33:58 +0100103<h2>Release 0.6.1 (2012/12/23)</h2>
Evgeny Mandrikov7764fe52012-10-06 23:44:26 +0400104
Evgeny Mandrikov2ea884b2012-11-10 13:47:51 +0100105<h3>New Features</h3>
106<ul>
Evgeny Mandrikovca863832012-11-22 00:12:12 +0100107 <li>Add a coverage check Mojo, contributed by Kyle Lieber (GitHub #6).</li>
Evgeny Mandrikov2ea884b2012-11-10 13:47:51 +0100108</ul>
109
Evgeny Mandrikoveb0cfdf2012-11-10 18:00:41 +0100110<h3>Fixed Bugs</h3>
111<ul>
Marc R. Hoffmannfcc0a0f2012-11-10 20:37:05 +0100112 <li>jacocoant.jar should not conflict with ASM 3.x (GitHub #39).</li>
Evgeny Mandrikovca863832012-11-22 00:12:12 +0100113 <li>Agent Mojo should set empty property, if execution was skipped
114 (GitHub #44).</li>
Evgeny Mandrikoveb0cfdf2012-11-10 18:00:41 +0100115</ul>
116
Marc R. Hoffmann1e1df5b2012-11-02 22:58:50 +0100117<h3>Non-functional Changes</h3>
118<ul>
Marc R. Hoffmanncd5deec2012-11-09 14:59:22 +0100119 <li>Upgrade to ASM 4.1 (GitHub #37).</li>
Marc R. Hoffmannfcc0a0f2012-11-10 20:37:05 +0100120 <li>Log location of merged execution data file in Ant <code>merge</code> task
121 (GitHub #29).</li>
Marc R. Hoffmann1e1df5b2012-11-02 22:58:50 +0100122</ul>
123
Evgeny Mandrikov76f62ca2012-10-06 23:01:20 +0400124<h2>Release 0.6.0 (2012/10/06)</h2>
Evgeny Mandrikov13d966c2012-08-31 12:39:14 +0600125
Marc R. Hoffmannf22657e2012-09-20 21:45:49 +0200126<h3>New Features</h3>
127<ul>
128 <li>Full support for Java 7 including INVOKEDYNAMIC as JaCoCo is now based
Marc R. Hoffmann8bcab032012-09-20 22:28:29 +0200129 on ASM 4.0 (GitHub #5).</li>
Marc R. Hoffmannf22657e2012-09-20 21:45:49 +0200130</ul>
131
Abraham Lin47c3fbb2012-09-13 23:27:32 +0600132<h3>Fixed Bugs</h3>
133<ul>
134 <li>Maven plugin should skip creation of report if the execution data file is
Marc R. Hoffmann8bcab032012-09-20 22:28:29 +0200135 missing. This avoids appearance of stack traces in case when JVM was not
136 forked, e.g. if there are no tests to run (SF #3563431, GitHub #19).</li>
137 <li>Maven plugin should fail if unable to read execution data file or create
138 report (GitHub #19).</li>
Abraham Lin47c3fbb2012-09-13 23:27:32 +0600139</ul>
140
Marc R. Hoffmann8bcab032012-09-20 22:28:29 +0200141<h3>API Changes</h3>
142<ul>
143 <li>Only colon as separator character supported in agent parameters. The
144 deprecated pipe character is no longer supported.</li>
145</ul>
146
Evgeny Mandrikovd3dd13c2012-08-31 12:32:50 +0600147<h2>Release 0.5.10 (2012/08/31)</h2>
Evgeny Mandrikov9e1a22e2012-07-30 07:35:07 +0000148
Marc R. Hoffmannababcec2012-08-16 19:07:26 +0000149<h3>Fixed Bugs</h3>
150<ul>
Marc R. Hoffmann632e70b2012-08-24 14:49:19 +0000151 <li>Correct stackmap frames for new <code>long[]</code> arrays (SF #3553210).</li>
152 <li>Properly resolve the <code>fork</code> variable for tasks wrapped by the
153 <code>coverage</code> Ant task (Trac #213).</li>
Marc R. Hoffmannababcec2012-08-16 19:07:26 +0000154</ul>
155
Marc R. Hoffmannbb80b762012-08-29 23:57:58 +0200156<h3>Non-functional Changes</h3>
157<ul>
158 <li>Source tree has been migrated to Git and is now hosted on Github at
159 <a href="https://github.com/jacoco/jacoco">https://github.com/jacoco/jacoco</a>.</li>
160</ul>
161
Evgeny Mandrikov7fa63e72012-07-30 07:26:38 +0000162<h2>Release 0.5.9 (2012/07/30)</h2>
Evgeny Mandrikov19e5caa2012-07-11 12:29:04 +0000163
Marc R. Hoffmann049e6042012-07-21 19:02:27 +0000164<h3>Fixed Bugs</h3>
165<ul>
166 <li>Don't produce invalid class files in case of unexpected stackmap frames
167 (SF #3543758).</li>
168</ul>
169
Evgeny Mandrikov5552b672012-07-11 12:23:15 +0000170<h2>Release 0.5.8 (2012/07/11)</h2>
Marc R. Hoffmann871836b2012-05-12 12:28:13 +0000171
Marc R. Hoffmanncf41fc12012-06-30 00:15:43 +0000172<h3>New Features</h3>
173<ul>
174 <li>Support for parallel Maven builds (Trac #191).</li>
175 <li>New agent option <code>classdumpdir</code> to dump all class files seen
176 by the JaCoCo agent to disk. This option is also available for Ant and
177 Maven (Trac #208).</li>
178</ul>
179
Marc R. Hoffmann9308f8a2012-07-04 19:00:06 +0000180<h3>Fixed Bugs</h3>
181<ul>
182 <li>Allow instrumentation of classes with dead code (SF #3538112).</li>
Marc R. Hoffmann65c17152012-07-09 10:37:23 +0000183 <li>Reworked instrumentation strategy to avoid verifier error "Uninitialized
184 object exists on backward branch" with certain Java 7 class files
185 (Trac #154).</li>
Marc R. Hoffmann9308f8a2012-07-04 19:00:06 +0000186</ul>
187
Marc R. Hoffmann78309272012-05-02 19:25:44 +0000188<h3>Non-functional Changes</h3>
189<ul>
Marc R. Hoffmann871836b2012-05-12 12:28:13 +0000190 <li>Documentation now includes Maven example and Maven goal documentation
191 (Trac #201, #202).</li>
Marc R. Hoffmann78309272012-05-02 19:25:44 +0000192</ul>
193
Evgeny Mandrikov976a90f2012-04-19 03:40:42 +0000194<h2>Release 0.5.7 (2012/04/19)</h2>
Evgeny Mandrikov022e3af2012-01-23 23:39:12 +0000195
Marc R. Hoffmann2a363b82012-03-31 10:00:06 +0000196<h3>New Features</h3>
197<ul>
198 <li>Support for class redefinitions by other agents like JMockit (SF #3509409).</li>
Marc R. Hoffmannc17f2b02012-04-07 09:05:00 +0000199 <li>Remove class file attributes with invalid code offsets caused by other
Marc R. Hoffmannc32282c2012-04-18 21:04:59 +0000200 byte code processing tools to avoid verifier errors (Trac #196).</li>
201 <li>Improved logging for Ant tasks (SF #3518429).</li>
Marc R. Hoffmann2a363b82012-03-31 10:00:06 +0000202</ul>
203
Marc R. Hoffmannce117fd2012-03-29 12:55:41 +0000204<h3>Fixed Bugs</h3>
205<ul>
206 <li>In case of failures the agent should log the original exception.</li>
207</ul>
208
Evgeny Mandrikov99487a12012-01-23 23:33:12 +0000209<h2>Release 0.5.6 (2012/01/23)</h2>
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +0000210
211<h3>New Features</h3>
212<ul>
213 <li>jacoco-maven-plugin can be used together with maven-site-plugin (Trac #181).</li>
Marc R. Hoffmann8b5d6a32012-01-18 20:24:45 +0000214 <li>The <code>report</code> Ant task now also supports directory resources to
215 specify source folders. This allows reading source files from multiple
216 directories. Contributed by Dominik Stadler (Trac #119).</li>
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +0000217</ul>
218
219<h3>Fixed Bugs</h3>
220<ul>
221 <li>Don't insert stackmap frames for class files before version 1.6.</li>
222 <li>Regression, which was introduced in 0.5.4 - restored compatibility of jacoco-maven-plugin with Maven 2 (Trac #182).</li>
223</ul>
224
225<h2>Release 0.5.5 (2011/12/15)</h2>
226
227<h3>Fixed Bugs</h3>
228<ul>
229 <li>Correct default value for the <code>append</code> property of the
230 <code>dump</code> Ant task is <code>true</code> (Trac #178).</li>
231 <li>Try/catch blocks must not be counted as instructions (Trac #179).</li>
232</ul>
233
234<h3>Non-functional Changes</h3>
235<ul>
236 <li>Upgrade to ASM 3.3.1.</li>
237</ul>
238
239<h2>Release 0.5.4 (2011/11/11)</h2>
240
241<h3>New Features</h3>
242<ul>
243 <li>Maven plug-in: respect <code>includes</code> and <code>excludes</code>
Evgeny Mandrikov8e7d6992011-11-11 20:26:38 +0000244 properties in report Mojo (Trac #160).
Evgeny Mandrikov8e7d6992011-11-11 20:26:38 +0000245 Also note that:
246<pre class="source lang-xml">
247&lt;configuration&gt;
248 &lt;includes&gt;org.foo.*:org.bar.*&lt;/includes&gt;
249 &lt;excludes&gt;com.foo.*:com.bar.*&lt;/excludes&gt;
250&lt;/configuration&gt;
251</pre>
252 must be replaced on:
253<pre class="source lang-xml">
254&lt;configuration&gt;
255 &lt;includes&gt;
256 &lt;include>org.foo.*&lt;/include&gt;
257 &lt;include>org.bar.*&lt;/include&gt;
258 &lt;/includes&gt;
259 &lt;excludes&gt;
260 &lt;exclude&gt;com.foo.*&lt;/exclude&gt;
261 &lt;exclude&gt;com.bar.*&lt;/exclude&gt;
262 &lt;/excludes&gt;
263&lt;/configuration&gt;
264</pre>
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +0000265 </li>
266</ul>
267
268<h3>API Changes</h3>
269<ul>
270 <li><code>Instrumenter</code> now only requires
271 <code>IExecutionDataAccessorGenerator</code> instead of
272 <code>IRuntime</code> (Trac #174).</li>
273 <li>Removed reference to internal implementation classes from
274 <code>CoverageBuilder</code> API.</li>
275</ul>
276
277<h3>Non-functional Changes</h3>
278<ul>
279 <li>Release bundles from now on signed again.</li>
280 <li>Several documentation updates.</li>
281</ul>
282
283<h2>Release 0.5.3 (2011/07/06)</h2>
284
285<h3>New Features</h3>
286<ul>
287 <li>New Maven plug-in for JaCoCo agent setup and basic reporting (Trac #25).</li>
288 <li>Additional output mode implementation for JaCoCo agent based on JMX.</li>
289</ul>
290
291<h3>Fixed Bugs</h3>
292<ul>
293 <li>Fixed problem with reporting of nested group structures (Trac #157).</li>
294</ul>
295
296<h3>Non-functional Changes</h3>
297<ul>
298 <li>JaCoCo build based on Maven (Trac #136).</li>
299 <li>JaCoCo published to Maven repository (Trac #149).</li>
300</ul>
301
302<h2>Release 0.5.2 (2011/05/19)</h2>
303
304<h3>New Features</h3>
305<ul>
306 <li>JaCoCo reports cyclomatic complexity numbers (Trac #129).</li>
307 <li>For HTML reports the tab width can be specified on the
308 <code>sourcefiles</code> attribute of the <code>report</code> Ant task
309 (Track #152).</li>
310</ul>
311
312<h3>Fixed Bugs</h3>
313<ul>
314 <li>Removed duplicate counters in the root node of XML reports (Trac #155).</li>
315 <li>Avoid <code>StackOverflowException</code> when analyzing methods with very
316 long instruction sequences (Trac #156). Many thanks to Jean-Eric Cuendet
317 for reporting and analyzing this!</li>
318</ul>
319
320<h3>API Changes</h3>
321<ul>
322 <li><code>ICoverageNode</code> API has been extended for cyclomatic
323 complexity (Trac #129).</li>
324 <li>XML and CSV report includes new counter type <code>COMPLEXITY</code>
325 (Trac #129).</li>
326 <li>New method <code>getTabWidth()</code> in callback interface
327 <code>ISourceFileLocator</code> instead of
328 <code>HTMLReportFormatter.setTabWidth()</code> which has been removed.
329 (Trac #152).</li>
330</ul>
331
332<h2>Release 0.5.1 (2011/03/21)</h2>
333
334<h3>New Features</h3>
335<ul>
336 <li>Duplicate classes with identical identifiers are now ignored during
337 analysis.</li>
338 <li>Added support for TestNG to Ant task Coverage (Track #144).</li>
339</ul>
340
341<h3>Fixed Bugs</h3>
342<ul>
343 <li>Calculate correct stackmap frames for Java 1.6 branches (Trac #139).</li>
344 <li>Link source files also for classes in default package (Trac #151).</li>
345</ul>
346
347<h3>Non-functional Changes</h3>
348<ul>
349 <li>API documentation cleanup (Track #140).</li>
350 <li>Removed obsolete examples from documentation (Trac #141).</li>
351 <li>Added reporting API example (Trac #146).</li>
352 <li>Reduced file size of HTML report source pages (Trac #148).</li>
353</ul>
354
355<h3>API Changes</h3>
356<ul>
357 <li>Simplified reporting API (Trac #53).</li>
358 <li>Use colon as separator character in agent parameters (Trac #143).</li>
359 <li>Now also empty files are accepted as <code>*.exec</code> files (Trac #150).</li>
360</ul>
361
362<h2>Release 0.5.0 (2011/01/19)</h2>
363
364<h3>New Features</h3>
365<ul>
366 <li>JaCoCo now reports branch coverage (Track #66).</li>
367</ul>
368
369<h3>Fixed Bugs</h3>
370<ul>
371 <li>Only process actual Java class files during analysis (SF #3106102).</li>
372 <li>Fix broken source links due to sort hash (Track #125).</li>
373 <li>Fixed invalid OSGi headers in MANIFEST.MF files (Track #127).</li>
374 <li>Try to avoid interference with Hibernate (SF #3134190).</li>
375 <li>Provide proper error message in case of duplicate class names in the same
376 group (SF #3110219).</li>
377 <li>Allow any number of probes in static interface initializers (SF #3161106).</li>
378</ul>
379
380<h3>API Changes</h3>
381<ul>
382 <li>All analysis specific APIs have been moved to package
383 <code>org.jacoco.core.analysis</code>.</li>
384 <li>The <code>IStructureVisitor</code> interface has been replaced by a
385 simplified version called <code>ICoverageVisitor</code> (Track #132).</li>
386 <li>All counter creation and update APIs now accept <i>missed items</i> and
387 <i>covered items</i> as parameters (Track #131).</li>
388 <li>Instructions are now counted on a per line basis. Therefore some
389 interfaces in the <code>org.jacoco.core.analysis</code> package have
390 changed as well as the <code>line</code> element in the XML report
391 (Track #130).</li>
392 <li>Several internal implementation classes have removed from the core APIs or
393 have been replaced by new interfaces (Track #133).</li>
394</ul>
395
396<h2>Release 0.4.1 (2010/10/07)</h2>
397
398<h3>New Features</h3>
399<ul>
400 <li>New attribute <code>line</code> for <code>method</code> elements in the
401 XML report containing the first source line number of the method.
402 (Track #120).</li>
403 <li>Optional <code>locale</code> attribute for number rendering HTML reports,
404 also available as an attribute of the <code>html</code> tag of the
405 <code>report</code> Ant task (Track #122).</li>
406 <li>Coverage tables in HTML report are now sortable (Track #98).</li>
407 <li>The <code>report</code> Ant task issues a warning if source files are
408 provided but class files do not contain debug information to collect line
409 numbers (SF #3024486).</li>
410</ul>
411
412<h3>Non-functional Changes</h3>
413<ul>
414 <li>Reduced memory footprint for coverage data by 30% (Track #106).</li>
415 <li>Moved to Eclipse 3.6.x as development environment (Trac #115).</li>
416 <li>All delivered bundles and JAR files are signed (Trac #118).</li>
417</ul>
418
419<h3>Fixed Bugs</h3>
420<ul>
421 <li>Better error message when multiple JaCoCo agents are specified
422 (Track #103).</li>
423 <li>Fixed potential NPE at shutdown when running agent in
424 <code>tcpserver</code> mode (Track #117).</li>
425 <li>Agent now fails at startup when execution data file can't be opened
426 (Track #121).</li>
427</ul>
428
429<h2>Release 0.4.0 (2010/06/04)</h2>
430
431<h3>New Features</h3>
432<ul>
433 <li>Execution data now includes session information: an arbitrary identifier,
434 the start time and dump time (Trac #88).</li>
435 <li>Added session information to XML report (Trac #92).</li>
436 <li>New "Sessions" page in the HTML report shows information about each
437 sessions wherein execution data has been collected for the report
438 (Trac #93). Additionally all classes with execution data available are
439 listed on this page (Trac #94).</li>
440 <li>The agent now supports remote dumps via TCP/IP connections (Trac #82).</li>
441 <li>New Ant task <code>dump</code> to remotely collect coverage data from
442 agents (Trac #100).</li>
443</ul>
444
445<h3>API Changes</h3>
446<ul>
447 <li>Execution data file header is written and read in any case (Trac #72).</li>
448 <li>Added <code>dumponexit</code> to agent options (Trac #82).</li>
449 <li>Added <code>sessionid</code> to agent options (Trac #88).</li>
450 <li>Added <code>output, address and port</code> to agent options (Trac #82).</li>
451 <li>Additional and modified methods in <code>IRuntime</code> to produce
452 session information (Trac #88).</li>
453 <li>Coverage element type <code>SESSION</code> removed (Trac #95).</li>
454 <li>Removed several internal APIs from package
455 <code>org.jacoco.core.instr</code> used for class instrumentation.</li>
456 <li>Renamed class <code>org.jacoco.report.csv.CsvFormatter</code> to
457 <code>CSVFormatter</code> (upper case) for consistency with other
458 formatters.</li>
459</ul>
460
461<h2>Release 0.3.3 (2010/04/19)</h2>
462
463<h3>New Features</h3>
464<ul>
465 <li>Support for different archives (jar, war, ear etc.) and nested archives
466 (Trac #78).</li>
467 <li>XML report with line level coverage information (requested for Sonar).</li>
468</ul>
469
470<h3>Fixed Bugs</h3>
471<ul>
472 <li>Correct stackmap frames for Java 1.6 class files. (Track #81).</li>
473 <li>Avoid usage of <code>LocalVariableSorter</code> due to ASM bug #314563
474 (Track #69).</li>
475 <li>Nested Java/JUnit Ant tasks not being executed when coverage task disabled. (Track #85).</li>
476</ul>
477
478<h2>Release 0.3.2 (2010/04/01)</h2>
479
480<h3>New Features</h3>
481<ul>
482 <li>New HTML report option to directly create a zip file containing the report
483 (Trac #12).</li>
484 <li>Code coverage for static initializers in interfaces (Trac #21).</li>
485 <li>Better error handling for <code>report</code> Ant task (Trac #71).</li>
486 <li>Classes without instructions are excluded from reports (Trac #73).</li>
487</ul>
488
489<h3>Fixed Bugs</h3>
490<ul>
491 <li>XML and CSV report output now also works for structures without groups
492 (Track #76).</li>
493</ul>
494
495<h3>API Changes</h3>
496<ul>
497 <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs
498 (Trac #72).</li>
499 <li>To support "off-line" instrumentation scenarios it is not required any
500 more to register instrumented classes with the runtime (Trac #74).</li>
501</ul>
502
503<h2>Release 0.3.1 (2010/02/09)</h2>
504
505<h3>Fixed Bugs</h3>
506<ul>
507 <li>Ant tasks broken on Linux (Trac #68).</li>
508</ul>
509
510<h2>Release 0.3.0 (2010/02/02)</h2>
511
512<h3>New Features</h3>
513<ul>
514 <li>Report renders anonymous classes with type information (Trac #46).</li>
515 <li><code>enabled</code> property added to <code>agent</code> and
516 <code>coverage</code> Ant tasks (Trac #63).</li>
517 <li>Ant task <code>merge</code> added (Trac #52).</li>
518</ul>
519
520<h3>Fixed Bugs</h3>
521<ul>
522 <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE
523 application servers like Glassfish.</li>
524</ul>
525
526<h3>API Changes</h3>
527<ul>
528 <li>Agent option and Ant task parameter <code>file</code> changed to
529 <code>destfile</code> (Trac #59).</li>
530 <li>Agent option and Ant task parameter <code>merge</code> changed to
531 <code>append</code> (Trac #51).</li>
532</ul>
533
534<h2>Release 0.2.0 (2010/01/08)</h2>
535
536<h3>New Features</h3>
537
538<ul>
539 <li>Simplified probe data structure reduces memory usage (Trac #47).</li>
540 <li>Performance test becomes part of the build.</li>
541 <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent
542 as a resource (Trac #50).</li>
543</ul>
544
545<h3>Fixed Bugs</h3>
546
547<ul>
548 <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing
549 while instrumentation and analysis (Trac #44).</li>
550</ul>
551
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +0000552<h2>Release 0.1.0 (2009/10/28)</h2>
553
554<p>
555 The very first JaCoCo release.
556</p>
557
558</div>
559<div class="footer">
560 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
561 <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
562</div>
563
564</body>
565</html>