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