KeYProject / key

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

Re-enable check for non-unique taclet names and remove two taclet duplicates #3359

Closed unp1 closed 11 months ago

unp1 commented 11 months ago

Intended Change

Taclet names must be unique (per rule option). The corresponding check was commented out. This PR reenables the check and removes to duplicate taclets (identical taclets with equal names)

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 11 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (d5b0917) 37.94% compared to head (174ae11) 37.93%.

Files Patch % Lines
.../uka/ilkd/key/proof/mgt/RuleJustificationInfo.java 33.33% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3359 +/- ## ============================================ - Coverage 37.94% 37.93% -0.01% + Complexity 17001 16997 -4 ============================================ Files 2059 2059 Lines 125973 125972 -1 Branches 21273 21273 ============================================ - Hits 47798 47791 -7 - Misses 72293 72298 +5 - Partials 5882 5883 +1 ```

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