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