Marc R. Hoffmann

Results 39 issues of Marc R. Hoffmann

Fixes #939 The PR is missing a test case for Maven. Not sure whether this is possible with a Java project. @Godin Do you think we can add a Kotlin...

component: report

Alternative approach to #813 reducing the XML report size. The DTD has been modified to define default value `0` for all counter values. Also XML reports now embed the DTD....

type: enhancement
component: report

By adjusting some CSS the look & feel can be improved a bit: * left and right border for tables * round corners for boxes (header, table, source) * increased...

type: enhancement
component: report

Add contribution guidelines to documentation.

type: enhancement
component: documentation

While inserting compiler specific tests in our validation tests it turned out that for ECJ we get different coverage results for a while block when there is a preceeding if/else...

type: enhancement
component: core
component: core.filters
language: Java

Provide a configuration options to select custom columns in HTML reports.

type: enhancement
component: report
type: experimental :construction:

If a for loop is followed by line with a implicit exception the execution of one of the branches for the loop condition is reported as missed (1 of 2...

type: enhancement
component: core
language: Java

This is a experimental branch to avoid the class re-transformation problem caused by the additional members added by JaCoCo. This comes with the following costs: - the runtime access is...

type: enhancement
component: core
type: experimental :construction:

Java 9 has support for multiple class file versions in the same JAR file. As of today this will lead to an exception in JaCoCo. We need to find a...

type: enhancement
component: core

**brock_j@SF** It may be useful to tag a method/class as unable to be covered. Elements that are tagged with this annotation will not be instrumented and will be skipped during...

type: enhancement
component: core.filters