blob: e774686d5f0aa2010d5239f353272502b9241960 [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 Mandrikova6a45e82012-12-23 22:24:47 +010021<h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
22
Evgeny Mandrikov4a77e402012-12-26 12:03:58 +010023<h3>New Features</h3>
Marc R. Hoffmann47990a42012-12-28 13:54:23 +010024<ul>
Evgeny Mandrikove6f41d42013-01-11 15:37:36 +010025 <li>Support for offline instrumentation (GitHub #4, #64).</li>
Marc Hoffmann60147ad2013-01-08 18:57:10 +010026 <li>JaCoCo agent exposes runtime API for direct integration with application
27 under test (GitHub #61).</li>
Marc R. Hoffmann1a7ab6f2013-01-08 22:21:25 +010028 <li>Support for parallel test execution: Different agents can now safely write
29 to the same <code>*.exec</code> file (GitHub #52).</li>
Evgeny Mandrikov446f1972013-01-09 18:17:11 +010030 <li>New output mode 'none' can be used when agent is only controlled via JMX
31 or its new runtime API (GitHub #63).</li>
Marc R. Hoffmanne10fc8b2013-01-18 16:28:52 +010032 <li>Better error message in case of invalid stackmap frames (GitHub #73).</li>
Evgeny Mandrikov700361b2013-02-02 20:02:24 +010033 <li>jacoco-maven-plugin: default phase for goal "report" - "verify"
Evgeny Mandrikov741c8942013-01-21 20:41:30 +010034 (GitHub #72).</li>
Marc R. Hoffmann47990a42012-12-28 13:54:23 +010035</ul>
Evgeny Mandrikov4a77e402012-12-26 12:03:58 +010036
37<h3>Fixed Bugs</h3>
38
39<h3>Non-functional Changes</h3>
40<ul>
41 <li>For every build the corresponding Git commit hash is included as
42 <code>Eclipse-SourceReferences</code> manifest headers (GitHub #7, #59).</li>
43</ul>
44
Marc R. Hoffmanne2930e72013-01-08 21:18:35 +010045<h3>API Changes</h3>
46<ul>
47 <li>The <code>output</code> mode <code>mbean</code> of the agent has been
48 dropped in favor of the new boolean option <code>jmx</code>. This allows
49 to combine JMX access with any other output mode (GitHub #62).</li>
50</ul>
51
52
Evgeny Mandrikov0bb8d2d2012-12-23 20:33:58 +010053<h2>Release 0.6.1 (2012/12/23)</h2>
Evgeny Mandrikov7764fe52012-10-06 23:44:26 +040054
Evgeny Mandrikov2ea884b2012-11-10 13:47:51 +010055<h3>New Features</h3>
56<ul>
Evgeny Mandrikovca863832012-11-22 00:12:12 +010057 <li>Add a coverage check Mojo, contributed by Kyle Lieber (GitHub #6).</li>
Evgeny Mandrikov2ea884b2012-11-10 13:47:51 +010058</ul>
59
Evgeny Mandrikoveb0cfdf2012-11-10 18:00:41 +010060<h3>Fixed Bugs</h3>
61<ul>
Marc R. Hoffmannfcc0a0f2012-11-10 20:37:05 +010062 <li>jacocoant.jar should not conflict with ASM 3.x (GitHub #39).</li>
Evgeny Mandrikovca863832012-11-22 00:12:12 +010063 <li>Agent Mojo should set empty property, if execution was skipped
64 (GitHub #44).</li>
Evgeny Mandrikoveb0cfdf2012-11-10 18:00:41 +010065</ul>
66
Marc R. Hoffmann1e1df5b2012-11-02 22:58:50 +010067<h3>Non-functional Changes</h3>
68<ul>
Marc R. Hoffmanncd5deec2012-11-09 14:59:22 +010069 <li>Upgrade to ASM 4.1 (GitHub #37).</li>
Marc R. Hoffmannfcc0a0f2012-11-10 20:37:05 +010070 <li>Log location of merged execution data file in Ant <code>merge</code> task
71 (GitHub #29).</li>
Marc R. Hoffmann1e1df5b2012-11-02 22:58:50 +010072</ul>
73
Evgeny Mandrikov76f62ca2012-10-06 23:01:20 +040074<h2>Release 0.6.0 (2012/10/06)</h2>
Evgeny Mandrikov13d966c2012-08-31 12:39:14 +060075
Marc R. Hoffmannf22657e2012-09-20 21:45:49 +020076<h3>New Features</h3>
77<ul>
78 <li>Full support for Java 7 including INVOKEDYNAMIC as JaCoCo is now based
Marc R. Hoffmann8bcab032012-09-20 22:28:29 +020079 on ASM 4.0 (GitHub #5).</li>
Marc R. Hoffmannf22657e2012-09-20 21:45:49 +020080</ul>
81
Abraham Lin47c3fbb2012-09-13 23:27:32 +060082<h3>Fixed Bugs</h3>
83<ul>
84 <li>Maven plugin should skip creation of report if the execution data file is
Marc R. Hoffmann8bcab032012-09-20 22:28:29 +020085 missing. This avoids appearance of stack traces in case when JVM was not
86 forked, e.g. if there are no tests to run (SF #3563431, GitHub #19).</li>
87 <li>Maven plugin should fail if unable to read execution data file or create
88 report (GitHub #19).</li>
Abraham Lin47c3fbb2012-09-13 23:27:32 +060089</ul>
90
Marc R. Hoffmann8bcab032012-09-20 22:28:29 +020091<h3>API Changes</h3>
92<ul>
93 <li>Only colon as separator character supported in agent parameters. The
94 deprecated pipe character is no longer supported.</li>
95</ul>
96
97
Evgeny Mandrikovd3dd13c2012-08-31 12:32:50 +060098<h2>Release 0.5.10 (2012/08/31)</h2>
Evgeny Mandrikov9e1a22e2012-07-30 07:35:07 +000099
Marc R. Hoffmannababcec2012-08-16 19:07:26 +0000100<h3>Fixed Bugs</h3>
101<ul>
Marc R. Hoffmann632e70b2012-08-24 14:49:19 +0000102 <li>Correct stackmap frames for new <code>long[]</code> arrays (SF #3553210).</li>
103 <li>Properly resolve the <code>fork</code> variable for tasks wrapped by the
104 <code>coverage</code> Ant task (Trac #213).</li>
Marc R. Hoffmannababcec2012-08-16 19:07:26 +0000105</ul>
106
Marc R. Hoffmannbb80b762012-08-29 23:57:58 +0200107<h3>Non-functional Changes</h3>
108<ul>
109 <li>Source tree has been migrated to Git and is now hosted on Github at
110 <a href="https://github.com/jacoco/jacoco">https://github.com/jacoco/jacoco</a>.</li>
111</ul>
112
Evgeny Mandrikov7fa63e72012-07-30 07:26:38 +0000113<h2>Release 0.5.9 (2012/07/30)</h2>
Evgeny Mandrikov19e5caa2012-07-11 12:29:04 +0000114
Marc R. Hoffmann049e6042012-07-21 19:02:27 +0000115<h3>Fixed Bugs</h3>
116<ul>
117 <li>Don't produce invalid class files in case of unexpected stackmap frames
118 (SF #3543758).</li>
119</ul>
120
Evgeny Mandrikov5552b672012-07-11 12:23:15 +0000121<h2>Release 0.5.8 (2012/07/11)</h2>
Marc R. Hoffmann871836b2012-05-12 12:28:13 +0000122
Marc R. Hoffmanncf41fc12012-06-30 00:15:43 +0000123<h3>New Features</h3>
124<ul>
125 <li>Support for parallel Maven builds (Trac #191).</li>
126 <li>New agent option <code>classdumpdir</code> to dump all class files seen
127 by the JaCoCo agent to disk. This option is also available for Ant and
128 Maven (Trac #208).</li>
129</ul>
130
Marc R. Hoffmann9308f8a2012-07-04 19:00:06 +0000131<h3>Fixed Bugs</h3>
132<ul>
133 <li>Allow instrumentation of classes with dead code (SF #3538112).</li>
Marc R. Hoffmann65c17152012-07-09 10:37:23 +0000134 <li>Reworked instrumentation strategy to avoid verifier error "Uninitialized
135 object exists on backward branch" with certain Java 7 class files
136 (Trac #154).</li>
Marc R. Hoffmann9308f8a2012-07-04 19:00:06 +0000137</ul>
138
Marc R. Hoffmann78309272012-05-02 19:25:44 +0000139<h3>Non-functional Changes</h3>
140<ul>
Marc R. Hoffmann871836b2012-05-12 12:28:13 +0000141 <li>Documentation now includes Maven example and Maven goal documentation
142 (Trac #201, #202).</li>
Marc R. Hoffmann78309272012-05-02 19:25:44 +0000143</ul>
144
Evgeny Mandrikov976a90f2012-04-19 03:40:42 +0000145<h2>Release 0.5.7 (2012/04/19)</h2>
Evgeny Mandrikov022e3af2012-01-23 23:39:12 +0000146
Marc R. Hoffmann2a363b82012-03-31 10:00:06 +0000147<h3>New Features</h3>
148<ul>
149 <li>Support for class redefinitions by other agents like JMockit (SF #3509409).</li>
Marc R. Hoffmannc17f2b02012-04-07 09:05:00 +0000150 <li>Remove class file attributes with invalid code offsets caused by other
Marc R. Hoffmannc32282c2012-04-18 21:04:59 +0000151 byte code processing tools to avoid verifier errors (Trac #196).</li>
152 <li>Improved logging for Ant tasks (SF #3518429).</li>
Marc R. Hoffmann2a363b82012-03-31 10:00:06 +0000153</ul>
154
Marc R. Hoffmannce117fd2012-03-29 12:55:41 +0000155<h3>Fixed Bugs</h3>
156<ul>
157 <li>In case of failures the agent should log the original exception.</li>
158</ul>
159
Evgeny Mandrikov99487a12012-01-23 23:33:12 +0000160<h2>Release 0.5.6 (2012/01/23)</h2>
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +0000161
162<h3>New Features</h3>
163<ul>
164 <li>jacoco-maven-plugin can be used together with maven-site-plugin (Trac #181).</li>
Marc R. Hoffmann8b5d6a32012-01-18 20:24:45 +0000165 <li>The <code>report</code> Ant task now also supports directory resources to
166 specify source folders. This allows reading source files from multiple
167 directories. Contributed by Dominik Stadler (Trac #119).</li>
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +0000168</ul>
169
170<h3>Fixed Bugs</h3>
171<ul>
172 <li>Don't insert stackmap frames for class files before version 1.6.</li>
173 <li>Regression, which was introduced in 0.5.4 - restored compatibility of jacoco-maven-plugin with Maven 2 (Trac #182).</li>
174</ul>
175
176<h2>Release 0.5.5 (2011/12/15)</h2>
177
178<h3>Fixed Bugs</h3>
179<ul>
180 <li>Correct default value for the <code>append</code> property of the
181 <code>dump</code> Ant task is <code>true</code> (Trac #178).</li>
182 <li>Try/catch blocks must not be counted as instructions (Trac #179).</li>
183</ul>
184
185<h3>Non-functional Changes</h3>
186<ul>
187 <li>Upgrade to ASM 3.3.1.</li>
188</ul>
189
190<h2>Release 0.5.4 (2011/11/11)</h2>
191
192<h3>New Features</h3>
193<ul>
194 <li>Maven plug-in: respect <code>includes</code> and <code>excludes</code>
Evgeny Mandrikov8e7d6992011-11-11 20:26:38 +0000195 properties in report Mojo (Trac #160).
Evgeny Mandrikov8e7d6992011-11-11 20:26:38 +0000196 Also note that:
197<pre class="source lang-xml">
198&lt;configuration&gt;
199 &lt;includes&gt;org.foo.*:org.bar.*&lt;/includes&gt;
200 &lt;excludes&gt;com.foo.*:com.bar.*&lt;/excludes&gt;
201&lt;/configuration&gt;
202</pre>
203 must be replaced on:
204<pre class="source lang-xml">
205&lt;configuration&gt;
206 &lt;includes&gt;
207 &lt;include>org.foo.*&lt;/include&gt;
208 &lt;include>org.bar.*&lt;/include&gt;
209 &lt;/includes&gt;
210 &lt;excludes&gt;
211 &lt;exclude&gt;com.foo.*&lt;/exclude&gt;
212 &lt;exclude&gt;com.bar.*&lt;/exclude&gt;
213 &lt;/excludes&gt;
214&lt;/configuration&gt;
215</pre>
Evgeny Mandrikov82a92ca2012-01-15 20:25:48 +0000216 </li>
217</ul>
218
219<h3>API Changes</h3>
220<ul>
221 <li><code>Instrumenter</code> now only requires
222 <code>IExecutionDataAccessorGenerator</code> instead of
223 <code>IRuntime</code> (Trac #174).</li>
224 <li>Removed reference to internal implementation classes from
225 <code>CoverageBuilder</code> API.</li>
226</ul>
227
228<h3>Non-functional Changes</h3>
229<ul>
230 <li>Release bundles from now on signed again.</li>
231 <li>Several documentation updates.</li>
232</ul>
233
234<h2>Release 0.5.3 (2011/07/06)</h2>
235
236<h3>New Features</h3>
237<ul>
238 <li>New Maven plug-in for JaCoCo agent setup and basic reporting (Trac #25).</li>
239 <li>Additional output mode implementation for JaCoCo agent based on JMX.</li>
240</ul>
241
242<h3>Fixed Bugs</h3>
243<ul>
244 <li>Fixed problem with reporting of nested group structures (Trac #157).</li>
245</ul>
246
247<h3>Non-functional Changes</h3>
248<ul>
249 <li>JaCoCo build based on Maven (Trac #136).</li>
250 <li>JaCoCo published to Maven repository (Trac #149).</li>
251</ul>
252
253<h2>Release 0.5.2 (2011/05/19)</h2>
254
255<h3>New Features</h3>
256<ul>
257 <li>JaCoCo reports cyclomatic complexity numbers (Trac #129).</li>
258 <li>For HTML reports the tab width can be specified on the
259 <code>sourcefiles</code> attribute of the <code>report</code> Ant task
260 (Track #152).</li>
261</ul>
262
263<h3>Fixed Bugs</h3>
264<ul>
265 <li>Removed duplicate counters in the root node of XML reports (Trac #155).</li>
266 <li>Avoid <code>StackOverflowException</code> when analyzing methods with very
267 long instruction sequences (Trac #156). Many thanks to Jean-Eric Cuendet
268 for reporting and analyzing this!</li>
269</ul>
270
271<h3>API Changes</h3>
272<ul>
273 <li><code>ICoverageNode</code> API has been extended for cyclomatic
274 complexity (Trac #129).</li>
275 <li>XML and CSV report includes new counter type <code>COMPLEXITY</code>
276 (Trac #129).</li>
277 <li>New method <code>getTabWidth()</code> in callback interface
278 <code>ISourceFileLocator</code> instead of
279 <code>HTMLReportFormatter.setTabWidth()</code> which has been removed.
280 (Trac #152).</li>
281</ul>
282
283<h2>Release 0.5.1 (2011/03/21)</h2>
284
285<h3>New Features</h3>
286<ul>
287 <li>Duplicate classes with identical identifiers are now ignored during
288 analysis.</li>
289 <li>Added support for TestNG to Ant task Coverage (Track #144).</li>
290</ul>
291
292<h3>Fixed Bugs</h3>
293<ul>
294 <li>Calculate correct stackmap frames for Java 1.6 branches (Trac #139).</li>
295 <li>Link source files also for classes in default package (Trac #151).</li>
296</ul>
297
298<h3>Non-functional Changes</h3>
299<ul>
300 <li>API documentation cleanup (Track #140).</li>
301 <li>Removed obsolete examples from documentation (Trac #141).</li>
302 <li>Added reporting API example (Trac #146).</li>
303 <li>Reduced file size of HTML report source pages (Trac #148).</li>
304</ul>
305
306<h3>API Changes</h3>
307<ul>
308 <li>Simplified reporting API (Trac #53).</li>
309 <li>Use colon as separator character in agent parameters (Trac #143).</li>
310 <li>Now also empty files are accepted as <code>*.exec</code> files (Trac #150).</li>
311</ul>
312
313<h2>Release 0.5.0 (2011/01/19)</h2>
314
315<h3>New Features</h3>
316<ul>
317 <li>JaCoCo now reports branch coverage (Track #66).</li>
318</ul>
319
320<h3>Fixed Bugs</h3>
321<ul>
322 <li>Only process actual Java class files during analysis (SF #3106102).</li>
323 <li>Fix broken source links due to sort hash (Track #125).</li>
324 <li>Fixed invalid OSGi headers in MANIFEST.MF files (Track #127).</li>
325 <li>Try to avoid interference with Hibernate (SF #3134190).</li>
326 <li>Provide proper error message in case of duplicate class names in the same
327 group (SF #3110219).</li>
328 <li>Allow any number of probes in static interface initializers (SF #3161106).</li>
329</ul>
330
331<h3>API Changes</h3>
332<ul>
333 <li>All analysis specific APIs have been moved to package
334 <code>org.jacoco.core.analysis</code>.</li>
335 <li>The <code>IStructureVisitor</code> interface has been replaced by a
336 simplified version called <code>ICoverageVisitor</code> (Track #132).</li>
337 <li>All counter creation and update APIs now accept <i>missed items</i> and
338 <i>covered items</i> as parameters (Track #131).</li>
339 <li>Instructions are now counted on a per line basis. Therefore some
340 interfaces in the <code>org.jacoco.core.analysis</code> package have
341 changed as well as the <code>line</code> element in the XML report
342 (Track #130).</li>
343 <li>Several internal implementation classes have removed from the core APIs or
344 have been replaced by new interfaces (Track #133).</li>
345</ul>
346
347<h2>Release 0.4.1 (2010/10/07)</h2>
348
349<h3>New Features</h3>
350<ul>
351 <li>New attribute <code>line</code> for <code>method</code> elements in the
352 XML report containing the first source line number of the method.
353 (Track #120).</li>
354 <li>Optional <code>locale</code> attribute for number rendering HTML reports,
355 also available as an attribute of the <code>html</code> tag of the
356 <code>report</code> Ant task (Track #122).</li>
357 <li>Coverage tables in HTML report are now sortable (Track #98).</li>
358 <li>The <code>report</code> Ant task issues a warning if source files are
359 provided but class files do not contain debug information to collect line
360 numbers (SF #3024486).</li>
361</ul>
362
363<h3>Non-functional Changes</h3>
364<ul>
365 <li>Reduced memory footprint for coverage data by 30% (Track #106).</li>
366 <li>Moved to Eclipse 3.6.x as development environment (Trac #115).</li>
367 <li>All delivered bundles and JAR files are signed (Trac #118).</li>
368</ul>
369
370<h3>Fixed Bugs</h3>
371<ul>
372 <li>Better error message when multiple JaCoCo agents are specified
373 (Track #103).</li>
374 <li>Fixed potential NPE at shutdown when running agent in
375 <code>tcpserver</code> mode (Track #117).</li>
376 <li>Agent now fails at startup when execution data file can't be opened
377 (Track #121).</li>
378</ul>
379
380<h2>Release 0.4.0 (2010/06/04)</h2>
381
382<h3>New Features</h3>
383<ul>
384 <li>Execution data now includes session information: an arbitrary identifier,
385 the start time and dump time (Trac #88).</li>
386 <li>Added session information to XML report (Trac #92).</li>
387 <li>New "Sessions" page in the HTML report shows information about each
388 sessions wherein execution data has been collected for the report
389 (Trac #93). Additionally all classes with execution data available are
390 listed on this page (Trac #94).</li>
391 <li>The agent now supports remote dumps via TCP/IP connections (Trac #82).</li>
392 <li>New Ant task <code>dump</code> to remotely collect coverage data from
393 agents (Trac #100).</li>
394</ul>
395
396<h3>API Changes</h3>
397<ul>
398 <li>Execution data file header is written and read in any case (Trac #72).</li>
399 <li>Added <code>dumponexit</code> to agent options (Trac #82).</li>
400 <li>Added <code>sessionid</code> to agent options (Trac #88).</li>
401 <li>Added <code>output, address and port</code> to agent options (Trac #82).</li>
402 <li>Additional and modified methods in <code>IRuntime</code> to produce
403 session information (Trac #88).</li>
404 <li>Coverage element type <code>SESSION</code> removed (Trac #95).</li>
405 <li>Removed several internal APIs from package
406 <code>org.jacoco.core.instr</code> used for class instrumentation.</li>
407 <li>Renamed class <code>org.jacoco.report.csv.CsvFormatter</code> to
408 <code>CSVFormatter</code> (upper case) for consistency with other
409 formatters.</li>
410</ul>
411
412<h2>Release 0.3.3 (2010/04/19)</h2>
413
414<h3>New Features</h3>
415<ul>
416 <li>Support for different archives (jar, war, ear etc.) and nested archives
417 (Trac #78).</li>
418 <li>XML report with line level coverage information (requested for Sonar).</li>
419</ul>
420
421<h3>Fixed Bugs</h3>
422<ul>
423 <li>Correct stackmap frames for Java 1.6 class files. (Track #81).</li>
424 <li>Avoid usage of <code>LocalVariableSorter</code> due to ASM bug #314563
425 (Track #69).</li>
426 <li>Nested Java/JUnit Ant tasks not being executed when coverage task disabled. (Track #85).</li>
427</ul>
428
429<h2>Release 0.3.2 (2010/04/01)</h2>
430
431<h3>New Features</h3>
432<ul>
433 <li>New HTML report option to directly create a zip file containing the report
434 (Trac #12).</li>
435 <li>Code coverage for static initializers in interfaces (Trac #21).</li>
436 <li>Better error handling for <code>report</code> Ant task (Trac #71).</li>
437 <li>Classes without instructions are excluded from reports (Trac #73).</li>
438</ul>
439
440<h3>Fixed Bugs</h3>
441<ul>
442 <li>XML and CSV report output now also works for structures without groups
443 (Track #76).</li>
444</ul>
445
446<h3>API Changes</h3>
447<ul>
448 <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs
449 (Trac #72).</li>
450 <li>To support "off-line" instrumentation scenarios it is not required any
451 more to register instrumented classes with the runtime (Trac #74).</li>
452</ul>
453
454<h2>Release 0.3.1 (2010/02/09)</h2>
455
456<h3>Fixed Bugs</h3>
457<ul>
458 <li>Ant tasks broken on Linux (Trac #68).</li>
459</ul>
460
461<h2>Release 0.3.0 (2010/02/02)</h2>
462
463<h3>New Features</h3>
464<ul>
465 <li>Report renders anonymous classes with type information (Trac #46).</li>
466 <li><code>enabled</code> property added to <code>agent</code> and
467 <code>coverage</code> Ant tasks (Trac #63).</li>
468 <li>Ant task <code>merge</code> added (Trac #52).</li>
469</ul>
470
471<h3>Fixed Bugs</h3>
472<ul>
473 <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE
474 application servers like Glassfish.</li>
475</ul>
476
477<h3>API Changes</h3>
478<ul>
479 <li>Agent option and Ant task parameter <code>file</code> changed to
480 <code>destfile</code> (Trac #59).</li>
481 <li>Agent option and Ant task parameter <code>merge</code> changed to
482 <code>append</code> (Trac #51).</li>
483</ul>
484
485<h2>Release 0.2.0 (2010/01/08)</h2>
486
487<h3>New Features</h3>
488
489<ul>
490 <li>Simplified probe data structure reduces memory usage (Trac #47).</li>
491 <li>Performance test becomes part of the build.</li>
492 <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent
493 as a resource (Trac #50).</li>
494</ul>
495
496<h3>Fixed Bugs</h3>
497
498<ul>
499 <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing
500 while instrumentation and analysis (Trac #44).</li>
501</ul>
502
503
504<h2>Release 0.1.0 (2009/10/28)</h2>
505
506<p>
507 The very first JaCoCo release.
508</p>
509
510</div>
511<div class="footer">
512 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
513 <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
514</div>
515
516</body>
517</html>