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 | 9e1a22e | 2012-07-30 07:35:07 +0000 | [diff] [blame^] | 21 | <h2>Trunk Build @qualified.bundle.version@ (@build.date@)</h2> |
| 22 | |
Evgeny Mandrikov | 7fa63e7 | 2012-07-30 07:26:38 +0000 | [diff] [blame] | 23 | <h2>Release 0.5.9 (2012/07/30)</h2> |
Evgeny Mandrikov | 19e5caa | 2012-07-11 12:29:04 +0000 | [diff] [blame] | 24 | |
Marc R. Hoffmann | 049e604 | 2012-07-21 19:02:27 +0000 | [diff] [blame] | 25 | <h3>Fixed Bugs</h3> |
| 26 | <ul> |
| 27 | <li>Don't produce invalid class files in case of unexpected stackmap frames |
| 28 | (SF #3543758).</li> |
| 29 | </ul> |
| 30 | |
Evgeny Mandrikov | 5552b67 | 2012-07-11 12:23:15 +0000 | [diff] [blame] | 31 | <h2>Release 0.5.8 (2012/07/11)</h2> |
Marc R. Hoffmann | 871836b | 2012-05-12 12:28:13 +0000 | [diff] [blame] | 32 | |
Marc R. Hoffmann | cf41fc1 | 2012-06-30 00:15:43 +0000 | [diff] [blame] | 33 | <h3>New Features</h3> |
| 34 | <ul> |
| 35 | <li>Support for parallel Maven builds (Trac #191).</li> |
| 36 | <li>New agent option <code>classdumpdir</code> to dump all class files seen |
| 37 | by the JaCoCo agent to disk. This option is also available for Ant and |
| 38 | Maven (Trac #208).</li> |
| 39 | </ul> |
| 40 | |
Marc R. Hoffmann | 9308f8a | 2012-07-04 19:00:06 +0000 | [diff] [blame] | 41 | <h3>Fixed Bugs</h3> |
| 42 | <ul> |
| 43 | <li>Allow instrumentation of classes with dead code (SF #3538112).</li> |
Marc R. Hoffmann | 65c1715 | 2012-07-09 10:37:23 +0000 | [diff] [blame] | 44 | <li>Reworked instrumentation strategy to avoid verifier error "Uninitialized |
| 45 | object exists on backward branch" with certain Java 7 class files |
| 46 | (Trac #154).</li> |
Marc R. Hoffmann | 9308f8a | 2012-07-04 19:00:06 +0000 | [diff] [blame] | 47 | </ul> |
| 48 | |
Marc R. Hoffmann | 7830927 | 2012-05-02 19:25:44 +0000 | [diff] [blame] | 49 | <h3>Non-functional Changes</h3> |
| 50 | <ul> |
Marc R. Hoffmann | 871836b | 2012-05-12 12:28:13 +0000 | [diff] [blame] | 51 | <li>Documentation now includes Maven example and Maven goal documentation |
| 52 | (Trac #201, #202).</li> |
Marc R. Hoffmann | 7830927 | 2012-05-02 19:25:44 +0000 | [diff] [blame] | 53 | </ul> |
| 54 | |
Evgeny Mandrikov | 976a90f | 2012-04-19 03:40:42 +0000 | [diff] [blame] | 55 | <h2>Release 0.5.7 (2012/04/19)</h2> |
Evgeny Mandrikov | 022e3af | 2012-01-23 23:39:12 +0000 | [diff] [blame] | 56 | |
Marc R. Hoffmann | 2a363b8 | 2012-03-31 10:00:06 +0000 | [diff] [blame] | 57 | <h3>New Features</h3> |
| 58 | <ul> |
| 59 | <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] | 60 | <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] | 61 | byte code processing tools to avoid verifier errors (Trac #196).</li> |
| 62 | <li>Improved logging for Ant tasks (SF #3518429).</li> |
Marc R. Hoffmann | 2a363b8 | 2012-03-31 10:00:06 +0000 | [diff] [blame] | 63 | </ul> |
| 64 | |
Marc R. Hoffmann | ce117fd | 2012-03-29 12:55:41 +0000 | [diff] [blame] | 65 | <h3>Fixed Bugs</h3> |
| 66 | <ul> |
| 67 | <li>In case of failures the agent should log the original exception.</li> |
| 68 | </ul> |
| 69 | |
Evgeny Mandrikov | 99487a1 | 2012-01-23 23:33:12 +0000 | [diff] [blame] | 70 | <h2>Release 0.5.6 (2012/01/23)</h2> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 71 | |
| 72 | <h3>New Features</h3> |
| 73 | <ul> |
| 74 | <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] | 75 | <li>The <code>report</code> Ant task now also supports directory resources to |
| 76 | specify source folders. This allows reading source files from multiple |
| 77 | directories. Contributed by Dominik Stadler (Trac #119).</li> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 78 | </ul> |
| 79 | |
| 80 | <h3>Fixed Bugs</h3> |
| 81 | <ul> |
| 82 | <li>Don't insert stackmap frames for class files before version 1.6.</li> |
| 83 | <li>Regression, which was introduced in 0.5.4 - restored compatibility of jacoco-maven-plugin with Maven 2 (Trac #182).</li> |
| 84 | </ul> |
| 85 | |
| 86 | <h2>Release 0.5.5 (2011/12/15)</h2> |
| 87 | |
| 88 | <h3>Fixed Bugs</h3> |
| 89 | <ul> |
| 90 | <li>Correct default value for the <code>append</code> property of the |
| 91 | <code>dump</code> Ant task is <code>true</code> (Trac #178).</li> |
| 92 | <li>Try/catch blocks must not be counted as instructions (Trac #179).</li> |
| 93 | </ul> |
| 94 | |
| 95 | <h3>Non-functional Changes</h3> |
| 96 | <ul> |
| 97 | <li>Upgrade to ASM 3.3.1.</li> |
| 98 | </ul> |
| 99 | |
| 100 | <h2>Release 0.5.4 (2011/11/11)</h2> |
| 101 | |
| 102 | <h3>New Features</h3> |
| 103 | <ul> |
| 104 | <li>Maven plug-in: respect <code>includes</code> and <code>excludes</code> |
Evgeny Mandrikov | 8e7d699 | 2011-11-11 20:26:38 +0000 | [diff] [blame] | 105 | properties in report Mojo (Trac #160). |
Evgeny Mandrikov | 8e7d699 | 2011-11-11 20:26:38 +0000 | [diff] [blame] | 106 | Also note that: |
| 107 | <pre class="source lang-xml"> |
| 108 | <configuration> |
| 109 | <includes>org.foo.*:org.bar.*</includes> |
| 110 | <excludes>com.foo.*:com.bar.*</excludes> |
| 111 | </configuration> |
| 112 | </pre> |
| 113 | must be replaced on: |
| 114 | <pre class="source lang-xml"> |
| 115 | <configuration> |
| 116 | <includes> |
| 117 | <include>org.foo.*</include> |
| 118 | <include>org.bar.*</include> |
| 119 | </includes> |
| 120 | <excludes> |
| 121 | <exclude>com.foo.*</exclude> |
| 122 | <exclude>com.bar.*</exclude> |
| 123 | </excludes> |
| 124 | </configuration> |
| 125 | </pre> |
Evgeny Mandrikov | 82a92ca | 2012-01-15 20:25:48 +0000 | [diff] [blame] | 126 | </li> |
| 127 | </ul> |
| 128 | |
| 129 | <h3>API Changes</h3> |
| 130 | <ul> |
| 131 | <li><code>Instrumenter</code> now only requires |
| 132 | <code>IExecutionDataAccessorGenerator</code> instead of |
| 133 | <code>IRuntime</code> (Trac #174).</li> |
| 134 | <li>Removed reference to internal implementation classes from |
| 135 | <code>CoverageBuilder</code> API.</li> |
| 136 | </ul> |
| 137 | |
| 138 | <h3>Non-functional Changes</h3> |
| 139 | <ul> |
| 140 | <li>Release bundles from now on signed again.</li> |
| 141 | <li>Several documentation updates.</li> |
| 142 | </ul> |
| 143 | |
| 144 | <h2>Release 0.5.3 (2011/07/06)</h2> |
| 145 | |
| 146 | <h3>New Features</h3> |
| 147 | <ul> |
| 148 | <li>New Maven plug-in for JaCoCo agent setup and basic reporting (Trac #25).</li> |
| 149 | <li>Additional output mode implementation for JaCoCo agent based on JMX.</li> |
| 150 | </ul> |
| 151 | |
| 152 | <h3>Fixed Bugs</h3> |
| 153 | <ul> |
| 154 | <li>Fixed problem with reporting of nested group structures (Trac #157).</li> |
| 155 | </ul> |
| 156 | |
| 157 | <h3>Non-functional Changes</h3> |
| 158 | <ul> |
| 159 | <li>JaCoCo build based on Maven (Trac #136).</li> |
| 160 | <li>JaCoCo published to Maven repository (Trac #149).</li> |
| 161 | </ul> |
| 162 | |
| 163 | <h2>Release 0.5.2 (2011/05/19)</h2> |
| 164 | |
| 165 | <h3>New Features</h3> |
| 166 | <ul> |
| 167 | <li>JaCoCo reports cyclomatic complexity numbers (Trac #129).</li> |
| 168 | <li>For HTML reports the tab width can be specified on the |
| 169 | <code>sourcefiles</code> attribute of the <code>report</code> Ant task |
| 170 | (Track #152).</li> |
| 171 | </ul> |
| 172 | |
| 173 | <h3>Fixed Bugs</h3> |
| 174 | <ul> |
| 175 | <li>Removed duplicate counters in the root node of XML reports (Trac #155).</li> |
| 176 | <li>Avoid <code>StackOverflowException</code> when analyzing methods with very |
| 177 | long instruction sequences (Trac #156). Many thanks to Jean-Eric Cuendet |
| 178 | for reporting and analyzing this!</li> |
| 179 | </ul> |
| 180 | |
| 181 | <h3>API Changes</h3> |
| 182 | <ul> |
| 183 | <li><code>ICoverageNode</code> API has been extended for cyclomatic |
| 184 | complexity (Trac #129).</li> |
| 185 | <li>XML and CSV report includes new counter type <code>COMPLEXITY</code> |
| 186 | (Trac #129).</li> |
| 187 | <li>New method <code>getTabWidth()</code> in callback interface |
| 188 | <code>ISourceFileLocator</code> instead of |
| 189 | <code>HTMLReportFormatter.setTabWidth()</code> which has been removed. |
| 190 | (Trac #152).</li> |
| 191 | </ul> |
| 192 | |
| 193 | <h2>Release 0.5.1 (2011/03/21)</h2> |
| 194 | |
| 195 | <h3>New Features</h3> |
| 196 | <ul> |
| 197 | <li>Duplicate classes with identical identifiers are now ignored during |
| 198 | analysis.</li> |
| 199 | <li>Added support for TestNG to Ant task Coverage (Track #144).</li> |
| 200 | </ul> |
| 201 | |
| 202 | <h3>Fixed Bugs</h3> |
| 203 | <ul> |
| 204 | <li>Calculate correct stackmap frames for Java 1.6 branches (Trac #139).</li> |
| 205 | <li>Link source files also for classes in default package (Trac #151).</li> |
| 206 | </ul> |
| 207 | |
| 208 | <h3>Non-functional Changes</h3> |
| 209 | <ul> |
| 210 | <li>API documentation cleanup (Track #140).</li> |
| 211 | <li>Removed obsolete examples from documentation (Trac #141).</li> |
| 212 | <li>Added reporting API example (Trac #146).</li> |
| 213 | <li>Reduced file size of HTML report source pages (Trac #148).</li> |
| 214 | </ul> |
| 215 | |
| 216 | <h3>API Changes</h3> |
| 217 | <ul> |
| 218 | <li>Simplified reporting API (Trac #53).</li> |
| 219 | <li>Use colon as separator character in agent parameters (Trac #143).</li> |
| 220 | <li>Now also empty files are accepted as <code>*.exec</code> files (Trac #150).</li> |
| 221 | </ul> |
| 222 | |
| 223 | <h2>Release 0.5.0 (2011/01/19)</h2> |
| 224 | |
| 225 | <h3>New Features</h3> |
| 226 | <ul> |
| 227 | <li>JaCoCo now reports branch coverage (Track #66).</li> |
| 228 | </ul> |
| 229 | |
| 230 | <h3>Fixed Bugs</h3> |
| 231 | <ul> |
| 232 | <li>Only process actual Java class files during analysis (SF #3106102).</li> |
| 233 | <li>Fix broken source links due to sort hash (Track #125).</li> |
| 234 | <li>Fixed invalid OSGi headers in MANIFEST.MF files (Track #127).</li> |
| 235 | <li>Try to avoid interference with Hibernate (SF #3134190).</li> |
| 236 | <li>Provide proper error message in case of duplicate class names in the same |
| 237 | group (SF #3110219).</li> |
| 238 | <li>Allow any number of probes in static interface initializers (SF #3161106).</li> |
| 239 | </ul> |
| 240 | |
| 241 | <h3>API Changes</h3> |
| 242 | <ul> |
| 243 | <li>All analysis specific APIs have been moved to package |
| 244 | <code>org.jacoco.core.analysis</code>.</li> |
| 245 | <li>The <code>IStructureVisitor</code> interface has been replaced by a |
| 246 | simplified version called <code>ICoverageVisitor</code> (Track #132).</li> |
| 247 | <li>All counter creation and update APIs now accept <i>missed items</i> and |
| 248 | <i>covered items</i> as parameters (Track #131).</li> |
| 249 | <li>Instructions are now counted on a per line basis. Therefore some |
| 250 | interfaces in the <code>org.jacoco.core.analysis</code> package have |
| 251 | changed as well as the <code>line</code> element in the XML report |
| 252 | (Track #130).</li> |
| 253 | <li>Several internal implementation classes have removed from the core APIs or |
| 254 | have been replaced by new interfaces (Track #133).</li> |
| 255 | </ul> |
| 256 | |
| 257 | <h2>Release 0.4.1 (2010/10/07)</h2> |
| 258 | |
| 259 | <h3>New Features</h3> |
| 260 | <ul> |
| 261 | <li>New attribute <code>line</code> for <code>method</code> elements in the |
| 262 | XML report containing the first source line number of the method. |
| 263 | (Track #120).</li> |
| 264 | <li>Optional <code>locale</code> attribute for number rendering HTML reports, |
| 265 | also available as an attribute of the <code>html</code> tag of the |
| 266 | <code>report</code> Ant task (Track #122).</li> |
| 267 | <li>Coverage tables in HTML report are now sortable (Track #98).</li> |
| 268 | <li>The <code>report</code> Ant task issues a warning if source files are |
| 269 | provided but class files do not contain debug information to collect line |
| 270 | numbers (SF #3024486).</li> |
| 271 | </ul> |
| 272 | |
| 273 | <h3>Non-functional Changes</h3> |
| 274 | <ul> |
| 275 | <li>Reduced memory footprint for coverage data by 30% (Track #106).</li> |
| 276 | <li>Moved to Eclipse 3.6.x as development environment (Trac #115).</li> |
| 277 | <li>All delivered bundles and JAR files are signed (Trac #118).</li> |
| 278 | </ul> |
| 279 | |
| 280 | <h3>Fixed Bugs</h3> |
| 281 | <ul> |
| 282 | <li>Better error message when multiple JaCoCo agents are specified |
| 283 | (Track #103).</li> |
| 284 | <li>Fixed potential NPE at shutdown when running agent in |
| 285 | <code>tcpserver</code> mode (Track #117).</li> |
| 286 | <li>Agent now fails at startup when execution data file can't be opened |
| 287 | (Track #121).</li> |
| 288 | </ul> |
| 289 | |
| 290 | <h2>Release 0.4.0 (2010/06/04)</h2> |
| 291 | |
| 292 | <h3>New Features</h3> |
| 293 | <ul> |
| 294 | <li>Execution data now includes session information: an arbitrary identifier, |
| 295 | the start time and dump time (Trac #88).</li> |
| 296 | <li>Added session information to XML report (Trac #92).</li> |
| 297 | <li>New "Sessions" page in the HTML report shows information about each |
| 298 | sessions wherein execution data has been collected for the report |
| 299 | (Trac #93). Additionally all classes with execution data available are |
| 300 | listed on this page (Trac #94).</li> |
| 301 | <li>The agent now supports remote dumps via TCP/IP connections (Trac #82).</li> |
| 302 | <li>New Ant task <code>dump</code> to remotely collect coverage data from |
| 303 | agents (Trac #100).</li> |
| 304 | </ul> |
| 305 | |
| 306 | <h3>API Changes</h3> |
| 307 | <ul> |
| 308 | <li>Execution data file header is written and read in any case (Trac #72).</li> |
| 309 | <li>Added <code>dumponexit</code> to agent options (Trac #82).</li> |
| 310 | <li>Added <code>sessionid</code> to agent options (Trac #88).</li> |
| 311 | <li>Added <code>output, address and port</code> to agent options (Trac #82).</li> |
| 312 | <li>Additional and modified methods in <code>IRuntime</code> to produce |
| 313 | session information (Trac #88).</li> |
| 314 | <li>Coverage element type <code>SESSION</code> removed (Trac #95).</li> |
| 315 | <li>Removed several internal APIs from package |
| 316 | <code>org.jacoco.core.instr</code> used for class instrumentation.</li> |
| 317 | <li>Renamed class <code>org.jacoco.report.csv.CsvFormatter</code> to |
| 318 | <code>CSVFormatter</code> (upper case) for consistency with other |
| 319 | formatters.</li> |
| 320 | </ul> |
| 321 | |
| 322 | <h2>Release 0.3.3 (2010/04/19)</h2> |
| 323 | |
| 324 | <h3>New Features</h3> |
| 325 | <ul> |
| 326 | <li>Support for different archives (jar, war, ear etc.) and nested archives |
| 327 | (Trac #78).</li> |
| 328 | <li>XML report with line level coverage information (requested for Sonar).</li> |
| 329 | </ul> |
| 330 | |
| 331 | <h3>Fixed Bugs</h3> |
| 332 | <ul> |
| 333 | <li>Correct stackmap frames for Java 1.6 class files. (Track #81).</li> |
| 334 | <li>Avoid usage of <code>LocalVariableSorter</code> due to ASM bug #314563 |
| 335 | (Track #69).</li> |
| 336 | <li>Nested Java/JUnit Ant tasks not being executed when coverage task disabled. (Track #85).</li> |
| 337 | </ul> |
| 338 | |
| 339 | <h2>Release 0.3.2 (2010/04/01)</h2> |
| 340 | |
| 341 | <h3>New Features</h3> |
| 342 | <ul> |
| 343 | <li>New HTML report option to directly create a zip file containing the report |
| 344 | (Trac #12).</li> |
| 345 | <li>Code coverage for static initializers in interfaces (Trac #21).</li> |
| 346 | <li>Better error handling for <code>report</code> Ant task (Trac #71).</li> |
| 347 | <li>Classes without instructions are excluded from reports (Trac #73).</li> |
| 348 | </ul> |
| 349 | |
| 350 | <h3>Fixed Bugs</h3> |
| 351 | <ul> |
| 352 | <li>XML and CSV report output now also works for structures without groups |
| 353 | (Track #76).</li> |
| 354 | </ul> |
| 355 | |
| 356 | <h3>API Changes</h3> |
| 357 | <ul> |
| 358 | <li>Consistent usage of the term "Missed" instead of "NotCovered" in all APIs |
| 359 | (Trac #72).</li> |
| 360 | <li>To support "off-line" instrumentation scenarios it is not required any |
| 361 | more to register instrumented classes with the runtime (Trac #74).</li> |
| 362 | </ul> |
| 363 | |
| 364 | <h2>Release 0.3.1 (2010/02/09)</h2> |
| 365 | |
| 366 | <h3>Fixed Bugs</h3> |
| 367 | <ul> |
| 368 | <li>Ant tasks broken on Linux (Trac #68).</li> |
| 369 | </ul> |
| 370 | |
| 371 | <h2>Release 0.3.0 (2010/02/02)</h2> |
| 372 | |
| 373 | <h3>New Features</h3> |
| 374 | <ul> |
| 375 | <li>Report renders anonymous classes with type information (Trac #46).</li> |
| 376 | <li><code>enabled</code> property added to <code>agent</code> and |
| 377 | <code>coverage</code> Ant tasks (Trac #63).</li> |
| 378 | <li>Ant task <code>merge</code> added (Trac #52).</li> |
| 379 | </ul> |
| 380 | |
| 381 | <h3>Fixed Bugs</h3> |
| 382 | <ul> |
| 383 | <li>New <code>IRuntime</code> implementation enables JaCoCo usage for J2EE |
| 384 | application servers like Glassfish.</li> |
| 385 | </ul> |
| 386 | |
| 387 | <h3>API Changes</h3> |
| 388 | <ul> |
| 389 | <li>Agent option and Ant task parameter <code>file</code> changed to |
| 390 | <code>destfile</code> (Trac #59).</li> |
| 391 | <li>Agent option and Ant task parameter <code>merge</code> changed to |
| 392 | <code>append</code> (Trac #51).</li> |
| 393 | </ul> |
| 394 | |
| 395 | <h2>Release 0.2.0 (2010/01/08)</h2> |
| 396 | |
| 397 | <h3>New Features</h3> |
| 398 | |
| 399 | <ul> |
| 400 | <li>Simplified probe data structure reduces memory usage (Trac #47).</li> |
| 401 | <li>Performance test becomes part of the build.</li> |
| 402 | <li>New bundle <code>org.jacoco.agent</code> that provides the Java agent |
| 403 | as a resource (Trac #50).</li> |
| 404 | </ul> |
| 405 | |
| 406 | <h3>Fixed Bugs</h3> |
| 407 | |
| 408 | <ul> |
| 409 | <li><code>ArrayIndexOutOfBoundsException</code> due to inconsistent processing |
| 410 | while instrumentation and analysis (Trac #44).</li> |
| 411 | </ul> |
| 412 | |
| 413 | |
| 414 | <h2>Release 0.1.0 (2009/10/28)</h2> |
| 415 | |
| 416 | <p> |
| 417 | The very first JaCoCo release. |
| 418 | </p> |
| 419 | |
| 420 | </div> |
| 421 | <div class="footer"> |
| 422 | <span class="right"><a href="@jacoco.home.url@">JaCoCo</a> @qualified.bundle.version@</span> |
| 423 | <a href="license.html">Copyright</a> © @copyright.years@ Mountainminds GmbH & Co. KG and Contributors |
| 424 | </div> |
| 425 | |
| 426 | </body> |
| 427 | </html> |