Marc R. Hoffmann
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...
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....
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...
Add contribution guidelines to 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...
Provide a configuration options to select custom columns in HTML reports.
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...
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...
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...
**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...