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