blob: 03ec09bf915c32cd1450d513cd7a295c5bc86ec9 [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" />
Marc R. Hoffmannd7d2f752010-05-06 21:12:31 +00007 <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +00008 <title>JaCoCo - Change History</title>
9</head>
10<body>
11
12<div class="breadcrumb">
Marc R. Hoffmannd7d2f752010-05-06 21:12:31 +000013 <a href="../index.html" class="el_report">JaCoCo</a> &gt;
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000014 <a href="index.html" class="el_group">Documentation</a> &gt;
15 <span class="el_source">Change History</span>
16</div>
Marc R. Hoffmann17be2692010-02-02 05:44:47 +000017<div id="content">
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +000018
19<h1>Change History</h1>
20
Marc R. Hoffmann8365e5e2010-10-07 16:15:40 +000021<h2>Release 0.4.1 (2010/10/07)</h2>
Marc R. Hoffmann046388a2010-06-09 17:22:29 +000022
Marc R. Hoffmann2cb114d2010-08-18 16:14:10 +000023<h3>New Features</h3>
24<ul>
Marc R. Hoffmann32fb0cf2010-10-06 13:34:14 +000025 <li>New attribute <code>line</code> for <code>method</code> elements in the
26 XML report containing the first source line number of the method.
27 (Track #120).</li>
28 <li>Optional <code>locale</code> attribute for number rendering HTML reports,
29 also available as an attribute of the <code>html</code> tag of the
30 <code>report</code> Ant task (Track #122).</li>
Marc R. Hoffmann9daf4f92010-10-04 16:30:17 +000031 <li>Coverage tables in HTML report are now sortable (Track #98).</li>
Marc R. Hoffmanne77d0c52010-08-18 18:24:33 +000032 <li>The <code>report</code> Ant task issues a warning if source files are
33 provided but class files do not contain debug information to collect line
34 numbers (SF #3024486).</li>
Marc R. Hoffmann2cb114d2010-08-18 16:14:10 +000035</ul>
36
Marc R. Hoffmannadcf1432010-06-23 06:40:16 +000037<h3>Non-functional Changes</h3>
Marc R. Hoffmann26ec0ff2010-06-14 05:28:57 +000038<ul>
Marc R. Hoffmanne77d0c52010-08-18 18:24:33 +000039 <li>Reduced memory footprint for coverage data by 30% (Track #106).</li>
40 <li>Moved to Eclipse 3.6.x as development environment (Trac #115).</li>
41 <li>All delivered bundles and JAR files are signed (Trac #118).</li>
Marc R. Hoffmann26ec0ff2010-06-14 05:28:57 +000042</ul>
43
Marc R. Hoffmann046388a2010-06-09 17:22:29 +000044<h3>Fixed Bugs</h3>
45<ul>
Marc R. Hoffmann26ec0ff2010-06-14 05:28:57 +000046 <li>Better error message when multiple JaCoCo agents are specified
Marc R. Hoffmann046388a2010-06-09 17:22:29 +000047 (Track #103).</li>
Marc R. Hoffmann030cb772010-07-20 21:27:39 +000048 <li>Fixed potential NPE at shutdown when running agent in
49 <code>tcpserver</code> mode (Track #117).</li>
Marc R. Hoffmanne9c536c2010-09-21 07:30:40 +000050 <li>Agent now fails at startup when execution data file can't be opened
51 (Track #121).</li>
Marc R. Hoffmann046388a2010-06-09 17:22:29 +000052</ul>
53
Marc R. Hoffmann3fc7c6a2010-06-04 10:01:47 +000054<h2>Release 0.4.0 (2010/06/04)</h2>
Marc R. Hoffmann41f21f02010-04-05 16:05:22 +000055
Marc R. Hoffmannadfa1182010-05-05 12:59:42 +000056<h3>New Features</h3>
57<ul>
58 <li>Execution data now includes session information: an arbitrary identifier,
59 the start time and dump time (Trac #88).</li>
Marc R. Hoffmann70935f62010-05-06 14:32:56 +000060 <li>Added session information to XML report (Trac #92).</li>
Marc R. Hoffmann9f1b5852010-05-12 16:02:40 +000061 <li>New "Sessions" page in the HTML report shows information about each
62 sessions wherein execution data has been collected for the report
63 (Trac #93). Additionally all classes with execution data available are
64 listed on this page (Trac #94).</li>
Marc R. Hoffmann7c775162010-05-27 16:43:34 +000065 <li>The agent now supports remote dumps via TCP/IP connections (Trac #82).</li>
66 <li>New Ant task <code>dump</code> to remotely collect coverage data from
67 agents (Trac #100).</li>
Marc R. Hoffmannadfa1182010-05-05 12:59:42 +000068</ul>
69
Marc R. Hoffmanne78c8f62010-05-03 16:53:13 +000070<h3>API Changes</h3>
71<ul>
72 <li>Execution data file header is written and read in any case (Trac #72).</li>
Marc R. Hoffmannadfa1182010-05-05 12:59:42 +000073 <li>Added <code>dumponexit</code> to agent options (Trac #82).</li>
74 <li>Added <code>sessionid</code> to agent options (Trac #88).</li>
Brock Janiczakbd638302010-05-11 11:04:37 +000075 <li>Added <code>output, address and port</code> to agent options (Trac #82).</li>
Marc R. Hoffmann94f9d3a2010-05-05 07:43:14 +000076 <li>Additional and modified methods in <code>IRuntime</code> to produce
77 session information (Trac #88).</li>
Marc R. Hoffmannd7d2f752010-05-06 21:12:31 +000078 <li>Coverage element type <code>SESSION</code> removed (Trac #95).</li>
Marc R. Hoffmann46a7fb72010-06-01 16:13:14 +000079 <li>Removed several internal APIs from package
80 <code>org.jacoco.core.instr</code> used for class instrumentation.</li>
81 <li>Renamed class <code>org.jacoco.report.csv.CsvFormatter</code> to
82 <code>CSVFormatter</code> (upper case) for consistency with other
83 formatters.</li>
Marc R. Hoffmanne78c8f62010-05-03 16:53:13 +000084</ul>
85
Marc R. Hoffmannfb0c5f82010-04-19 15:47:25 +000086<h2>Release 0.3.3 (2010/04/19)</h2>
87
Marc R. Hoffmann41f21f02010-04-05 16:05:22 +000088<h3>New Features</h3>
89<ul>
90 <li>Support for different archives (jar, war, ear etc.) and nested archives
Marc R. Hoffmannb9368b42010-04-09 21:10:51 +000091 (Trac #78).</li>
Marc R. Hoffmannd6081482010-04-05 20:10:20 +000092 <li>XML report with line level coverage information (requested for Sonar).</li>
Marc R. Hoffmann41f21f02010-04-05 16:05:22 +000093</ul>
94
Marc R. Hoffmann56701262010-04-06 17:56:12 +000095<h3>Fixed Bugs</h3>
96<ul>
97 <li>Correct stackmap frames for Java 1.6 class files. (Track #81).</li>
Marc R. Hoffmannb9368b42010-04-09 21:10:51 +000098 <li>Avoid usage of <code>LocalVariableSorter</code> due to ASM bug #314563
99 (Track #69).</li>
Brock Janiczak4df31a12010-04-13 04:13:06 +0000100 <li>Nested Java/JUnit Ant tasks not being executed when coverage task disabled. (Track #85).</li>
Marc R. Hoffmann56701262010-04-06 17:56:12 +0000101</ul>
102
Marc R. Hoffmann51ca61b2010-04-01 16:30:27 +0000103<h2>Release 0.3.2 (2010/04/01)</h2>
Marc R. Hoffmanndc21be02010-03-02 15:08:10 +0000104
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +0000105<h3>New Features</h3>
106<ul>
Marc R. Hoffmann81f79202010-03-12 07:36:50 +0000107 <li>New HTML report option to directly create a zip file containing the report
Marc R. Hoffmannb9368b42010-04-09 21:10:51 +0000108 (Trac #12).</li>
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +0000109 <li>Code coverage for static initializers in interfaces (Trac #21).</li>
Marc R. Hoffmanndcad8bb2010-04-01 06:28:03 +0000110 <li>Better error handling for <code>report</code> Ant task (Trac #71).</li>
111 <li>Classes without instructions are excluded from reports (Trac #73).</li>
112</ul>
113
114<h3>Fixed Bugs</h3>
115<ul>
116 <li>XML and CSV report output now also works for structures without groups
Marc R. Hoffmannb9368b42010-04-09 21:10:51 +0000117 (Track #76).</li>
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +0000118</ul>
119
Marc R. Hoffmanndc21be02010-03-02 15:08:10 +0000120<h3>API Changes</h3>
121<ul>
Marc R. Hoffmanna942c892010-03-10 21:33:26 +0000122 <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs
123 (Trac #72).</li>
124 <li>To support "off-line" instrumentation scenarios it is not required any
125 more to register instrumented classes with the runtime (Trac #74).</li>
Marc R. Hoffmanndc21be02010-03-02 15:08:10 +0000126</ul>
127
Marc R. Hoffmann5970c3d2010-02-09 21:20:46 +0000128<h2>Release 0.3.1 (2010/02/09)</h2>
Marc R. Hoffmann578947e2010-02-05 17:44:33 +0000129
130<h3>Fixed Bugs</h3>
131<ul>
132 <li>Ant tasks broken on Linux (Trac #68).</li>
133</ul>
134
Marc R. Hoffmann4bf5cc22010-02-02 22:34:38 +0000135<h2>Release 0.3.0 (2010/02/02)</h2>
Brock Janiczak003d47c2010-01-15 00:45:17 +0000136
Brock Janiczak003d47c2010-01-15 00:45:17 +0000137<h3>New Features</h3>
138<ul>
Marc R. Hoffmann2e313a42010-02-02 05:16:15 +0000139 <li>Report renders anonymous classes with type information (Trac #46).</li>
Marc R. Hoffmann46a7fb72010-06-01 16:13:14 +0000140 <li><code>enabled</code> property added to <code>agent</code> and
141 <code>coverage</code> Ant tasks (Trac #63).</li>
142 <li>Ant task <code>merge</code> added (Trac #52).</li>
Brock Janiczak003d47c2010-01-15 00:45:17 +0000143</ul>
144
145<h3>Fixed Bugs</h3>
Marc R. Hoffmann2e313a42010-02-02 05:16:15 +0000146<ul>
147 <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE
148 application servers like Glassfish.</li>
149</ul>
Brock Janiczak003d47c2010-01-15 00:45:17 +0000150
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +0000151<h3>API Changes</h3>
152<ul>
153 <li>Agent option and Ant task parameter <code>file</code> changed to
154 <code>destfile</code> (Trac #59).</li>
155 <li>Agent option and Ant task parameter <code>merge</code> changed to
156 <code>append</code> (Trac #51).</li>
157</ul>
158
Marc R. Hoffmann063f2942010-01-08 06:12:59 +0000159<h2>Release 0.2.0 (2010/01/08)</h2>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000160
161<h3>New Features</h3>
162
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +0000163<ul>
164 <li>Simplified probe data structure reduces memory usage (Trac #47).</li>
Marc R. Hoffmannf9b1dc92009-11-10 15:14:22 +0000165 <li>Performance test becomes part of the build.</li>
Marc R. Hoffmann063f2942010-01-08 06:12:59 +0000166 <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent
167 as a resource (Trac #50).</li>
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +0000168</ul>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000169
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +0000170<h3>Fixed Bugs</h3>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000171
172<ul>
Marc R. Hoffmann063f2942010-01-08 06:12:59 +0000173 <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing
174 while instrumentation and analysis (Trac #44).</li>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000175</ul>
176
177
178<h2>Release 0.1.0 (2009/10/28)</h2>
179
180<p>
181 The very first JaCoCo release.
182</p>
183
Marc R. Hoffmann17be2692010-02-02 05:44:47 +0000184</div>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000185<div class="footer">
Marc R. Hoffmannb623ffb2010-05-06 19:48:08 +0000186 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
Marc R. Hoffmanndf6ff962010-04-09 15:31:22 +0000187 <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000188</div>
189
190</body>
191</html>