Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 1 | <?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. Hoffmann | d7d2f75 | 2010-05-06 21:12:31 +0000 | [diff] [blame] | 7 | <link rel="shortcut icon" href=".resources/report.gif" type="image/gif" />
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 8 | <title>JaCoCo - Change History</title>
|
| 9 | </head>
|
| 10 | <body>
|
| 11 |
|
| 12 | <div class="breadcrumb">
|
Marc R. Hoffmann | d7d2f75 | 2010-05-06 21:12:31 +0000 | [diff] [blame] | 13 | <a href="../index.html" class="el_report">JaCoCo</a> >
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 14 | <a href="index.html" class="el_group">Documentation</a> >
|
| 15 | <span class="el_source">Change History</span>
|
| 16 | </div>
|
Marc R. Hoffmann | 17be269 | 2010-02-02 05:44:47 +0000 | [diff] [blame] | 17 | <div id="content">
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 18 |
|
| 19 | <h1>Change History</h1>
|
| 20 |
|
Marc R. Hoffmann | 574c3df | 2010-04-23 05:49:40 +0000 | [diff] [blame] | 21 | <h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2>
|
Marc R. Hoffmann | 41f21f0 | 2010-04-05 16:05:22 +0000 | [diff] [blame] | 22 |
|
Marc R. Hoffmann | adfa118 | 2010-05-05 12:59:42 +0000 | [diff] [blame] | 23 | <h3>New Features</h3>
|
| 24 | <ul>
|
| 25 | <li>Execution data now includes session information: an arbitrary identifier,
|
| 26 | the start time and dump time (Trac #88).</li>
|
Marc R. Hoffmann | 70935f6 | 2010-05-06 14:32:56 +0000 | [diff] [blame] | 27 | <li>Added session information to XML report (Trac #92).</li>
|
Marc R. Hoffmann | 9f1b585 | 2010-05-12 16:02:40 +0000 | [diff] [blame] | 28 | <li>New "Sessions" page in the HTML report shows information about each
|
| 29 | sessions wherein execution data has been collected for the report
|
| 30 | (Trac #93). Additionally all classes with execution data available are
|
| 31 | listed on this page (Trac #94).</li>
|
Marc R. Hoffmann | 7c77516 | 2010-05-27 16:43:34 +0000 | [diff] [blame^] | 32 | <li>The agent now supports remote dumps via TCP/IP connections (Trac #82).</li>
|
| 33 | <li>New Ant task <code>dump</code> to remotely collect coverage data from
|
| 34 | agents (Trac #100).</li>
|
Marc R. Hoffmann | adfa118 | 2010-05-05 12:59:42 +0000 | [diff] [blame] | 35 | </ul>
|
| 36 |
|
Marc R. Hoffmann | e78c8f6 | 2010-05-03 16:53:13 +0000 | [diff] [blame] | 37 | <h3>API Changes</h3>
|
| 38 | <ul>
|
| 39 | <li>Execution data file header is written and read in any case (Trac #72).</li>
|
Marc R. Hoffmann | adfa118 | 2010-05-05 12:59:42 +0000 | [diff] [blame] | 40 | <li>Added <code>dumponexit</code> to agent options (Trac #82).</li>
|
| 41 | <li>Added <code>sessionid</code> to agent options (Trac #88).</li>
|
Brock Janiczak | bd63830 | 2010-05-11 11:04:37 +0000 | [diff] [blame] | 42 | <li>Added <code>output, address and port</code> to agent options (Trac #82).</li>
|
Marc R. Hoffmann | 94f9d3a | 2010-05-05 07:43:14 +0000 | [diff] [blame] | 43 | <li>Additional and modified methods in <code>IRuntime</code> to produce
|
| 44 | session information (Trac #88).</li>
|
Marc R. Hoffmann | d7d2f75 | 2010-05-06 21:12:31 +0000 | [diff] [blame] | 45 | <li>Coverage element type <code>SESSION</code> removed (Trac #95).</li>
|
Marc R. Hoffmann | e78c8f6 | 2010-05-03 16:53:13 +0000 | [diff] [blame] | 46 | </ul>
|
| 47 |
|
Marc R. Hoffmann | fb0c5f8 | 2010-04-19 15:47:25 +0000 | [diff] [blame] | 48 | <h2>Release 0.3.3 (2010/04/19)</h2>
|
| 49 |
|
Marc R. Hoffmann | 41f21f0 | 2010-04-05 16:05:22 +0000 | [diff] [blame] | 50 | <h3>New Features</h3>
|
| 51 | <ul>
|
| 52 | <li>Support for different archives (jar, war, ear etc.) and nested archives
|
Marc R. Hoffmann | b9368b4 | 2010-04-09 21:10:51 +0000 | [diff] [blame] | 53 | (Trac #78).</li>
|
Marc R. Hoffmann | d608148 | 2010-04-05 20:10:20 +0000 | [diff] [blame] | 54 | <li>XML report with line level coverage information (requested for Sonar).</li>
|
Marc R. Hoffmann | 41f21f0 | 2010-04-05 16:05:22 +0000 | [diff] [blame] | 55 | </ul>
|
| 56 |
|
Marc R. Hoffmann | 5670126 | 2010-04-06 17:56:12 +0000 | [diff] [blame] | 57 | <h3>Fixed Bugs</h3>
|
| 58 | <ul>
|
| 59 | <li>Correct stackmap frames for Java 1.6 class files. (Track #81).</li>
|
Marc R. Hoffmann | b9368b4 | 2010-04-09 21:10:51 +0000 | [diff] [blame] | 60 | <li>Avoid usage of <code>LocalVariableSorter</code> due to ASM bug #314563
|
| 61 | (Track #69).</li>
|
Brock Janiczak | 4df31a1 | 2010-04-13 04:13:06 +0000 | [diff] [blame] | 62 | <li>Nested Java/JUnit Ant tasks not being executed when coverage task disabled. (Track #85).</li>
|
Marc R. Hoffmann | 5670126 | 2010-04-06 17:56:12 +0000 | [diff] [blame] | 63 | </ul>
|
| 64 |
|
Marc R. Hoffmann | 51ca61b | 2010-04-01 16:30:27 +0000 | [diff] [blame] | 65 | <h2>Release 0.3.2 (2010/04/01)</h2>
|
Marc R. Hoffmann | dc21be0 | 2010-03-02 15:08:10 +0000 | [diff] [blame] | 66 |
|
Marc R. Hoffmann | 1aa91e1 | 2010-03-04 12:37:15 +0000 | [diff] [blame] | 67 | <h3>New Features</h3>
|
| 68 | <ul>
|
Marc R. Hoffmann | 81f7920 | 2010-03-12 07:36:50 +0000 | [diff] [blame] | 69 | <li>New HTML report option to directly create a zip file containing the report
|
Marc R. Hoffmann | b9368b4 | 2010-04-09 21:10:51 +0000 | [diff] [blame] | 70 | (Trac #12).</li>
|
Marc R. Hoffmann | 1aa91e1 | 2010-03-04 12:37:15 +0000 | [diff] [blame] | 71 | <li>Code coverage for static initializers in interfaces (Trac #21).</li>
|
Marc R. Hoffmann | dcad8bb | 2010-04-01 06:28:03 +0000 | [diff] [blame] | 72 | <li>Better error handling for <code>report</code> Ant task (Trac #71).</li>
|
| 73 | <li>Classes without instructions are excluded from reports (Trac #73).</li>
|
| 74 | </ul>
|
| 75 |
|
| 76 | <h3>Fixed Bugs</h3>
|
| 77 | <ul>
|
| 78 | <li>XML and CSV report output now also works for structures without groups
|
Marc R. Hoffmann | b9368b4 | 2010-04-09 21:10:51 +0000 | [diff] [blame] | 79 | (Track #76).</li>
|
Marc R. Hoffmann | 1aa91e1 | 2010-03-04 12:37:15 +0000 | [diff] [blame] | 80 | </ul>
|
| 81 |
|
Marc R. Hoffmann | dc21be0 | 2010-03-02 15:08:10 +0000 | [diff] [blame] | 82 | <h3>API Changes</h3>
|
| 83 | <ul>
|
Marc R. Hoffmann | a942c89 | 2010-03-10 21:33:26 +0000 | [diff] [blame] | 84 | <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs
|
| 85 | (Trac #72).</li>
|
| 86 | <li>To support "off-line" instrumentation scenarios it is not required any
|
| 87 | more to register instrumented classes with the runtime (Trac #74).</li>
|
Marc R. Hoffmann | dc21be0 | 2010-03-02 15:08:10 +0000 | [diff] [blame] | 88 | </ul>
|
| 89 |
|
Marc R. Hoffmann | 5970c3d | 2010-02-09 21:20:46 +0000 | [diff] [blame] | 90 | <h2>Release 0.3.1 (2010/02/09)</h2>
|
Marc R. Hoffmann | 578947e | 2010-02-05 17:44:33 +0000 | [diff] [blame] | 91 |
|
| 92 | <h3>Fixed Bugs</h3>
|
| 93 | <ul>
|
| 94 | <li>Ant tasks broken on Linux (Trac #68).</li>
|
| 95 | </ul>
|
| 96 |
|
Marc R. Hoffmann | 4bf5cc2 | 2010-02-02 22:34:38 +0000 | [diff] [blame] | 97 | <h2>Release 0.3.0 (2010/02/02)</h2>
|
Brock Janiczak | 003d47c | 2010-01-15 00:45:17 +0000 | [diff] [blame] | 98 |
|
Brock Janiczak | 003d47c | 2010-01-15 00:45:17 +0000 | [diff] [blame] | 99 | <h3>New Features</h3>
|
| 100 | <ul>
|
Marc R. Hoffmann | 2e313a4 | 2010-02-02 05:16:15 +0000 | [diff] [blame] | 101 | <li>Report renders anonymous classes with type information (Trac #46).</li>
|
Brock Janiczak | d267c57 | 2010-01-28 09:53:54 +0000 | [diff] [blame] | 102 | <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 Janiczak | ac60267 | 2010-01-29 08:52:36 +0000 | [diff] [blame] | 103 | <li><a href="ant.html#merge">Merge</a> Ant task added (Trac #52).</li>
|
Brock Janiczak | 003d47c | 2010-01-15 00:45:17 +0000 | [diff] [blame] | 104 | </ul>
|
| 105 |
|
| 106 | <h3>Fixed Bugs</h3>
|
Marc R. Hoffmann | 2e313a4 | 2010-02-02 05:16:15 +0000 | [diff] [blame] | 107 | <ul>
|
| 108 | <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE
|
| 109 | application servers like Glassfish.</li>
|
| 110 | </ul>
|
Brock Janiczak | 003d47c | 2010-01-15 00:45:17 +0000 | [diff] [blame] | 111 |
|
Marc R. Hoffmann | 1aa91e1 | 2010-03-04 12:37:15 +0000 | [diff] [blame] | 112 | <h3>API Changes</h3>
|
| 113 | <ul>
|
| 114 | <li>Agent option and Ant task parameter <code>file</code> changed to
|
| 115 | <code>destfile</code> (Trac #59).</li>
|
| 116 | <li>Agent option and Ant task parameter <code>merge</code> changed to
|
| 117 | <code>append</code> (Trac #51).</li>
|
| 118 | </ul>
|
| 119 |
|
Marc R. Hoffmann | 063f294 | 2010-01-08 06:12:59 +0000 | [diff] [blame] | 120 | <h2>Release 0.2.0 (2010/01/08)</h2>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 121 |
|
| 122 | <h3>New Features</h3>
|
| 123 |
|
Marc R. Hoffmann | 804d83f | 2009-11-10 12:58:44 +0000 | [diff] [blame] | 124 | <ul>
|
| 125 | <li>Simplified probe data structure reduces memory usage (Trac #47).</li>
|
Marc R. Hoffmann | f9b1dc9 | 2009-11-10 15:14:22 +0000 | [diff] [blame] | 126 | <li>Performance test becomes part of the build.</li>
|
Marc R. Hoffmann | 063f294 | 2010-01-08 06:12:59 +0000 | [diff] [blame] | 127 | <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent
|
| 128 | as a resource (Trac #50).</li>
|
Marc R. Hoffmann | 804d83f | 2009-11-10 12:58:44 +0000 | [diff] [blame] | 129 | </ul>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 130 |
|
Marc R. Hoffmann | 804d83f | 2009-11-10 12:58:44 +0000 | [diff] [blame] | 131 | <h3>Fixed Bugs</h3>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 132 |
|
| 133 | <ul>
|
Marc R. Hoffmann | 063f294 | 2010-01-08 06:12:59 +0000 | [diff] [blame] | 134 | <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing
|
| 135 | while instrumentation and analysis (Trac #44).</li>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 136 | </ul>
|
| 137 |
|
| 138 |
|
| 139 | <h2>Release 0.1.0 (2009/10/28)</h2>
|
| 140 |
|
| 141 | <p>
|
| 142 | The very first JaCoCo release.
|
| 143 | </p>
|
| 144 |
|
Marc R. Hoffmann | 17be269 | 2010-02-02 05:44:47 +0000 | [diff] [blame] | 145 | </div>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 146 | <div class="footer">
|
Marc R. Hoffmann | b623ffb | 2010-05-06 19:48:08 +0000 | [diff] [blame] | 147 | <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span>
|
Marc R. Hoffmann | df6ff96 | 2010-04-09 15:31:22 +0000 | [diff] [blame] | 148 | <a href="license.html">Copyright</a> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 149 | </div>
|
| 150 |
|
| 151 | </body>
|
| 152 | </html> |