-
Notifications
You must be signed in to change notification settings - Fork 27
Hackeython Working Group: Error Reporting
Mattias Ulbrich edited this page Feb 19, 2024
·
1 revision
Shepard: Mattias
Error reporting in KeY is important since it is a tool with quite a lot of interaction.
However, it is not always done as neatly as it should be:
- Sometimes errors are reported at completely wrong spots in the code
- Sometimes code with errors is parsed but partially ignored.
- The issue reporting window sometimes crashes.
- The builtin editor "jumps" within the code due to code highlighting.
The goal of this working group is to identify and hunt down as many error reporting problems as possible.
n/a