KeYProject / key

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

Decrease Log Level of "Duplicate Sort" Warnings #3501

Closed WolframPfeifer closed 2 weeks ago

WolframPfeifer commented 1 month ago

Description

When KeY is started, there are multiple warnings about duplicate sort declarations in the taclet base. While we should get rid of those in the future, they are not severe, but may confuse the users. We should mark them as "Debug", such that they are suppressed for normal users.

Reproducible

always

Steps to reproduce

  1. Start KeY (from a CLI).
  2. Load any .key or .java file, such that parsing of the taclet library is triggered.

On the CLI, the warnings described above appear.

WolframPfeifer commented 2 weeks ago

Fixed by #3505.