Marc R. Hoffmann | e571f3f | 2012-05-13 12:18:02 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8" ?> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 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> |
Marc R. Hoffmann | e571f3f | 2012-05-13 12:18:02 +0000 | [diff] [blame] | 5 | <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 Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 7 | <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> > |
| 14 | <a href="index.html" class="el_group">Documentation</a> > |
| 15 | <span class="el_source">Change History</span> |
| 16 | </div> |
| 17 | <div id="content"> |
| 18 | |
| 19 | <h1>Change History</h1> |
| 20 | |
Evgeny Mandrikov | a9f48b8 | 2016-06-05 21:16:22 +0200 | [diff] [blame] | 21 | <h2>Snapshot Build @qualified.bundle.version@ (@build.date@)</h2> |
| 22 | |
Evgeny Mandrikov | 342ce88 | 2016-06-06 08:04:26 +0200 | [diff] [blame] | 23 | <h2>Release 0.7.7 (2016/06/06)</h2> |
Evgeny Mandrikov | d189a2c | 2016-02-18 10:07:44 +0100 | [diff] [blame] | 24 | |
Marc R. Hoffmann | c181f60 | 2016-04-19 13:22:01 +0200 | [diff] [blame] | 25 | <h3>New Features</h3> |
| 26 | <ul> |
| 27 | <li>New Maven goal <code>report-aggregate</code> to create reports for |
| 28 | multi-module projects |
| 29 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/388">#388</a>).</li> |
| 30 | <li>New parameters <code>title</code> and <code>footer</code> for Maven |
| 31 | reporting goals allow customization of generated reports.</li> |
Marc R. Hoffmann | 8bc34b1 | 2016-05-03 10:13:58 +0200 | [diff] [blame] | 32 | <li>Renamed "dot" resources in generated HTML reports to become more web |
| 33 | hosting friendly |
| 34 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/401">#401</a>).</li> |
Evgeny Mandrikov | 3cf1d3c | 2016-05-20 23:26:00 +0200 | [diff] [blame] | 35 | <li>Experimental support for Java 9 class files |
| 36 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/406">#406</a>).</li> |
Marc R. Hoffmann | c181f60 | 2016-04-19 13:22:01 +0200 | [diff] [blame] | 37 | </ul> |
| 38 | |
Marc R. Hoffmann | db83743 | 2016-04-17 09:34:29 +0200 | [diff] [blame] | 39 | <h3>Fixed Bugs</h3> |
| 40 | <ul> |
| 41 | <li>Don't suppress EOF errors in case of truncated execution data files |
| 42 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/397">#397</a>).</li> |
| 43 | </ul> |
| 44 | |
Evgeny Mandrikov | c5c7ddb | 2016-02-19 15:13:51 +0100 | [diff] [blame] | 45 | <h3>Non-functional Changes</h3> |
| 46 | <ul> |
Evgeny Mandrikov | 8e73ea6 | 2016-05-27 20:00:12 +0200 | [diff] [blame] | 47 | <li>JaCoCo now depends on ASM 5.1.</li> |
Marc R. Hoffmann | ea2f49f | 2016-03-21 23:06:48 +0100 | [diff] [blame] | 48 | <li>Empty probe arrays are not written to execution data files any more. This |
| 49 | reduces exec file size significantly for per-test data dumps. |
| 50 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/387">#387</a>).</li> |
Evgeny Mandrikov | fde254d | 2016-05-14 09:33:09 +0200 | [diff] [blame] | 51 | <li>More information about context is provided when unable to read input during |
| 52 | analysis. |
| 53 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/400">#400</a>).</li> |
Evgeny Mandrikov | c5c7ddb | 2016-02-19 15:13:51 +0100 | [diff] [blame] | 54 | <li>Require at least Maven 3.0 for build of JaCoCo.</li> |
| 55 | </ul> |
| 56 | |
| 57 | |
Evgeny Mandrikov | 930a818 | 2016-02-18 09:13:46 +0100 | [diff] [blame] | 58 | <h2>Release 0.7.6 (2016/02/18)</h2> |
Evgeny Mandrikov | 76bb13b | 2015-05-25 19:12:54 +0200 | [diff] [blame] | 59 | |
Marc R. Hoffmann | c24f773 | 2015-10-02 00:04:39 +0200 | [diff] [blame] | 60 | <h3>New Features</h3> |
| 61 | <ul> |
Marc R. Hoffmann | 26daee4 | 2016-01-12 22:33:05 +0100 | [diff] [blame] | 62 | <li>New agent option <code>inclnolocationclasses</code> to support execution |
| 63 | environments like Android where no source location is provided with classes |
| 64 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/288">#288</a>).</li> |
Marc R. Hoffmann | c24f773 | 2015-10-02 00:04:39 +0200 | [diff] [blame] | 65 | <li>Improved error message in case of incompatible execution data files. |
| 66 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/319">#319</a>).</li> |
Marc R. Hoffmann | 94e9a3f | 2015-11-13 00:02:12 +0100 | [diff] [blame] | 67 | <li>Command line agent options now supports comma in file names. Contributed |
| 68 | by Jochen Berger. |
| 69 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/358">#358</a>).</li> |
Marc R. Hoffmann | c24f773 | 2015-10-02 00:04:39 +0200 | [diff] [blame] | 70 | </ul> |
| 71 | |
Marc R. Hoffmann | c5a652a | 2015-09-30 23:46:38 +0200 | [diff] [blame] | 72 | <h3>Fixed Bugs</h3> |
| 73 | <ul> |
| 74 | <li>Fix <code>MBeanClient</code> example |
| 75 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/333">#333</a>).</li> |
Marc R. Hoffmann | 12164ff | 2015-12-04 18:36:41 +0100 | [diff] [blame] | 76 | <li>Avoid <code>ConcurrentModificationException</code> during shutdown |
| 77 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/364">#364</a>).</li> |
Marc R. Hoffmann | c5a652a | 2015-09-30 23:46:38 +0200 | [diff] [blame] | 78 | </ul> |
| 79 | |
Marc R. Hoffmann | c24f773 | 2015-10-02 00:04:39 +0200 | [diff] [blame] | 80 | <h3>API Changes</h3> |
| 81 | <ul> |
| 82 | <li>In case of incompatible execution data formats read from another JaCoCo |
| 83 | version <code>ExecutionDataReader.read()</code> now throws a |
| 84 | <code>IncompatibleExecDataVersionException</code>.</li> |
| 85 | </ul> |
| 86 | |
Marc R. Hoffmann | ec3266a | 2015-11-16 22:31:24 +0100 | [diff] [blame] | 87 | <h3>Non-functional Changes</h3> |
| 88 | <ul> |
| 89 | <li>JaCoCo now depends on ASM 5.0.4.</li> |
| 90 | </ul> |
| 91 | |
Marc R. Hoffmann | c24f773 | 2015-10-02 00:04:39 +0200 | [diff] [blame] | 92 | |
Evgeny Mandrikov | 887abac | 2015-05-24 21:50:15 +0200 | [diff] [blame] | 93 | <h2>Release 0.7.5 (2015/05/24)</h2> |
Evgeny Mandrikov | 65ffb0f | 2015-02-27 20:11:07 +0100 | [diff] [blame] | 94 | |
Evgeny Mandrikov | 6b72d5a | 2015-03-29 23:15:25 +0200 | [diff] [blame] | 95 | <h3>New Features</h3> |
| 96 | <ul> |
Marc R. Hoffmann | 8731145 | 2015-02-16 09:09:25 +0100 | [diff] [blame] | 97 | <li>Better detection of coverage in code blocks with implicit exceptions. |
| 98 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/310">#310</a>).</li> |
Evgeny Mandrikov | 6b72d5a | 2015-03-29 23:15:25 +0200 | [diff] [blame] | 99 | <li>Added lifecycle-mapping-metadata.xml for M2E |
| 100 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/203">#203</a>).</li> |
Marc R. Hoffmann | d4ef46a | 2015-03-27 08:15:40 +0100 | [diff] [blame] | 101 | <li>Allow locales with country and variant for Ant report task |
| 102 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/289">#289</a>).</li> |
Evgeny Mandrikov | 6b72d5a | 2015-03-29 23:15:25 +0200 | [diff] [blame] | 103 | </ul> |
| 104 | |
Marc R. Hoffmann | d594616 | 2015-04-26 18:50:28 +0200 | [diff] [blame] | 105 | <h3>Fixed Bugs</h3> |
| 106 | <ul> |
| 107 | <li>For the Ant tasks <code>coverage</code> and <code>agent</code> the |
| 108 | <code>destfile</code> attribute is now passed as an absolute path also in |
| 109 | the default case |
| 110 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/301">#301</a>).</li> |
| 111 | </ul> |
| 112 | |
Marc R. Hoffmann | 8731145 | 2015-02-16 09:09:25 +0100 | [diff] [blame] | 113 | <h3>API Changes</h3> |
| 114 | <ul> |
| 115 | <li>The exec file version has been updated and is not compatible with previous |
| 116 | versions.</li> |
| 117 | </ul> |
| 118 | |
Evgeny Mandrikov | b240386 | 2015-02-26 22:49:51 +0100 | [diff] [blame] | 119 | <h2>Release 0.7.4 (2015/02/26)</h2> |
Evgeny Mandrikov | f686e5e | 2015-02-20 21:07:27 +0100 | [diff] [blame] | 120 | |
Marc R. Hoffmann | be29a42 | 2015-02-24 22:21:23 +0100 | [diff] [blame] | 121 | <h3>Fixed Bugs</h3> |
| 122 | <ul> |
| 123 | <li>Restored exec file compatibility with version 0.7.2 by fixing missing |
| 124 | probes in case of try/catch blocks which are jump targets. |
| 125 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/286">#286</a>).</li> |
| 126 | </ul> |
| 127 | |
| 128 | |
Evgeny Mandrikov | 0004ed2 | 2015-02-19 21:53:45 +0100 | [diff] [blame] | 129 | <h2>Release 0.7.3 (2015/02/19)</h2> |
Evgeny Mandrikov | 02f5af4 | 2014-09-13 12:57:18 +0200 | [diff] [blame] | 130 | |
Marc R. Hoffmann | 0092055 | 2014-12-26 17:47:32 +0100 | [diff] [blame] | 131 | <h3>New Features</h3> |
| 132 | <ul> |
| 133 | <li>For offline instrumemtation agent configuration supports system properties |
| 134 | replacements. Implementation based on pull request of GitHub user 'debugger' |
Marc R. Hoffmann | 6754cd1 | 2015-01-04 20:54:07 +0100 | [diff] [blame] | 135 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/262">#262</a>).</li> |
Marc R. Hoffmann | bc47c02 | 2015-01-19 22:57:25 +0100 | [diff] [blame] | 136 | <li>Exclude dynamically generated classes from instrumentation for better |
| 137 | interoperability with JMockit, analysis contributed by Rogério Liesenfeld |
| 138 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/272">#272</a>).</li> |
Marc R. Hoffmann | 6754cd1 | 2015-01-04 20:54:07 +0100 | [diff] [blame] | 139 | </ul> |
| 140 | |
| 141 | <h3>Fixed Bugs</h3> |
| 142 | <ul> |
| 143 | <li>Instrumented bytecode now compatible with Android ART runtime, analysis |
| 144 | and fix contributed by Allen Hair |
| 145 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/265">#265</a>).</li> |
| 146 | </ul> |
| 147 | |
Evgeny Mandrikov | ff5ffa3 | 2014-09-12 18:49:23 +0200 | [diff] [blame] | 148 | <h2>Release 0.7.2 (2014/09/12)</h2> |
Evgeny Mandrikov | 55c11f4 | 2014-05-11 03:00:39 +0200 | [diff] [blame] | 149 | |
Marc R. Hoffmann | 8ffcb71 | 2014-08-20 22:20:38 +0200 | [diff] [blame] | 150 | <h3>Fixed Bugs</h3> |
| 151 | <ul> |
| 152 | <li>Do not ignore synthetic lambda methods to get code coverage for Java 8 |
| 153 | lambda expressions |
| 154 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/232">#232</a>).</li> |
| 155 | </ul> |
| 156 | |
Marc R. Hoffmann | 310b7d1 | 2014-05-16 20:30:20 +0200 | [diff] [blame] | 157 | <h3>New Features</h3> |
| 158 | <ul> |
| 159 | <li>New configuration option for the JaCoCo agent |
Marc R. Hoffmann | 1d8389b | 2014-05-20 13:44:17 +0200 | [diff] [blame] | 160 | <code>inclbootstrapclasses</code> to also instrument classes from the |
Marc R. Hoffmann | 8ffcb71 | 2014-08-20 22:20:38 +0200 | [diff] [blame] | 161 | bootstrap class loader |
Marc R. Hoffmann | 310b7d1 | 2014-05-16 20:30:20 +0200 | [diff] [blame] | 162 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/49">#49</a>).</li> |
Marc R. Hoffmann | 8ffcb71 | 2014-08-20 22:20:38 +0200 | [diff] [blame] | 163 | <li>Agent uses unique file names to dump class files |
Marc R. Hoffmann | 74a7950 | 2014-07-07 22:28:48 +0200 | [diff] [blame] | 164 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/225">#225</a>).</li> |
Marc R. Hoffmann | 310b7d1 | 2014-05-16 20:30:20 +0200 | [diff] [blame] | 165 | </ul> |
| 166 | |
Evgeny Mandrikov | 1755a4d | 2014-05-08 23:59:56 +0200 | [diff] [blame] | 167 | <h2>Release 0.7.1 (2014/05/08)</h2> |
Evgeny Mandrikov | d65d20d | 2014-03-19 02:21:54 +0100 | [diff] [blame] | 168 | |
Marc R. Hoffmann | 82b1348 | 2014-03-23 17:03:43 +0100 | [diff] [blame] | 169 | <h3>Fixed Bugs</h3> |
| 170 | <ul> |
Marc R. Hoffmann | 0acfc8f | 2014-05-07 07:33:02 +0200 | [diff] [blame] | 171 | <li>Fixed failure with default methods in Java 8 interfaces |
Marc R. Hoffmann | 72793f8 | 2014-05-01 06:15:21 +0200 | [diff] [blame] | 172 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/201">#201</a>).</li> |
Marc R. Hoffmann | 82b1348 | 2014-03-23 17:03:43 +0100 | [diff] [blame] | 173 | <li>Better interoperability with JMockit, analysis and fix contributed by Rogério |
| 174 | Liesenfeld (GitHub <a href="https://github.com/jacoco/jacoco/issues/35">#35</a> |
Marc R. Hoffmann | d9aa392 | 2014-05-07 06:05:43 +0200 | [diff] [blame] | 175 | and <a href="https://github.com/jacoco/jacoco/issues/54">#54</a>).</li> |
Marc R. Hoffmann | 82b1348 | 2014-03-23 17:03:43 +0100 | [diff] [blame] | 176 | </ul> |
| 177 | |
Marc R. Hoffmann | 488550f | 2014-03-26 06:22:16 +0100 | [diff] [blame] | 178 | <h3>Non-functional Changes</h3> |
| 179 | <ul> |
Marc R. Hoffmann | d9aa392 | 2014-05-07 06:05:43 +0200 | [diff] [blame] | 180 | <li>JaCoCo now depends on ASM 5.0.1 |
Marc R. Hoffmann | 488550f | 2014-03-26 06:22:16 +0100 | [diff] [blame] | 181 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/201">#201</a>).</li> |
| 182 | </ul> |
| 183 | |
Evgeny Mandrikov | e8568e3 | 2014-03-18 23:30:00 +0100 | [diff] [blame] | 184 | <h2>Release 0.7.0 (2014/03/18)</h2> |
Evgeny Mandrikov | f8176c4 | 2014-03-04 19:40:28 +0100 | [diff] [blame] | 185 | |
Marc R. Hoffmann | 351b20e | 2014-03-18 00:08:13 +0100 | [diff] [blame] | 186 | <h3>New Features</h3> |
| 187 | <ul> |
| 188 | <li>JaCoCo now supports Java 8 |
| 189 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/74">#74</a>).</li> |
| 190 | </ul> |
| 191 | |
| 192 | <h3>Non-functional Changes</h3> |
| 193 | <ul> |
| 194 | <li>JaCoCo now depends on ASM 5.0 using asm-debug-all instead of asm-all |
| 195 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/199">#199</a>).</li> |
| 196 | </ul> |
| 197 | |
Evgeny Mandrikov | de1febf | 2014-03-03 22:24:25 +0100 | [diff] [blame] | 198 | <h2>Release 0.6.5 (2014/03/03)</h2> |
Evgeny Mandrikov | 94557aa | 2013-12-11 08:42:51 +0100 | [diff] [blame] | 199 | |
Marc R. Hoffmann | f40e521 | 2014-01-07 07:01:25 +0100 | [diff] [blame] | 200 | <h3>New Features</h3> |
Marc R. Hoffmann | 68dc5eb | 2014-01-20 21:27:10 +0100 | [diff] [blame] | 201 | <ul> |
| 202 | <li>Warnings are logged during report generation if different versions of |
| 203 | classes are used than at runtime (GitHub <a href="https://github.com/jacoco/jacoco/issues/185">#185</a>).</li> |
Marc R. Hoffmann | 39d48af | 2014-02-22 10:26:53 +0100 | [diff] [blame] | 204 | <li>Signatures are removed from instrumented JAR files |
| 205 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/186">#186</a>).</li> |
Marc R. Hoffmann | 68dc5eb | 2014-01-20 21:27:10 +0100 | [diff] [blame] | 206 | </ul> |
Marc R. Hoffmann | f40e521 | 2014-01-07 07:01:25 +0100 | [diff] [blame] | 207 | |
Mirko Friedenhagen | 3da5b2b | 2013-12-17 11:35:13 +0100 | [diff] [blame] | 208 | <h3>Fixed Bugs</h3> |
| 209 | <ul> |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 210 | <li>Skip jacoco instrumentation for mvn modules with package type ear (GitHub <a href="https://github.com/jacoco/jacoco/issues/169">#169</a>).</li> |
Marc R. Hoffmann | 68dc5eb | 2014-01-20 21:27:10 +0100 | [diff] [blame] | 211 | <li>Align skip conditions and messages for Maven goals and give reasons. This |
| 212 | includes removal of the specific skip condition for packages e.g. POMs and |
| 213 | instead checks existence of <tt>target/classes</tt> in appropriate goals |
| 214 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/171">#171</a>).</li> |
Mirko Friedenhagen | 0d6990d | 2014-02-13 21:13:14 +0100 | [diff] [blame] | 215 | <li>GitHub #44: (Regression) Agent Mojo should set empty property, if execution was skipped |
| 216 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/192">#192</a>).</li> |
Marc R. Hoffmann | f40e521 | 2014-01-07 07:01:25 +0100 | [diff] [blame] | 217 | </ul> |
| 218 | |
| 219 | <h3>API Changes</h3> |
| 220 | <ul> |
Mirko Friedenhagen | 284fce9 | 2013-12-21 21:35:01 +0100 | [diff] [blame] | 221 | <li>Restrict visibility of methods in abstract classes of jacoco-maven-plugin (GitHub <a href="https://github.com/jacoco/jacoco/issues/175">#175</a>).</li> |
Mirko Friedenhagen | 3da5b2b | 2013-12-17 11:35:13 +0100 | [diff] [blame] | 222 | </ul> |
| 223 | |
Evgeny Mandrikov | 7c7d7e8 | 2013-12-10 12:12:08 +0100 | [diff] [blame] | 224 | <h2>Release 0.6.4 (2013/12/10)</h2> |
Evgeny Mandrikov | 1a29d52 | 2013-06-03 10:27:38 +0200 | [diff] [blame] | 225 | |
Marc R. Hoffmann | 54bf6f1 | 2013-06-13 23:42:32 +0200 | [diff] [blame] | 226 | <h3>New Features</h3> |
| 227 | <ul> |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 228 | <li>Support for Android <i>Strict Mode</i> (GitHub <a href="https://github.com/jacoco/jacoco/issues/113">#113</a>).</li> |
| 229 | <li>New dump Mojo for Maven plug-in (GitHub <a href="https://github.com/jacoco/jacoco/issues/107">#107</a>).</li> |
Marc R. Hoffmann | f49a398 | 2013-08-27 12:42:55 +0200 | [diff] [blame] | 230 | <li>New merge Mojo for Maven plug-in, contributed by Mads Mohr Christensen |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 231 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/126">#126</a>).</li> |
Marc R. Hoffmann | 8a830fa | 2013-11-15 21:03:51 +0100 | [diff] [blame] | 232 | <li>Additional list of source files for every package in HTML report |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 233 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/142">#142</a>).</li> |
Mirko Friedenhagen | ede9c63 | 2013-11-17 21:57:32 +0100 | [diff] [blame] | 234 | <li>Additional report-integration and prepare-agent-integration goals for |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 235 | integration tests. (GitHub <a href="https://github.com/jacoco/jacoco/issues/152">#152</a>, <a href="https://github.com/jacoco/jacoco/issues/161">#161</a>).</li> |
Marc R. Hoffmann | 54bf6f1 | 2013-06-13 23:42:32 +0200 | [diff] [blame] | 236 | </ul> |
| 237 | |
Marc R. Hoffmann | bd886f0 | 2013-10-11 18:37:05 +0200 | [diff] [blame] | 238 | <h3>Fixed Bugs</h3> |
| 239 | <ul> |
| 240 | <li>Multiple executions of Maven goal "prepare-agent" should not lead to |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 241 | incorrect configuration (GitHub <a href="https://github.com/jacoco/jacoco/issues/40">#40</a>).</li> |
Marc R. Hoffmann | b887be4 | 2013-10-25 18:36:58 +0200 | [diff] [blame] | 242 | <li>Avoid direct dependency on java.lang.management APIs to allow usage on |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 243 | Android (GitHub <a href="https://github.com/jacoco/jacoco/issues/150">#150</a>).</li> |
| 244 | <li>All JaCoCo Maven goals are marked as thread-safe (GitHub <a href="https://github.com/jacoco/jacoco/issues/133">#133</a>).</li> |
Mirko Friedenhagen | 736f354 | 2013-11-30 09:04:41 +0100 | [diff] [blame] | 245 | <li>check and merge goal failures in jacoco-maven-plugin with Maven 2.2.1 |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 246 | due to incompatible configuration (GitHub <a href="https://github.com/jacoco/jacoco/issues/129">#129</a>).</li> |
Marc R. Hoffmann | bd886f0 | 2013-10-11 18:37:05 +0200 | [diff] [blame] | 247 | </ul> |
| 248 | |
Marc R. Hoffmann | d3982ef | 2013-11-15 20:41:09 +0100 | [diff] [blame] | 249 | <h3>API Changes</h3> |
| 250 | <ul> |
| 251 | <li>New API package <code>org.jacoco.core.tools</code> for shared high-level |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 252 | tools. (GitHub <a href="https://github.com/jacoco/jacoco/issues/159">#159</a>).</li> |
Marc R. Hoffmann | d3982ef | 2013-11-15 20:41:09 +0100 | [diff] [blame] | 253 | </ul> |
| 254 | |
Evgeny Mandrikov | f6b5326 | 2013-06-03 10:13:44 +0200 | [diff] [blame] | 255 | <h2>Release 0.6.3 (2013/06/03)</h2> |
Evgeny Mandrikov | e16acdd | 2013-02-03 01:22:10 +0100 | [diff] [blame] | 256 | |
Marc R. Hoffmann | fc340a2 | 2013-03-22 11:13:24 +0100 | [diff] [blame] | 257 | <h3>New Features</h3> |
| 258 | <ul> |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 259 | <li>Support for archives in Pack200 format (GitHub <a href="https://github.com/jacoco/jacoco/issues/91">#91</a>).</li> |
Marc R. Hoffmann | 55fae17 | 2013-03-20 11:55:53 +0100 | [diff] [blame] | 260 | <li>The coverage check has been reworked to allow checks on all counter values |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 261 | on all element types (GitHub <a href="https://github.com/jacoco/jacoco/issues/106">#106</a>).</li> |
| 262 | <li>Coverage checks are now also available in Ant (GitHub <a href="https://github.com/jacoco/jacoco/issues/106">#106</a>).</li> |
Marc R. Hoffmann | fc340a2 | 2013-03-22 11:13:24 +0100 | [diff] [blame] | 263 | </ul> |
| 264 | |
Marc R. Hoffmann | 1b1935e | 2013-03-01 19:55:43 +0100 | [diff] [blame] | 265 | <h3>Fixed Bugs</h3> |
| 266 | <ul> |
| 267 | <li>Fixed inconsistent stackmap frames when instrumenting class files produced |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 268 | by certain tools like ProGuard (GitHub <a href="https://github.com/jacoco/jacoco/issues/85">#85</a>).</li> |
Marc R. Hoffmann | 1b1935e | 2013-03-01 19:55:43 +0100 | [diff] [blame] | 269 | </ul> |
| 270 | |
Marc R. Hoffmann | ac07e25 | 2013-05-20 12:56:11 +0200 | [diff] [blame] | 271 | <h3>Non-functional Changes</h3> |
| 272 | <ul> |
| 273 | <li>More context information when exceptions occur during analysis or |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 274 | instrumentation (GitHub <a href="https://github.com/jacoco/jacoco/issues/104">#104</a>).</li> |
Marc R. Hoffmann | e048201 | 2013-06-01 12:19:09 +0200 | [diff] [blame] | 275 | <li>If analysis is performed on offline instrumented classes - which is an |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 276 | build configuration error - an exception is now thrown (GitHub <a href="https://github.com/jacoco/jacoco/issues/108">#108</a>).</li> |
Marc R. Hoffmann | ac07e25 | 2013-05-20 12:56:11 +0200 | [diff] [blame] | 277 | </ul> |
| 278 | |
Marc R. Hoffmann | 55fae17 | 2013-03-20 11:55:53 +0100 | [diff] [blame] | 279 | <h3>API Changes</h3> |
| 280 | <ul> |
| 281 | <li>The configuration of the Maven check goal has been reworked to support |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 282 | checks on any element type (GitHub <a href="https://github.com/jacoco/jacoco/issues/106">#106</a>).</li> |
Marc R. Hoffmann | ac07e25 | 2013-05-20 12:56:11 +0200 | [diff] [blame] | 283 | <li><code>Analyzer</code> and <code>Instrumenter</code> expect resource name |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 284 | as additional parameter for better error messages (GitHub <a href="https://github.com/jacoco/jacoco/issues/104">#104</a>).</li> |
Marc R. Hoffmann | 55fae17 | 2013-03-20 11:55:53 +0100 | [diff] [blame] | 285 | </ul> |
| 286 | |
Evgeny Mandrikov | 6fd4f3a | 2013-02-03 01:09:10 +0100 | [diff] [blame] | 287 | <h2>Release 0.6.2 (2013/02/03)</h2> |
Evgeny Mandrikov | a6a45e8 | 2012-12-23 22:24:47 +0100 | [diff] [blame] | 288 | |
Evgeny Mandrikov | 4a77e40 | 2012-12-26 12:03:58 +0100 | [diff] [blame] | 289 | <h3>New Features</h3> |
Marc R. Hoffmann | 47990a4 | 2012-12-28 13:54:23 +0100 | [diff] [blame] | 290 | <ul> |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 291 | <li>Support for offline instrumentation (GitHub <a href="https://github.com/jacoco/jacoco/issues/4">#4</a>, <a href="https://github.com/jacoco/jacoco/issues/64">#64</a>).</li> |
Marc Hoffmann | 60147ad | 2013-01-08 18:57:10 +0100 | [diff] [blame] | 292 | <li>JaCoCo agent exposes runtime API for direct integration with application |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 293 | under test (GitHub <a href="https://github.com/jacoco/jacoco/issues/61">#61</a>).</li> |
Marc R. Hoffmann | 1a7ab6f | 2013-01-08 22:21:25 +0100 | [diff] [blame] | 294 | <li>Support for parallel test execution: Different agents can now safely write |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 295 | to the same <code>*.exec</code> file (GitHub <a href="https://github.com/jacoco/jacoco/issues/52">#52</a>).</li> |
Evgeny Mandrikov | 446f197 | 2013-01-09 18:17:11 +0100 | [diff] [blame] | 296 | <li>New output mode 'none' can be used when agent is only controlled via JMX |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 297 | or its new runtime API (GitHub <a href="https://github.com/jacoco/jacoco/issues/63">#63</a>).</li> |
| 298 | <li>Better error message in case of invalid stackmap frames (GitHub <a href="https://github.com/jacoco/jacoco/issues/73">#73</a>).</li> |
Evgeny Mandrikov | 700361b | 2013-02-02 20:02:24 +0100 | [diff] [blame] | 299 | <li>jacoco-maven-plugin: default phase for goal "report" - "verify" |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 300 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/72">#72</a>).</li> |
Marc R. Hoffmann | 47990a4 | 2012-12-28 13:54:23 +0100 | [diff] [blame] | 301 | </ul> |
Evgeny Mandrikov | 4a77e40 | 2012-12-26 12:03:58 +0100 | [diff] [blame] | 302 | |
Evgeny Mandrikov | 4a77e40 | 2012-12-26 12:03:58 +0100 | [diff] [blame] | 303 | <h3>Non-functional Changes</h3> |
| 304 | <ul> |
| 305 | <li>For every build the corresponding Git commit hash is included as |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 306 | <code>Eclipse-SourceReferences</code> manifest headers (GitHub <a href="https://github.com/jacoco/jacoco/issues/7">#7</a>, <a href="https://github.com/jacoco/jacoco/issues/59">#59</a>).</li> |
Marc R. Hoffmann | 73a2235 | 2013-05-27 07:41:24 +0200 | [diff] [blame] | 307 | <li>Adjust saturation of red source highlighting in HTML reports to make |
| 308 | JaCoCo reports more accessible to red/green blind users.</li> |
Evgeny Mandrikov | 4a77e40 | 2012-12-26 12:03:58 +0100 | [diff] [blame] | 309 | </ul> |
| 310 | |
Marc R. Hoffmann | e2930e7 | 2013-01-08 21:18:35 +0100 | [diff] [blame] | 311 | <h3>API Changes</h3> |
| 312 | <ul> |
| 313 | <li>The <code>output</code> mode <code>mbean</code> of the agent has been |
| 314 | dropped in favor of the new boolean option <code>jmx</code>. This allows |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 315 | to combine JMX access with any other output mode (GitHub <a href="https://github.com/jacoco/jacoco/issues/62">#62</a>).</li> |
Marc R. Hoffmann | e2930e7 | 2013-01-08 21:18:35 +0100 | [diff] [blame] | 316 | </ul> |
| 317 | |
Evgeny Mandrikov | 0bb8d2d | 2012-12-23 20:33:58 +0100 | [diff] [blame] | 318 | <h2>Release 0.6.1 (2012/12/23)</h2> |
Evgeny Mandrikov | 7764fe5 | 2012-10-06 23:44:26 +0400 | [diff] [blame] | 319 | |
Evgeny Mandrikov | 2ea884b | 2012-11-10 13:47:51 +0100 | [diff] [blame] | 320 | <h3>New Features</h3> |
| 321 | <ul> |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 322 | <li>Add a coverage check Mojo, contributed by Kyle Lieber (GitHub <a href="https://github.com/jacoco/jacoco/issues/6">#6</a>).</li> |
Evgeny Mandrikov | 2ea884b | 2012-11-10 13:47:51 +0100 | [diff] [blame] | 323 | </ul> |
| 324 | |
Evgeny Mandrikov | eb0cfdf | 2012-11-10 18:00:41 +0100 | [diff] [blame] | 325 | <h3>Fixed Bugs</h3> |
| 326 | <ul> |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 327 | <li>jacocoant.jar should not conflict with ASM 3.x (GitHub <a href="https://github.com/jacoco/jacoco/issues/39">#39</a>).</li> |
Evgeny Mandrikov | ca86383 | 2012-11-22 00:12:12 +0100 | [diff] [blame] | 328 | <li>Agent Mojo should set empty property, if execution was skipped |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 329 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/44">#44</a>).</li> |
Evgeny Mandrikov | eb0cfdf | 2012-11-10 18:00:41 +0100 | [diff] [blame] | 330 | </ul> |
| 331 | |
Marc R. Hoffmann | 1e1df5b | 2012-11-02 22:58:50 +0100 | [diff] [blame] | 332 | <h3>Non-functional Changes</h3> |
| 333 | <ul> |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 334 | <li>Upgrade to ASM 4.1 (GitHub <a href="https://github.com/jacoco/jacoco/issues/37">#37</a>).</li> |
Marc R. Hoffmann | fcc0a0f | 2012-11-10 20:37:05 +0100 | [diff] [blame] | 335 | <li>Log location of merged execution data file in Ant <code>merge</code> task |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 336 | (GitHub <a href="https://github.com/jacoco/jacoco/issues/29">#29</a>).</li> |
Marc R. Hoffmann | 1e1df5b | 2012-11-02 22:58:50 +0100 | [diff] [blame] | 337 | </ul> |
| 338 | |
Evgeny Mandrikov | 76f62ca | 2012-10-06 23:01:20 +0400 | [diff] [blame] | 339 | <h2>Release 0.6.0 (2012/10/06)</h2> |
Evgeny Mandrikov | 13d966c | 2012-08-31 12:39:14 +0600 | [diff] [blame] | 340 | |
Marc R. Hoffmann | f22657e | 2012-09-20 21:45:49 +0200 | [diff] [blame] | 341 | <h3>New Features</h3> |
| 342 | <ul> |
| 343 | <li>Full support for Java 7 including INVOKEDYNAMIC as JaCoCo is now based |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 344 | on ASM 4.0 (GitHub <a href="https://github.com/jacoco/jacoco/issues/5">#5</a>).</li> |
Marc R. Hoffmann | f22657e | 2012-09-20 21:45:49 +0200 | [diff] [blame] | 345 | </ul> |
| 346 | |
Abraham Lin | 47c3fbb | 2012-09-13 23:27:32 +0600 | [diff] [blame] | 347 | <h3>Fixed Bugs</h3> |
| 348 | <ul> |
| 349 | <li>Maven plugin should skip creation of report if the execution data file is |
Marc R. Hoffmann | 8bcab03 | 2012-09-20 22:28:29 +0200 | [diff] [blame] | 350 | missing. This avoids appearance of stack traces in case when JVM was not |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 351 | forked, e.g. if there are no tests to run (SF #3563431, GitHub <a href="https://github.com/jacoco/jacoco/issues/19">#19</a>).</li> |
Marc R. Hoffmann | 8bcab03 | 2012-09-20 22:28:29 +0200 | [diff] [blame] | 352 | <li>Maven plugin should fail if unable to read execution data file or create |
Mirko Friedenhagen | a6bd6ea | 2013-12-17 11:50:26 +0100 | [diff] [blame] | 353 | report (GitHub <a href="https://github.com/jacoco/jacoco/issues/19">#19</a>).</li> |
Abraham Lin | 47c3fbb | 2012-09-13 23:27:32 +0600 | [diff] [blame] | 354 | </ul> |
| 355 | |
Marc R. Hoffmann | 8bcab03 | 2012-09-20 22:28:29 +0200 | [diff] [blame] | 356 | <h3>API Changes</h3> |
| 357 | <ul> |
| 358 | <li>Only colon as separator character supported in agent parameters. The |
| 359 | deprecated pipe character is no longer supported.</li> |
| 360 | </ul> |
| 361 | |
Evgeny Mandrikov | d3dd13c | 2012-08-31 12:32:50 +0600 | [diff] [blame] | 362 | <h2>Release 0.5.10 (2012/08/31)</h2> |
Evgeny Mandrikov | 9e1a22e | 2012-07-30 07:35:07 +0000 | [diff] [blame] | 363 | |
Marc R. Hoffmann | ababcec | 2012-08-16 19:07:26 +0000 | [diff] [blame] | 364 | <h3>Fixed Bugs</h3> |
| 365 | <ul> |
Marc R. Hoffmann | 632e70b | 2012-08-24 14:49:19 +0000 | [diff] [blame] | 366 | <li>Correct stackmap frames for new <code>long[]</code> arrays (SF #3553210).</li> |
| 367 | <li>Properly resolve the <code>fork</code> variable for tasks wrapped by the |
| 368 | <code>coverage</code> Ant task (Trac #213).</li> |
Marc R. Hoffmann | ababcec | 2012-08-16 19:07:26 +0000 | [diff] [blame] | 369 | </ul> |
| 370 | |
Marc R. Hoffmann | bb80b76 | 2012-08-29 23:57:58 +0200 | [diff] [blame] | 371 | <h3>Non-functional Changes</h3> |
| 372 | <ul> |
| 373 | <li>Source tree has been migrated to Git and is now hosted on Github at |
| 374 | <a href="https://github.com/jacoco/jacoco">https://github.com/jacoco/jacoco</a>.</li> |
| 375 | </ul> |
| 376 | |
Evgeny Mandrikov | 7fa63e7 | 2012-07-30 07:26:38 +0000 | [diff] [blame] | 377 | <h2>Release 0.5.9 (2012/07/30)</h2> |
Evgeny Mandrikov | 19e5caa | 2012-07-11 12:29:04 +0000 | [diff] [blame] | 378 | |
Marc R. Hoffmann | 049e604 | 2012-07-21 19:02:27 +0000 | [diff] [blame] | 379 | <h3>Fixed Bugs</h3> |
| 380 | <ul> |
| 381 | <li>Don't produce invalid class files in case of unexpected stackmap frames |
| 382 | (SF #3543758).</li> |
| 383 | </ul> |
| 384 | |
Evgeny Mandrikov | 5552b67 | 2012-07-11 12:23:15 +0000 | [diff] [blame] | 385 | <h2>Release 0.5.8 (2012/07/11)</h2> |
Marc R. Hoffmann | 871836b | 2012-05-12 12:28:13 +0000 | [diff] [blame] | 386 | |
Marc R. Hoffmann | cf41fc1 | 2012-06-30 00:15:43 +0000 | [diff] [blame] | 387 | <h3>New Features</h3> |
| 388 | <ul> |
| 389 | <li>Support for parallel Maven builds (Trac #191).</li> |
| 390 | <li>New agent option <code>classdumpdir</code> to dump all class files seen |
| 391 | by the JaCoCo agent to disk. This option is also available for Ant and |
| 392 | Maven (Trac #208).</li> |
| 393 | </ul> |
| 394 | |
Marc R. Hoffmann | 9308f8a | 2012-07-04 19:00:06 +0000 | [diff] [blame] | 395 | <h3>Fixed Bugs</h3> |
| 396 | <ul> |
| 397 | <li>Allow instrumentation of classes with dead code (SF #3538112).</li> |
Marc R. Hoffmann | 65c1715 | 2012-07-09 10:37:23 +0000 | [diff] [blame] | 398 | <li>Reworked instrumentation strategy to avoid verifier error "Uninitialized |
| 399 | object exists on backward branch" with certain Java 7 class files |
| 400 | (Trac #154).</li> |
Marc R. Hoffmann | 9308f8a | 2012-07-04 19:00:06 +0000 | [diff] [blame] | 401 | </ul> |
| 402 | |
Marc R. Hoffmann | 7830927 | 2012-05-02 19:25:44 +0000 | [diff] [blame] | 403 | <h3>Non-functional Changes</h3> |
| 404 | <ul> |
Marc R. Hoffmann | 871836b | 2012-05-12 12:28:13 +0000 | [diff] [blame] | 405 | <li>Documentation now includes Maven example and Maven goal documentation |
| 406 | (Trac #201, #202).</li> |
Marc R. Hoffmann | 7830927 | 2012-05-02 19:25:44 +0000 | [diff] [blame] | 407 | </ul> |
| 408 | |
Evgeny Mandrikov | 976a90f | 2012-04-19 03:40:42 +0000 | [diff] [blame] | 409 | <h2>Release 0.5.7 (2012/04/19)</h2> |
Evgeny Mandrikov | 022e3af | 2012-01-23 23:39:12 +0000 | [diff] [blame] | 410 | |
Marc R. Hoffmann | 2a363b8 | 2012-03-31 10:00:06 +0000 | [diff] [blame] | 411 | <h3>New Features</h3> |
| 412 | <ul> |
| 413 | <li>Support for class redefinitions by other agents like JMockit (SF #3509409).</li> |
Marc R. Hoffmann | c17f2b0 | 2012-04-07 09:05:00 +0000 | [diff] [blame] | 414 | <li>Remove class file attributes with invalid code offsets caused by other |
Marc R. Hoffmann | c32282c | 2012-04-18 21:04:59 +0000 | [diff] [blame] | 415 | byte code processing tools to avoid verifier errors (Trac #196).</li> |
| 416 | <li>Improved logging for Ant tasks (SF #3518429).</li> |
Marc R. Hoffmann | 2a363b8 | 2012-03-31 10:00:06 +0000 | [diff] [blame] | 417 | </ul> |
| 418 | |
Marc R. Hoffmann | ce117fd | 2012-03-29 12:55:41 +0000 | [diff] [blame] | 419 | <h3>Fixed Bugs</h3> |
| 420 | <ul> |
| 421 | <li>In case of failures the agent should log the original exception.</li> |
| 422 | </ul> |
| 423 | |
Evgeny Mandrikov | 99487a1 | 2012-01-23 23:33:12 +0000 | [diff] [blame] | 424 | <h2>Release 0.5.6 (2012/01/23)</h2> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 425 | |
| 426 | <h3>New Features</h3> |
| 427 | <ul> |
| 428 | <li>jacoco-maven-plugin can be used together with maven-site-plugin (Trac #181).</li> |
Marc R. Hoffmann | 8b5d6a3 | 2012-01-18 20:24:45 +0000 | [diff] [blame] | 429 | <li>The <code>report</code> Ant task now also supports directory resources to |
| 430 | specify source folders. This allows reading source files from multiple |
| 431 | directories. Contributed by Dominik Stadler (Trac #119).</li> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 432 | </ul> |
| 433 | |
| 434 | <h3>Fixed Bugs</h3> |
| 435 | <ul> |
| 436 | <li>Don't insert stackmap frames for class files before version 1.6.</li> |
| 437 | <li>Regression, which was introduced in 0.5.4 - restored compatibility of jacoco-maven-plugin with Maven 2 (Trac #182).</li> |
| 438 | </ul> |
| 439 | |
| 440 | <h2>Release 0.5.5 (2011/12/15)</h2> |
| 441 | |
| 442 | <h3>Fixed Bugs</h3> |
| 443 | <ul> |
| 444 | <li>Correct default value for the <code>append</code> property of the |
| 445 | <code>dump</code> Ant task is <code>true</code> (Trac #178).</li> |
| 446 | <li>Try/catch blocks must not be counted as instructions (Trac #179).</li> |
| 447 | </ul> |
| 448 | |
| 449 | <h3>Non-functional Changes</h3> |
| 450 | <ul> |
| 451 | <li>Upgrade to ASM 3.3.1.</li> |
| 452 | </ul> |
| 453 | |
| 454 | <h2>Release 0.5.4 (2011/11/11)</h2> |
| 455 | |
| 456 | <h3>New Features</h3> |
| 457 | <ul> |
| 458 | <li>Maven plug-in: respect <code>includes</code> and <code>excludes</code> |
Evgeny Mandrikov | 8e7d699 | 2011-11-11 20:26:38 +0000 | [diff] [blame] | 459 | properties in report Mojo (Trac #160). |
Evgeny Mandrikov | 8e7d699 | 2011-11-11 20:26:38 +0000 | [diff] [blame] | 460 | Also note that: |
| 461 | <pre class="source lang-xml"> |
| 462 | <configuration> |
| 463 | <includes>org.foo.*:org.bar.*</includes> |
| 464 | <excludes>com.foo.*:com.bar.*</excludes> |
| 465 | </configuration> |
| 466 | </pre> |
| 467 | must be replaced on: |
| 468 | <pre class="source lang-xml"> |
| 469 | <configuration> |
| 470 | <includes> |
| 471 | <include>org.foo.*</include> |
| 472 | <include>org.bar.*</include> |
| 473 | </includes> |
| 474 | <excludes> |
| 475 | <exclude>com.foo.*</exclude> |
| 476 | <exclude>com.bar.*</exclude> |
| 477 | </excludes> |
| 478 | </configuration> |
| 479 | </pre> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 480 | </li> |
| 481 | </ul> |
| 482 | |
| 483 | <h3>API Changes</h3> |
| 484 | <ul> |
| 485 | <li><code>Instrumenter</code> now only requires |
| 486 | <code>IExecutionDataAccessorGenerator</code> instead of |
| 487 | <code>IRuntime</code> (Trac #174).</li> |
| 488 | <li>Removed reference to internal implementation classes from |
| 489 | <code>CoverageBuilder</code> API.</li> |
| 490 | </ul> |
| 491 | |
| 492 | <h3>Non-functional Changes</h3> |
| 493 | <ul> |
| 494 | <li>Release bundles from now on signed again.</li> |
| 495 | <li>Several documentation updates.</li> |
| 496 | </ul> |
| 497 | |
| 498 | <h2>Release 0.5.3 (2011/07/06)</h2> |
| 499 | |
| 500 | <h3>New Features</h3> |
| 501 | <ul> |
| 502 | <li>New Maven plug-in for JaCoCo agent setup and basic reporting (Trac #25).</li> |
| 503 | <li>Additional output mode implementation for JaCoCo agent based on JMX.</li> |
| 504 | </ul> |
| 505 | |
| 506 | <h3>Fixed Bugs</h3> |
| 507 | <ul> |
| 508 | <li>Fixed problem with reporting of nested group structures (Trac #157).</li> |
| 509 | </ul> |
| 510 | |
| 511 | <h3>Non-functional Changes</h3> |
| 512 | <ul> |
| 513 | <li>JaCoCo build based on Maven (Trac #136).</li> |
| 514 | <li>JaCoCo published to Maven repository (Trac #149).</li> |
| 515 | </ul> |
| 516 | |
| 517 | <h2>Release 0.5.2 (2011/05/19)</h2> |
| 518 | |
| 519 | <h3>New Features</h3> |
| 520 | <ul> |
| 521 | <li>JaCoCo reports cyclomatic complexity numbers (Trac #129).</li> |
| 522 | <li>For HTML reports the tab width can be specified on the |
| 523 | <code>sourcefiles</code> attribute of the <code>report</code> Ant task |
| 524 | (Track #152).</li> |
| 525 | </ul> |
| 526 | |
| 527 | <h3>Fixed Bugs</h3> |
| 528 | <ul> |
| 529 | <li>Removed duplicate counters in the root node of XML reports (Trac #155).</li> |
| 530 | <li>Avoid <code>StackOverflowException</code> when analyzing methods with very |
| 531 | long instruction sequences (Trac #156). Many thanks to Jean-Eric Cuendet |
| 532 | for reporting and analyzing this!</li> |
| 533 | </ul> |
| 534 | |
| 535 | <h3>API Changes</h3> |
| 536 | <ul> |
| 537 | <li><code>ICoverageNode</code> API has been extended for cyclomatic |
| 538 | complexity (Trac #129).</li> |
| 539 | <li>XML and CSV report includes new counter type <code>COMPLEXITY</code> |
| 540 | (Trac #129).</li> |
| 541 | <li>New method <code>getTabWidth()</code> in callback interface |
| 542 | <code>ISourceFileLocator</code> instead of |
| 543 | <code>HTMLReportFormatter.setTabWidth()</code> which has been removed. |
| 544 | (Trac #152).</li> |
| 545 | </ul> |
| 546 | |
| 547 | <h2>Release 0.5.1 (2011/03/21)</h2> |
| 548 | |
| 549 | <h3>New Features</h3> |
| 550 | <ul> |
| 551 | <li>Duplicate classes with identical identifiers are now ignored during |
| 552 | analysis.</li> |
| 553 | <li>Added support for TestNG to Ant task Coverage (Track #144).</li> |
| 554 | </ul> |
| 555 | |
| 556 | <h3>Fixed Bugs</h3> |
| 557 | <ul> |
| 558 | <li>Calculate correct stackmap frames for Java 1.6 branches (Trac #139).</li> |
| 559 | <li>Link source files also for classes in default package (Trac #151).</li> |
| 560 | </ul> |
| 561 | |
| 562 | <h3>Non-functional Changes</h3> |
| 563 | <ul> |
| 564 | <li>API documentation cleanup (Track #140).</li> |
| 565 | <li>Removed obsolete examples from documentation (Trac #141).</li> |
| 566 | <li>Added reporting API example (Trac #146).</li> |
| 567 | <li>Reduced file size of HTML report source pages (Trac #148).</li> |
| 568 | </ul> |
| 569 | |
| 570 | <h3>API Changes</h3> |
| 571 | <ul> |
| 572 | <li>Simplified reporting API (Trac #53).</li> |
| 573 | <li>Use colon as separator character in agent parameters (Trac #143).</li> |
| 574 | <li>Now also empty files are accepted as <code>*.exec</code> files (Trac #150).</li> |
| 575 | </ul> |
| 576 | |
| 577 | <h2>Release 0.5.0 (2011/01/19)</h2> |
| 578 | |
| 579 | <h3>New Features</h3> |
| 580 | <ul> |
| 581 | <li>JaCoCo now reports branch coverage (Track #66).</li> |
| 582 | </ul> |
| 583 | |
| 584 | <h3>Fixed Bugs</h3> |
| 585 | <ul> |
| 586 | <li>Only process actual Java class files during analysis (SF #3106102).</li> |
| 587 | <li>Fix broken source links due to sort hash (Track #125).</li> |
| 588 | <li>Fixed invalid OSGi headers in MANIFEST.MF files (Track #127).</li> |
| 589 | <li>Try to avoid interference with Hibernate (SF #3134190).</li> |
| 590 | <li>Provide proper error message in case of duplicate class names in the same |
| 591 | group (SF #3110219).</li> |
| 592 | <li>Allow any number of probes in static interface initializers (SF #3161106).</li> |
| 593 | </ul> |
| 594 | |
| 595 | <h3>API Changes</h3> |
| 596 | <ul> |
| 597 | <li>All analysis specific APIs have been moved to package |
| 598 | <code>org.jacoco.core.analysis</code>.</li> |
| 599 | <li>The <code>IStructureVisitor</code> interface has been replaced by a |
| 600 | simplified version called <code>ICoverageVisitor</code> (Track #132).</li> |
| 601 | <li>All counter creation and update APIs now accept <i>missed items</i> and |
| 602 | <i>covered items</i> as parameters (Track #131).</li> |
| 603 | <li>Instructions are now counted on a per line basis. Therefore some |
| 604 | interfaces in the <code>org.jacoco.core.analysis</code> package have |
| 605 | changed as well as the <code>line</code> element in the XML report |
| 606 | (Track #130).</li> |
| 607 | <li>Several internal implementation classes have removed from the core APIs or |
| 608 | have been replaced by new interfaces (Track #133).</li> |
| 609 | </ul> |
| 610 | |
| 611 | <h2>Release 0.4.1 (2010/10/07)</h2> |
| 612 | |
| 613 | <h3>New Features</h3> |
| 614 | <ul> |
| 615 | <li>New attribute <code>line</code> for <code>method</code> elements in the |
| 616 | XML report containing the first source line number of the method. |
| 617 | (Track #120).</li> |
| 618 | <li>Optional <code>locale</code> attribute for number rendering HTML reports, |
| 619 | also available as an attribute of the <code>html</code> tag of the |
| 620 | <code>report</code> Ant task (Track #122).</li> |
| 621 | <li>Coverage tables in HTML report are now sortable (Track #98).</li> |
| 622 | <li>The <code>report</code> Ant task issues a warning if source files are |
| 623 | provided but class files do not contain debug information to collect line |
| 624 | numbers (SF #3024486).</li> |
| 625 | </ul> |
| 626 | |
| 627 | <h3>Non-functional Changes</h3> |
| 628 | <ul> |
| 629 | <li>Reduced memory footprint for coverage data by 30% (Track #106).</li> |
| 630 | <li>Moved to Eclipse 3.6.x as development environment (Trac #115).</li> |
| 631 | <li>All delivered bundles and JAR files are signed (Trac #118).</li> |
| 632 | </ul> |
| 633 | |
| 634 | <h3>Fixed Bugs</h3> |
| 635 | <ul> |
| 636 | <li>Better error message when multiple JaCoCo agents are specified |
| 637 | (Track #103).</li> |
| 638 | <li>Fixed potential NPE at shutdown when running agent in |
| 639 | <code>tcpserver</code> mode (Track #117).</li> |
| 640 | <li>Agent now fails at startup when execution data file can't be opened |
| 641 | (Track #121).</li> |
| 642 | </ul> |
| 643 | |
| 644 | <h2>Release 0.4.0 (2010/06/04)</h2> |
| 645 | |
| 646 | <h3>New Features</h3> |
| 647 | <ul> |
| 648 | <li>Execution data now includes session information: an arbitrary identifier, |
| 649 | the start time and dump time (Trac #88).</li> |
| 650 | <li>Added session information to XML report (Trac #92).</li> |
| 651 | <li>New "Sessions" page in the HTML report shows information about each |
| 652 | sessions wherein execution data has been collected for the report |
| 653 | (Trac #93). Additionally all classes with execution data available are |
| 654 | listed on this page (Trac #94).</li> |
| 655 | <li>The agent now supports remote dumps via TCP/IP connections (Trac #82).</li> |
| 656 | <li>New Ant task <code>dump</code> to remotely collect coverage data from |
| 657 | agents (Trac #100).</li> |
| 658 | </ul> |
| 659 | |
| 660 | <h3>API Changes</h3> |
| 661 | <ul> |
| 662 | <li>Execution data file header is written and read in any case (Trac #72).</li> |
| 663 | <li>Added <code>dumponexit</code> to agent options (Trac #82).</li> |
| 664 | <li>Added <code>sessionid</code> to agent options (Trac #88).</li> |
| 665 | <li>Added <code>output, address and port</code> to agent options (Trac #82).</li> |
| 666 | <li>Additional and modified methods in <code>IRuntime</code> to produce |
| 667 | session information (Trac #88).</li> |
| 668 | <li>Coverage element type <code>SESSION</code> removed (Trac #95).</li> |
| 669 | <li>Removed several internal APIs from package |
| 670 | <code>org.jacoco.core.instr</code> used for class instrumentation.</li> |
| 671 | <li>Renamed class <code>org.jacoco.report.csv.CsvFormatter</code> to |
| 672 | <code>CSVFormatter</code> (upper case) for consistency with other |
| 673 | formatters.</li> |
| 674 | </ul> |
| 675 | |
| 676 | <h2>Release 0.3.3 (2010/04/19)</h2> |
| 677 | |
| 678 | <h3>New Features</h3> |
| 679 | <ul> |
| 680 | <li>Support for different archives (jar, war, ear etc.) and nested archives |
| 681 | (Trac #78).</li> |
| 682 | <li>XML report with line level coverage information (requested for Sonar).</li> |
| 683 | </ul> |
| 684 | |
| 685 | <h3>Fixed Bugs</h3> |
| 686 | <ul> |
| 687 | <li>Correct stackmap frames for Java 1.6 class files. (Track #81).</li> |
| 688 | <li>Avoid usage of <code>LocalVariableSorter</code> due to ASM bug #314563 |
| 689 | (Track #69).</li> |
| 690 | <li>Nested Java/JUnit Ant tasks not being executed when coverage task disabled. (Track #85).</li> |
| 691 | </ul> |
| 692 | |
| 693 | <h2>Release 0.3.2 (2010/04/01)</h2> |
| 694 | |
| 695 | <h3>New Features</h3> |
| 696 | <ul> |
| 697 | <li>New HTML report option to directly create a zip file containing the report |
| 698 | (Trac #12).</li> |
| 699 | <li>Code coverage for static initializers in interfaces (Trac #21).</li> |
| 700 | <li>Better error handling for <code>report</code> Ant task (Trac #71).</li> |
| 701 | <li>Classes without instructions are excluded from reports (Trac #73).</li> |
| 702 | </ul> |
| 703 | |
| 704 | <h3>Fixed Bugs</h3> |
| 705 | <ul> |
| 706 | <li>XML and CSV report output now also works for structures without groups |
| 707 | (Track #76).</li> |
| 708 | </ul> |
| 709 | |
| 710 | <h3>API Changes</h3> |
| 711 | <ul> |
| 712 | <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs |
| 713 | (Trac #72).</li> |
| 714 | <li>To support "off-line" instrumentation scenarios it is not required any |
| 715 | more to register instrumented classes with the runtime (Trac #74).</li> |
| 716 | </ul> |
| 717 | |
| 718 | <h2>Release 0.3.1 (2010/02/09)</h2> |
| 719 | |
| 720 | <h3>Fixed Bugs</h3> |
| 721 | <ul> |
| 722 | <li>Ant tasks broken on Linux (Trac #68).</li> |
| 723 | </ul> |
| 724 | |
| 725 | <h2>Release 0.3.0 (2010/02/02)</h2> |
| 726 | |
| 727 | <h3>New Features</h3> |
| 728 | <ul> |
| 729 | <li>Report renders anonymous classes with type information (Trac #46).</li> |
| 730 | <li><code>enabled</code> property added to <code>agent</code> and |
| 731 | <code>coverage</code> Ant tasks (Trac #63).</li> |
| 732 | <li>Ant task <code>merge</code> added (Trac #52).</li> |
| 733 | </ul> |
| 734 | |
| 735 | <h3>Fixed Bugs</h3> |
| 736 | <ul> |
| 737 | <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE |
| 738 | application servers like Glassfish.</li> |
| 739 | </ul> |
| 740 | |
| 741 | <h3>API Changes</h3> |
| 742 | <ul> |
| 743 | <li>Agent option and Ant task parameter <code>file</code> changed to |
| 744 | <code>destfile</code> (Trac #59).</li> |
| 745 | <li>Agent option and Ant task parameter <code>merge</code> changed to |
| 746 | <code>append</code> (Trac #51).</li> |
| 747 | </ul> |
| 748 | |
| 749 | <h2>Release 0.2.0 (2010/01/08)</h2> |
| 750 | |
| 751 | <h3>New Features</h3> |
| 752 | |
| 753 | <ul> |
| 754 | <li>Simplified probe data structure reduces memory usage (Trac #47).</li> |
| 755 | <li>Performance test becomes part of the build.</li> |
| 756 | <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent |
| 757 | as a resource (Trac #50).</li> |
| 758 | </ul> |
| 759 | |
| 760 | <h3>Fixed Bugs</h3> |
| 761 | |
| 762 | <ul> |
| 763 | <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing |
| 764 | while instrumentation and analysis (Trac #44).</li> |
| 765 | </ul> |
| 766 | |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 767 | <h2>Release 0.1.0 (2009/10/28)</h2> |
| 768 | |
| 769 | <p> |
| 770 | The very first JaCoCo release. |
| 771 | </p> |
| 772 | |
| 773 | </div> |
| 774 | <div class="footer"> |
| 775 | <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span> |
| 776 | <a href="license.html">Copyright</a> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors |
| 777 | </div> |
| 778 | |
| 779 | </body> |
| 780 | </html> |