key icon indicating copy to clipboard operation
key copied to clipboard

KeY Theorem Prover for Deductive Java Verification

Results 120 key issues
Sort by recently updated
recently updated
newest added

The purpose of this PR is to repair the overflow checking of KeY and thus fix #3352. TODO: * [x] fix creation of branches for overflow checking * [x] fix...

Documentation
:lady_beetle: Bug
Prover Core
P:HIGH
Calculus
✋ Soundness

## Please describe your proposal in a ONE sentence > One sentence describing your idea Selection of a JML line in the source view leads to highlighting all formulas of...

GUI
Feature

## Description > Please describe your concern in detail! In JML you can't use userdefined \sorts from .key files ``` \javaSource "."; \sorts{ Tupel; } \chooseContract ``` ```java class A{...

* [ ] KeY diverged from the second KeY book, Macro is not there anymore. ![image](https://github.com/KeYProject/key/assets/104259/9d6619d4-8c38-47ab-a48f-489efb997fcd) * [ ] Incorrect tooltip: Macro was removed?! ![image](https://github.com/KeYProject/key/assets/104259/5626d81d-007f-4a8d-a4d0-0b1c9d4bd234) @unp1 @mattulbrich

KeYBook

Alternative version for #3324 using the settings instead of storing it in the proof. Using a path encoding of the current node (list of child indexes) and a run-length encoding...

This PR is an alternative to #3272, it only includes the optimizations. See the commits in this branch for details. Short description of each optimization: - replaceKnown is called only...

Prover Core

This issue was created at [git.key-project.org](https://git.key-project.org/key/key/-/issues/680) where the discussions are preserved. ---- * Mantis: [MT-1294](http://i12www.ira.uka.de/~klebanov/mantis/view.php?id=1294) * Submitted on: 2013-04-30 by (at)greiner * Updated: 2013-05-14 ### Description > After creating a...

P:NORMAL
Calculus
Completeness

Abbreviations are built-in to the KeY system, but this construct is not very popular. This may be to their volatility: you are not able to store, and reuse them on...

GUI
Feature

This issue was created at [git.key-project.org](https://git.key-project.org/key/key/-/issues/992) where the discussions are preserved. ---- * Mantis: [MT-1402](http://i12www.ira.uka.de/~klebanov/mantis/view.php?id=1402) * Submitted on: 2014-01-21 by (at)wasser * Updated: 2014-02-14 ### Description > A loop invariant...

JML Parser
Feature
P:LOW

This issue was created at [git.key-project.org](https://git.key-project.org/key/key/-/issues/1494) where the discussions are preserved. ---- # Overview Verifying programs that use iterators in KeY is currently very difficult. There are neither taclets for...

Feature
P:LOW