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" />
|
| 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> >
|
| 13 | <a href="index.html" class="el_group">Documentation</a> >
|
| 14 | <span class="el_source">Change History</span>
|
| 15 | </div>
|
Marc R. Hoffmann | 17be269 | 2010-02-02 05:44:47 +0000 | [diff] [blame] | 16 | <div id="content">
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 17 |
|
| 18 | <h1>Change History</h1>
|
| 19 |
|
Marc R. Hoffmann | df6ff96 | 2010-04-09 15:31:22 +0000 | [diff] [blame] | 20 | <h2>Trunk Build (@build.date@)</h2>
|
Marc R. Hoffmann | 41f21f0 | 2010-04-05 16:05:22 +0000 | [diff] [blame] | 21 |
|
| 22 | <h3>New Features</h3>
|
| 23 | <ul>
|
| 24 | <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] | 25 | (Trac #78).</li>
|
Marc R. Hoffmann | d608148 | 2010-04-05 20:10:20 +0000 | [diff] [blame] | 26 | <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] | 27 | </ul>
|
| 28 |
|
Marc R. Hoffmann | 5670126 | 2010-04-06 17:56:12 +0000 | [diff] [blame] | 29 | <h3>Fixed Bugs</h3>
|
| 30 | <ul>
|
| 31 | <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] | 32 | <li>Avoid usage of <code>LocalVariableSorter</code> due to ASM bug #314563
|
| 33 | (Track #69).</li>
|
Marc R. Hoffmann | 5670126 | 2010-04-06 17:56:12 +0000 | [diff] [blame] | 34 | </ul>
|
| 35 |
|
Marc R. Hoffmann | 51ca61b | 2010-04-01 16:30:27 +0000 | [diff] [blame] | 36 | <h2>Release 0.3.2 (2010/04/01)</h2>
|
Marc R. Hoffmann | dc21be0 | 2010-03-02 15:08:10 +0000 | [diff] [blame] | 37 |
|
Marc R. Hoffmann | 1aa91e1 | 2010-03-04 12:37:15 +0000 | [diff] [blame] | 38 | <h3>New Features</h3>
|
| 39 | <ul>
|
Marc R. Hoffmann | 81f7920 | 2010-03-12 07:36:50 +0000 | [diff] [blame] | 40 | <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] | 41 | (Trac #12).</li>
|
Marc R. Hoffmann | 1aa91e1 | 2010-03-04 12:37:15 +0000 | [diff] [blame] | 42 | <li>Code coverage for static initializers in interfaces (Trac #21).</li>
|
Marc R. Hoffmann | dcad8bb | 2010-04-01 06:28:03 +0000 | [diff] [blame] | 43 | <li>Better error handling for <code>report</code> Ant task (Trac #71).</li>
|
| 44 | <li>Classes without instructions are excluded from reports (Trac #73).</li>
|
| 45 | </ul>
|
| 46 |
|
| 47 | <h3>Fixed Bugs</h3>
|
| 48 | <ul>
|
| 49 | <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] | 50 | (Track #76).</li>
|
Marc R. Hoffmann | 1aa91e1 | 2010-03-04 12:37:15 +0000 | [diff] [blame] | 51 | </ul>
|
| 52 |
|
Marc R. Hoffmann | dc21be0 | 2010-03-02 15:08:10 +0000 | [diff] [blame] | 53 | <h3>API Changes</h3>
|
| 54 | <ul>
|
Marc R. Hoffmann | a942c89 | 2010-03-10 21:33:26 +0000 | [diff] [blame] | 55 | <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs
|
| 56 | (Trac #72).</li>
|
| 57 | <li>To support "off-line" instrumentation scenarios it is not required any
|
| 58 | more to register instrumented classes with the runtime (Trac #74).</li>
|
Marc R. Hoffmann | dc21be0 | 2010-03-02 15:08:10 +0000 | [diff] [blame] | 59 | </ul>
|
| 60 |
|
Marc R. Hoffmann | 5970c3d | 2010-02-09 21:20:46 +0000 | [diff] [blame] | 61 | <h2>Release 0.3.1 (2010/02/09)</h2>
|
Marc R. Hoffmann | 578947e | 2010-02-05 17:44:33 +0000 | [diff] [blame] | 62 |
|
| 63 | <h3>Fixed Bugs</h3>
|
| 64 | <ul>
|
| 65 | <li>Ant tasks broken on Linux (Trac #68).</li>
|
| 66 | </ul>
|
| 67 |
|
Marc R. Hoffmann | 4bf5cc2 | 2010-02-02 22:34:38 +0000 | [diff] [blame] | 68 | <h2>Release 0.3.0 (2010/02/02)</h2>
|
Brock Janiczak | 003d47c | 2010-01-15 00:45:17 +0000 | [diff] [blame] | 69 |
|
Brock Janiczak | 003d47c | 2010-01-15 00:45:17 +0000 | [diff] [blame] | 70 | <h3>New Features</h3>
|
| 71 | <ul>
|
Marc R. Hoffmann | 2e313a4 | 2010-02-02 05:16:15 +0000 | [diff] [blame] | 72 | <li>Report renders anonymous classes with type information (Trac #46).</li>
|
Brock Janiczak | d267c57 | 2010-01-28 09:53:54 +0000 | [diff] [blame] | 73 | <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] | 74 | <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] | 75 | </ul>
|
| 76 |
|
| 77 | <h3>Fixed Bugs</h3>
|
Marc R. Hoffmann | 2e313a4 | 2010-02-02 05:16:15 +0000 | [diff] [blame] | 78 | <ul>
|
| 79 | <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE
|
| 80 | application servers like Glassfish.</li>
|
| 81 | </ul>
|
Brock Janiczak | 003d47c | 2010-01-15 00:45:17 +0000 | [diff] [blame] | 82 |
|
Marc R. Hoffmann | 1aa91e1 | 2010-03-04 12:37:15 +0000 | [diff] [blame] | 83 | <h3>API Changes</h3>
|
| 84 | <ul>
|
| 85 | <li>Agent option and Ant task parameter <code>file</code> changed to
|
| 86 | <code>destfile</code> (Trac #59).</li>
|
| 87 | <li>Agent option and Ant task parameter <code>merge</code> changed to
|
| 88 | <code>append</code> (Trac #51).</li>
|
| 89 | </ul>
|
| 90 |
|
Marc R. Hoffmann | 063f294 | 2010-01-08 06:12:59 +0000 | [diff] [blame] | 91 | <h2>Release 0.2.0 (2010/01/08)</h2>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 92 |
|
| 93 | <h3>New Features</h3>
|
| 94 |
|
Marc R. Hoffmann | 804d83f | 2009-11-10 12:58:44 +0000 | [diff] [blame] | 95 | <ul>
|
| 96 | <li>Simplified probe data structure reduces memory usage (Trac #47).</li>
|
Marc R. Hoffmann | f9b1dc9 | 2009-11-10 15:14:22 +0000 | [diff] [blame] | 97 | <li>Performance test becomes part of the build.</li>
|
Marc R. Hoffmann | 063f294 | 2010-01-08 06:12:59 +0000 | [diff] [blame] | 98 | <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent
|
| 99 | as a resource (Trac #50).</li>
|
Marc R. Hoffmann | 804d83f | 2009-11-10 12:58:44 +0000 | [diff] [blame] | 100 | </ul>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 101 |
|
Marc R. Hoffmann | 804d83f | 2009-11-10 12:58:44 +0000 | [diff] [blame] | 102 | <h3>Fixed Bugs</h3>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 103 |
|
| 104 | <ul>
|
Marc R. Hoffmann | 063f294 | 2010-01-08 06:12:59 +0000 | [diff] [blame] | 105 | <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing
|
| 106 | while instrumentation and analysis (Trac #44).</li>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 107 | </ul>
|
| 108 |
|
| 109 |
|
| 110 | <h2>Release 0.1.0 (2009/10/28)</h2>
|
| 111 |
|
| 112 | <p>
|
| 113 | The very first JaCoCo release.
|
| 114 | </p>
|
| 115 |
|
Marc R. Hoffmann | 17be269 | 2010-02-02 05:44:47 +0000 | [diff] [blame] | 116 | </div>
|
Marc R. Hoffmann | eb32a80 | 2009-10-30 14:49:22 +0000 | [diff] [blame] | 117 | <div class="footer">
|
Marc R. Hoffmann | df6ff96 | 2010-04-09 15:31:22 +0000 | [diff] [blame] | 118 | <div class="versioninfo"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</div>
|
| 119 | <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] | 120 | </div>
|
| 121 |
|
| 122 | </body>
|
| 123 | </html> |