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