blob: 3b76a0819c70ecf3dc1d1ec51da064bce6113342 [file] [log] [blame]
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +00001<?xml version="1.0" encoding="ISO-8859-1" ?>
2<!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>
5 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
6 <link rel="stylesheet" href=".resources/doc.css" charset="ISO-8859-1" type="text/css" />
7 <title>JaCoCo - Change History</title>
8</head>
9<body>
10
11<div class="breadcrumb">
12 <a href="../index.html" class="el_session">JaCoCo</a> &gt;
13 <a href="index.html" class="el_group">Documentation</a> &gt;
14 <span class="el_source">Change History</span>
15</div>
Marc R. Hoffmann17be2692010-02-02 05:44:47 +000016<div id="content">
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000017
18<h1>Change History</h1>
19
Marc R. Hoffmann41f21f02010-04-05 16:05:22 +000020<h2>Next Release</h2>
21
22<h3>New Features</h3>
23<ul>
24 <li>Support for different archives (jar, war, ear etc.) and nested archives
25 (Trac #78).</li>
Marc R. Hoffmannd6081482010-04-05 20:10:20 +000026 <li>XML report with line level coverage information (requested for Sonar).</li>
Marc R. Hoffmann41f21f02010-04-05 16:05:22 +000027</ul>
28
Marc R. Hoffmann56701262010-04-06 17:56:12 +000029<h3>Fixed Bugs</h3>
30<ul>
31 <li>Correct stackmap frames for Java 1.6 class files. (Track #81).</li>
32</ul>
33
Marc R. Hoffmann51ca61b2010-04-01 16:30:27 +000034<h2>Release 0.3.2 (2010/04/01)</h2>
Marc R. Hoffmanndc21be02010-03-02 15:08:10 +000035
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +000036<h3>New Features</h3>
37<ul>
Marc R. Hoffmann81f79202010-03-12 07:36:50 +000038 <li>New HTML report option to directly create a zip file containing the report
39 (Trac #12).</li>
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +000040 <li>Code coverage for static initializers in interfaces (Trac #21).</li>
Marc R. Hoffmanndcad8bb2010-04-01 06:28:03 +000041 <li>Better error handling for <code>report</code> Ant task (Trac #71).</li>
42 <li>Classes without instructions are excluded from reports (Trac #73).</li>
43</ul>
44
45<h3>Fixed Bugs</h3>
46<ul>
47 <li>XML and CSV report output now also works for structures without groups
48 (Track #76).</li>
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +000049</ul>
50
Marc R. Hoffmanndc21be02010-03-02 15:08:10 +000051<h3>API Changes</h3>
52<ul>
Marc R. Hoffmanna942c892010-03-10 21:33:26 +000053 <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs
54 (Trac #72).</li>
55 <li>To support "off-line" instrumentation scenarios it is not required any
56 more to register instrumented classes with the runtime (Trac #74).</li>
Marc R. Hoffmanndc21be02010-03-02 15:08:10 +000057</ul>
58
Marc R. Hoffmann5970c3d2010-02-09 21:20:46 +000059<h2>Release 0.3.1 (2010/02/09)</h2>
Marc R. Hoffmann578947e2010-02-05 17:44:33 +000060
61<h3>Fixed Bugs</h3>
62<ul>
63 <li>Ant tasks broken on Linux (Trac #68).</li>
64</ul>
65
Marc R. Hoffmann4bf5cc22010-02-02 22:34:38 +000066<h2>Release 0.3.0 (2010/02/02)</h2>
Brock Janiczak003d47c2010-01-15 00:45:17 +000067
Brock Janiczak003d47c2010-01-15 00:45:17 +000068<h3>New Features</h3>
69<ul>
Marc R. Hoffmann2e313a42010-02-02 05:16:15 +000070 <li>Report renders anonymous classes with type information (Trac #46).</li>
Brock Janiczakd267c572010-01-28 09:53:54 +000071 <li><code>enabled</code> property added to <a href="ant.html#agent">Agent</a> and <a href="ant#coverage">Coverage</a> tasks (Trac #63).</li>
Brock Janiczakac602672010-01-29 08:52:36 +000072 <li><a href="ant.html#merge">Merge</a> Ant task added (Trac #52).</li>
Brock Janiczak003d47c2010-01-15 00:45:17 +000073</ul>
74
75<h3>Fixed Bugs</h3>
Marc R. Hoffmann2e313a42010-02-02 05:16:15 +000076<ul>
77 <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE
78 application servers like Glassfish.</li>
79</ul>
Brock Janiczak003d47c2010-01-15 00:45:17 +000080
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +000081<h3>API Changes</h3>
82<ul>
83 <li>Agent option and Ant task parameter <code>file</code> changed to
84 <code>destfile</code> (Trac #59).</li>
85 <li>Agent option and Ant task parameter <code>merge</code> changed to
86 <code>append</code> (Trac #51).</li>
87</ul>
88
Marc R. Hoffmann063f2942010-01-08 06:12:59 +000089<h2>Release 0.2.0 (2010/01/08)</h2>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000090
91<h3>New Features</h3>
92
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +000093<ul>
94 <li>Simplified probe data structure reduces memory usage (Trac #47).</li>
Marc R. Hoffmannf9b1dc92009-11-10 15:14:22 +000095 <li>Performance test becomes part of the build.</li>
Marc R. Hoffmann063f2942010-01-08 06:12:59 +000096 <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent
97 as a resource (Trac #50).</li>
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +000098</ul>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000099
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +0000100<h3>Fixed Bugs</h3>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000101
102<ul>
Marc R. Hoffmann063f2942010-01-08 06:12:59 +0000103 <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing
104 while instrumentation and analysis (Trac #44).</li>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000105</ul>
106
107
108<h2>Release 0.1.0 (2009/10/28)</h2>
109
110<p>
111 The very first JaCoCo release.
112</p>
113
Marc R. Hoffmann17be2692010-02-02 05:44:47 +0000114</div>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000115<div class="footer">
116 <div class="versioninfo"><a href="@HOMEURL@">JaCoCo</a> @VERSION@</div>
Marc R. Hoffmann889d62b2010-01-26 20:08:15 +0000117 <a href="license.html">Copyright</a> &copy; 2009, 2010 Mountainminds GmbH &amp; Co. KG and Contributors
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000118</div>
119
120</body>
121</html>