KeYProject / key

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

Activate the OverloadedOperatorHandler.java for Sequence datatype #3398

Closed wadoon closed 6 months ago

wadoon commented 7 months ago

Intended Change

Activate the operator overloading handler for the Sequence datatype.

@mattulbrich The last change is from you on the particular line.

Screenshot from 2024-02-09 16-02-58

Type of pull request

Ensuring quality

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (974a10f) 37.72% compared to head (83f0581) 37.77%. Report is 10 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3398 +/- ## ============================================ + Coverage 37.72% 37.77% +0.04% - Complexity 17018 17030 +12 ============================================ Files 2076 2076 Lines 126944 126950 +6 Branches 21379 21381 +2 ============================================ + Hits 47893 47951 +58 + Misses 73154 73092 -62 - Partials 5897 5907 +10 ```

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

mattulbrich commented 6 months ago

I was probably too much a coward to activate that at the time. I also activated the LocSet bit, but had to repair the translation.

mattulbrich commented 6 months ago

And I added test cases btw.