KeYProject / key

KeY Theorem Prover for Deductive Java Verification
https://key-project.org
Other
41 stars 24 forks source link

Fix position info for equality expr errors #3429

Closed FliegendeWurst closed 5 months ago

FliegendeWurst commented 5 months ago

Intended Change

This PR fixes the position info of the error for incorrect equality expressions.

Type of pull request

Ensuring quality

Additional information and contact(s)

The contributions within this pull request are licensed under GPLv2 (only) for inclusion in KeY.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1fb0c10) 37.77% compared to head (0e66dd9) 37.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3429 +/- ## ========================================= Coverage 37.77% 37.77% - Complexity 17031 17036 +5 ========================================= Files 2076 2076 Lines 126950 126951 +1 Branches 21381 21381 ========================================= + Hits 47952 47962 +10 + Misses 73092 73084 -8 + Partials 5906 5905 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.