jcov icon indicating copy to clipboard operation
jcov copied to clipboard

7903842: Negative coverage in report for records

Open lkuskov opened this issue 1 year ago • 5 comments

The Javap report had several issues marked in the picture below, which have been fixed: defectReport The expected report is: fixedReport


Progress

  • [x] Change must not contain extraneous whitespace

Issue

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jcov.git pull/48/head:pull/48
$ git checkout pull/48

Update a local copy of the PR:
$ git checkout pull/48
$ git pull https://git.openjdk.org/jcov.git pull/48/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 48

View PR using the GUI difftool:
$ git pr show -t 48

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jcov/pull/48.diff

Webrev

Link to Webrev Comment

lkuskov avatar Oct 07 '24 20:10 lkuskov