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
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.
-------------
Commit messages:
- 7902724: jcov ignores covariant method overriding while gathering a methods coverages
- Merge remote-tracking branch 'upstream/master'
- 7902819: jcov fails to instrument JDKs records
- Merge branch 'master' into CODETOOLS-7902823
- 7902823: RepGen fails with IllegalFormatArgumentIndexException if started by JDK 16 and above
- Merge remote-tracking branch 'upstream/master'
- 7902796: Provide a "release" file for JCov builds
- 7902783: Static instrumentation fails with Java 9 and above if multiple inputs are used
- Merge remote-tracking branch 'upstream/master'
- 7902724: jcov ignores covariant method overriding while gathering a methods' coverages
- ... and 5 more: https://git.openjdk.java.net/jcov/compare/19a1a119...7d663757
Changes: https://git.openjdk.java.net/jcov/pull/10/files
Webrev: https://webrevs.openjdk.java.net/?repo=jcov&pr=10&range=00
Issue: https://bugs.openjdk.java.net/browse/CODETOOLS-7902724
Stats: 16 lines in 2 files changed: 7 ins; 3 del; 6 mod
Patch: https://git.openjdk.java.net/jcov/pull/10.diff
Fetch: git fetch https://git.openjdk.java.net/jcov pull/10/head:pull/10
PR: https://git.openjdk.java.net/jcov/pull/10
More information about the jcov-dev
mailing list