RFR: 7903842: Negative coverage in report for records

Dmitry Bessonov dbessono at openjdk.org
Fri Jan 10 18:20:57 UTC 2025


On Mon, 7 Oct 2024 20:10:03 GMT, Leonid Kuskov <lkuskov at openjdk.org> wrote:

> The Javap report had several issues marked in the picture below, which have been fixed:
> ![defectReport](https://github.com/user-attachments/assets/b8de7fc9-c59b-41f9-8300-700a1e24b533)
> The expected report is:
> ![fixedReport](https://github.com/user-attachments/assets/e7aa1ef4-3bed-46d8-80eb-a6e2c87a6da2)

While not being deep in the context it seems that the report body was not reworked to show something else than code lines containing code instructions. The report still renders lines marked as green or red, not the specific instructions highlighted in green or red.  

Another thing to note is that the reported bug looks related to incorrect calculations, not to the column naming. So any suggested renaming might better go under a different suggested enhancement?

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

PR Comment: https://git.openjdk.org/jcov/pull/48#issuecomment-2583465391


More information about the jcov-dev mailing list