Integrated: 7902724: jcov ignores covariant method overriding while gathering a methods coverages

Leonid Kuskov lkuskov at openjdk.java.net
Wed Feb 24 03:50:08 UTC 2021


On Wed, 24 Feb 2021 03:43:07 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:

> This is the fix for https://bugs.openjdk.java.net/browse/CODETOOLS-7902724.
> jcov marks a bridge method as covered ignoring an original method called by a JCK test.
> Since the bridge method is ignored by a report generator and the original method isn't marked 
> as covered a report will eventually contain the uncovered method.

This pull request has now been integrated.

Changeset: c3126dde
Author:    Leonid Kuskov <lkuskov at openjdk.org>
URL:       https://git.openjdk.java.net/jcov/commit/c3126dde
Stats:     16 lines in 2 files changed: 7 ins; 3 del; 6 mod

7902724: jcov ignores covariant method overriding while gathering a methods coverages

-------------

PR: https://git.openjdk.java.net/jcov/pull/10


More information about the jcov-dev mailing list