blob: 9d189d4385928c342a03a43f0222dced8b7bd570 [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. Hoffmann5625ff62011-03-27 12:53:52 +000021<h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
22
23<h3>New Features</h3>
24<ul>
Marc R. Hoffmannef0204e2011-05-09 05:48:30 +000025 <li>JaCoCo core calculates cyclomatic complexity (Trac #129).</li>
Marc R. Hoffmann5625ff62011-03-27 12:53:52 +000026 <li>For HTML reports the tab width can be specified on the
27 <code>sourcefiles</code> attribute of the <code>report</code> Ant task
28 (Track #152).</li>
29</ul>
30
31<h3>API Changes</h3>
32<ul>
Marc R. Hoffmannef0204e2011-05-09 05:48:30 +000033 <li><code>ICoverageNode</code> API has been extended for cyclomatic
34 complexity (Trac #129).</li>
Marc R. Hoffmann5625ff62011-03-27 12:53:52 +000035 <li>New method <code>getTabWidth()</code> in callback interface
Marc R. Hoffmannef0204e2011-05-09 05:48:30 +000036 <code>ISourceFileLocator</code> (Trac #152).</li>
Marc R. Hoffmann5625ff62011-03-27 12:53:52 +000037</ul>
38
Marc R. Hoffmannf795a442011-03-21 22:31:19 +000039<h2>Release 0.5.1 (2011/03/21)</h2>
Marc R. Hoffmann456cb132011-01-25 19:40:16 +000040
Marc R. Hoffmannfc417962011-02-10 21:07:04 +000041<h3>New Features</h3>
42<ul>
43 <li>Duplicate classes with identical identifiers are now ignored during
44 analysis.</li>
Evgeny Mandrikov71b5f6e2011-02-19 22:55:47 +000045 <li>Added support for TestNG to Ant task Coverage (Track #144).</li>
Marc R. Hoffmannfc417962011-02-10 21:07:04 +000046</ul>
47
Marc R. Hoffmann51a31352011-02-27 17:10:55 +000048<h3>Fixed Bugs</h3>
49<ul>
Marc R. Hoffmann968c52d2011-03-17 15:42:32 +000050 <li>Calculate correct stack map frames for Java 1.6 branches (Trac #139).</li>
51 <li>Link source files also for classes in default package (Trac #151).</li>
Marc R. Hoffmann51a31352011-02-27 17:10:55 +000052</ul>
53
Marc R. Hoffmann456cb132011-01-25 19:40:16 +000054<h3>Non-functional Changes</h3>
55<ul>
56 <li>API documentation cleanup (Track #140).</li>
57 <li>Removed obsolete examples from documentation (Trac #141).</li>
Marc R. Hoffmann0fd9c832011-03-16 20:42:40 +000058 <li>Added reporting API example (Trac #146).</li>
59 <li>Reduced file size of HTML report source pages (Trac #148).</li>
Marc R. Hoffmann456cb132011-01-25 19:40:16 +000060</ul>
61
Marc R. Hoffmann82c11be2011-02-11 15:26:19 +000062<h3>API Changes</h3>
63<ul>
64 <li>Simplified reporting API (Trac #53).</li>
Evgeny Mandrikovbab5da42011-02-20 21:43:33 +000065 <li>Use colon as separator character in agent parameters (Trac #143).</li>
Marc R. Hoffmann54e674c2011-03-10 15:28:21 +000066 <li>Now also empty files are accepted as <code>*.exec</code> files (Trac #150).</li>
Marc R. Hoffmann82c11be2011-02-11 15:26:19 +000067</ul>
68
Marc R. Hoffmann986c23f2011-01-19 21:58:11 +000069<h2>Release 0.5.0 (2011/01/19)</h2>
Marc R. Hoffmann44c63c32010-10-26 20:50:56 +000070
Marc R. Hoffmann0d8610b2010-12-16 20:45:27 +000071<h3>New Features</h3>
72<ul>
73 <li>JaCoCo now reports branch coverage (Track #66).</li>
74</ul>
75
Marc R. Hoffmann44c63c32010-10-26 20:50:56 +000076<h3>Fixed Bugs</h3>
77<ul>
Marc R. Hoffmann73ae8502010-11-12 14:54:13 +000078 <li>Only process actual Java class files during analysis (SF #3106102).</li>
79 <li>Fix broken source links due to sort hash (Track #125).</li>
Marc R. Hoffmann52bbc7a2010-11-10 18:32:19 +000080 <li>Fixed invalid OSGi headers in MANIFEST.MF files (Track #127).</li>
Marc R. Hoffmann1c8d52a2010-12-20 18:41:36 +000081 <li>Try to avoid interference with Hibernate (SF #3134190).</li>
Marc R. Hoffmann2afd6112010-12-10 12:52:22 +000082 <li>Provide proper error message in case of duplicate class names in the same
83 group (SF #3110219).</li>
Marc R. Hoffmann66aa3802011-01-19 08:44:38 +000084 <li>Allow any number of probes in static interface initializers (SF #3161106).</li>
Marc R. Hoffmann44c63c32010-10-26 20:50:56 +000085</ul>
86
Marc R. Hoffmann1c8d52a2010-12-20 18:41:36 +000087<h3>API Changes</h3>
88<ul>
89 <li>All analysis specific APIs have been moved to package
Marc R. Hoffmann1571d7b2010-12-23 23:02:15 +000090 <code>org.jacoco.core.analysis</code>.</li>
91 <li>The <code>IStructureVisitor</code> interface has been replaced by a
92 simplified version called <code>ICoverageVisitor</code> (Track #132).</li>
Marc R. Hoffmannd80d5232010-12-28 09:06:03 +000093 <li>All counter creation and update APIs now accept <i>missed items</i> and
94 <i>covered items</i> as parameters (Track #131).</li>
Marc R. Hoffmannd7bc6892011-01-08 21:08:37 +000095 <li>Instructions are now counted on a per line basis. Therefore some
96 interfaces in the <code>org.jacoco.core.analysis</code> package have
97 changed as well as the <code>line</code> element in the XML report
98 (Track #130).</li>
99 <li>Several internal implementation classes have removed from the core APIs or
100 have been replaced by new interfaces (Track #133).</li>
Marc R. Hoffmann1c8d52a2010-12-20 18:41:36 +0000101</ul>
102
Marc R. Hoffmann8365e5e2010-10-07 16:15:40 +0000103<h2>Release 0.4.1 (2010/10/07)</h2>
Marc R. Hoffmann046388a2010-06-09 17:22:29 +0000104
Marc R. Hoffmann2cb114d2010-08-18 16:14:10 +0000105<h3>New Features</h3>
106<ul>
Marc R. Hoffmann32fb0cf2010-10-06 13:34:14 +0000107 <li>New attribute <code>line</code> for <code>method</code> elements in the
108 XML report containing the first source line number of the method.
109 (Track #120).</li>
110 <li>Optional <code>locale</code> attribute for number rendering HTML reports,
111 also available as an attribute of the <code>html</code> tag of the
112 <code>report</code> Ant task (Track #122).</li>
Marc R. Hoffmann9daf4f92010-10-04 16:30:17 +0000113 <li>Coverage tables in HTML report are now sortable (Track #98).</li>
Marc R. Hoffmanne77d0c52010-08-18 18:24:33 +0000114 <li>The <code>report</code> Ant task issues a warning if source files are
115 provided but class files do not contain debug information to collect line
116 numbers (SF #3024486).</li>
Marc R. Hoffmann2cb114d2010-08-18 16:14:10 +0000117</ul>
118
Marc R. Hoffmannadcf1432010-06-23 06:40:16 +0000119<h3>Non-functional Changes</h3>
Marc R. Hoffmann26ec0ff2010-06-14 05:28:57 +0000120<ul>
Marc R. Hoffmanne77d0c52010-08-18 18:24:33 +0000121 <li>Reduced memory footprint for coverage data by 30% (Track #106).</li>
122 <li>Moved to Eclipse 3.6.x as development environment (Trac #115).</li>
123 <li>All delivered bundles and JAR files are signed (Trac #118).</li>
Marc R. Hoffmann26ec0ff2010-06-14 05:28:57 +0000124</ul>
125
Marc R. Hoffmann046388a2010-06-09 17:22:29 +0000126<h3>Fixed Bugs</h3>
127<ul>
Marc R. Hoffmann26ec0ff2010-06-14 05:28:57 +0000128 <li>Better error message when multiple JaCoCo agents are specified
Marc R. Hoffmann046388a2010-06-09 17:22:29 +0000129 (Track #103).</li>
Marc R. Hoffmann030cb772010-07-20 21:27:39 +0000130 <li>Fixed potential NPE at shutdown when running agent in
131 <code>tcpserver</code> mode (Track #117).</li>
Marc R. Hoffmanne9c536c2010-09-21 07:30:40 +0000132 <li>Agent now fails at startup when execution data file can't be opened
133 (Track #121).</li>
Marc R. Hoffmann046388a2010-06-09 17:22:29 +0000134</ul>
135
Marc R. Hoffmann3fc7c6a2010-06-04 10:01:47 +0000136<h2>Release 0.4.0 (2010/06/04)</h2>
Marc R. Hoffmann41f21f02010-04-05 16:05:22 +0000137
Marc R. Hoffmannadfa1182010-05-05 12:59:42 +0000138<h3>New Features</h3>
139<ul>
140 <li>Execution data now includes session information: an arbitrary identifier,
141 the start time and dump time (Trac #88).</li>
Marc R. Hoffmann70935f62010-05-06 14:32:56 +0000142 <li>Added session information to XML report (Trac #92).</li>
Marc R. Hoffmann9f1b5852010-05-12 16:02:40 +0000143 <li>New "Sessions" page in the HTML report shows information about each
144 sessions wherein execution data has been collected for the report
145 (Trac #93). Additionally all classes with execution data available are
146 listed on this page (Trac #94).</li>
Marc R. Hoffmann7c775162010-05-27 16:43:34 +0000147 <li>The agent now supports remote dumps via TCP/IP connections (Trac #82).</li>
148 <li>New Ant task <code>dump</code> to remotely collect coverage data from
149 agents (Trac #100).</li>
Marc R. Hoffmannadfa1182010-05-05 12:59:42 +0000150</ul>
151
Marc R. Hoffmanne78c8f62010-05-03 16:53:13 +0000152<h3>API Changes</h3>
153<ul>
154 <li>Execution data file header is written and read in any case (Trac #72).</li>
Marc R. Hoffmannadfa1182010-05-05 12:59:42 +0000155 <li>Added <code>dumponexit</code> to agent options (Trac #82).</li>
156 <li>Added <code>sessionid</code> to agent options (Trac #88).</li>
Brock Janiczakbd638302010-05-11 11:04:37 +0000157 <li>Added <code>output, address and port</code> to agent options (Trac #82).</li>
Marc R. Hoffmann94f9d3a2010-05-05 07:43:14 +0000158 <li>Additional and modified methods in <code>IRuntime</code> to produce
159 session information (Trac #88).</li>
Marc R. Hoffmannd7d2f752010-05-06 21:12:31 +0000160 <li>Coverage element type <code>SESSION</code> removed (Trac #95).</li>
Marc R. Hoffmann46a7fb72010-06-01 16:13:14 +0000161 <li>Removed several internal APIs from package
162 <code>org.jacoco.core.instr</code> used for class instrumentation.</li>
163 <li>Renamed class <code>org.jacoco.report.csv.CsvFormatter</code> to
164 <code>CSVFormatter</code> (upper case) for consistency with other
165 formatters.</li>
Marc R. Hoffmanne78c8f62010-05-03 16:53:13 +0000166</ul>
167
Marc R. Hoffmannfb0c5f82010-04-19 15:47:25 +0000168<h2>Release 0.3.3 (2010/04/19)</h2>
169
Marc R. Hoffmann41f21f02010-04-05 16:05:22 +0000170<h3>New Features</h3>
171<ul>
172 <li>Support for different archives (jar, war, ear etc.) and nested archives
Marc R. Hoffmannb9368b42010-04-09 21:10:51 +0000173 (Trac #78).</li>
Marc R. Hoffmannd6081482010-04-05 20:10:20 +0000174 <li>XML report with line level coverage information (requested for Sonar).</li>
Marc R. Hoffmann41f21f02010-04-05 16:05:22 +0000175</ul>
176
Marc R. Hoffmann56701262010-04-06 17:56:12 +0000177<h3>Fixed Bugs</h3>
178<ul>
179 <li>Correct stackmap frames for Java 1.6 class files. (Track #81).</li>
Marc R. Hoffmannb9368b42010-04-09 21:10:51 +0000180 <li>Avoid usage of <code>LocalVariableSorter</code> due to ASM bug #314563
181 (Track #69).</li>
Brock Janiczak4df31a12010-04-13 04:13:06 +0000182 <li>Nested Java/JUnit Ant tasks not being executed when coverage task disabled. (Track #85).</li>
Marc R. Hoffmann56701262010-04-06 17:56:12 +0000183</ul>
184
Marc R. Hoffmann51ca61b2010-04-01 16:30:27 +0000185<h2>Release 0.3.2 (2010/04/01)</h2>
Marc R. Hoffmanndc21be02010-03-02 15:08:10 +0000186
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +0000187<h3>New Features</h3>
188<ul>
Marc R. Hoffmann81f79202010-03-12 07:36:50 +0000189 <li>New HTML report option to directly create a zip file containing the report
Marc R. Hoffmannb9368b42010-04-09 21:10:51 +0000190 (Trac #12).</li>
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +0000191 <li>Code coverage for static initializers in interfaces (Trac #21).</li>
Marc R. Hoffmanndcad8bb2010-04-01 06:28:03 +0000192 <li>Better error handling for <code>report</code> Ant task (Trac #71).</li>
193 <li>Classes without instructions are excluded from reports (Trac #73).</li>
194</ul>
195
196<h3>Fixed Bugs</h3>
197<ul>
198 <li>XML and CSV report output now also works for structures without groups
Marc R. Hoffmannb9368b42010-04-09 21:10:51 +0000199 (Track #76).</li>
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +0000200</ul>
201
Marc R. Hoffmanndc21be02010-03-02 15:08:10 +0000202<h3>API Changes</h3>
203<ul>
Marc R. Hoffmanna942c892010-03-10 21:33:26 +0000204 <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs
205 (Trac #72).</li>
206 <li>To support "off-line" instrumentation scenarios it is not required any
207 more to register instrumented classes with the runtime (Trac #74).</li>
Marc R. Hoffmanndc21be02010-03-02 15:08:10 +0000208</ul>
209
Marc R. Hoffmann5970c3d2010-02-09 21:20:46 +0000210<h2>Release 0.3.1 (2010/02/09)</h2>
Marc R. Hoffmann578947e2010-02-05 17:44:33 +0000211
212<h3>Fixed Bugs</h3>
213<ul>
214 <li>Ant tasks broken on Linux (Trac #68).</li>
215</ul>
216
Marc R. Hoffmann4bf5cc22010-02-02 22:34:38 +0000217<h2>Release 0.3.0 (2010/02/02)</h2>
Brock Janiczak003d47c2010-01-15 00:45:17 +0000218
Brock Janiczak003d47c2010-01-15 00:45:17 +0000219<h3>New Features</h3>
220<ul>
Marc R. Hoffmann2e313a42010-02-02 05:16:15 +0000221 <li>Report renders anonymous classes with type information (Trac #46).</li>
Marc R. Hoffmann46a7fb72010-06-01 16:13:14 +0000222 <li><code>enabled</code> property added to <code>agent</code> and
223 <code>coverage</code> Ant tasks (Trac #63).</li>
224 <li>Ant task <code>merge</code> added (Trac #52).</li>
Brock Janiczak003d47c2010-01-15 00:45:17 +0000225</ul>
226
227<h3>Fixed Bugs</h3>
Marc R. Hoffmann2e313a42010-02-02 05:16:15 +0000228<ul>
229 <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE
230 application servers like Glassfish.</li>
231</ul>
Brock Janiczak003d47c2010-01-15 00:45:17 +0000232
Marc R. Hoffmann1aa91e12010-03-04 12:37:15 +0000233<h3>API Changes</h3>
234<ul>
235 <li>Agent option and Ant task parameter <code>file</code> changed to
236 <code>destfile</code> (Trac #59).</li>
237 <li>Agent option and Ant task parameter <code>merge</code> changed to
238 <code>append</code> (Trac #51).</li>
239</ul>
240
Marc R. Hoffmann063f2942010-01-08 06:12:59 +0000241<h2>Release 0.2.0 (2010/01/08)</h2>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000242
243<h3>New Features</h3>
244
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +0000245<ul>
246 <li>Simplified probe data structure reduces memory usage (Trac #47).</li>
Marc R. Hoffmannf9b1dc92009-11-10 15:14:22 +0000247 <li>Performance test becomes part of the build.</li>
Marc R. Hoffmann063f2942010-01-08 06:12:59 +0000248 <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent
249 as a resource (Trac #50).</li>
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +0000250</ul>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000251
Marc R. Hoffmann804d83f2009-11-10 12:58:44 +0000252<h3>Fixed Bugs</h3>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000253
254<ul>
Marc R. Hoffmann063f2942010-01-08 06:12:59 +0000255 <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing
256 while instrumentation and analysis (Trac #44).</li>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000257</ul>
258
259
260<h2>Release 0.1.0 (2009/10/28)</h2>
261
262<p>
263 The very first JaCoCo release.
264</p>
265
Marc R. Hoffmann17be2692010-02-02 05:44:47 +0000266</div>
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000267<div class="footer">
Marc R. Hoffmannb623ffb2010-05-06 19:48:08 +0000268 <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
Marc R. Hoffmanndf6ff962010-04-09 15:31:22 +0000269 <a href="license.html">Copyright</a> &copy; @copyright.years@ Mountainminds GmbH &amp; Co. KG and Contributors
Marc R. Hoffmanneb32a802009-10-30 14:49:22 +0000270</div>
271
272</body>
273</html>