Conversation
|
Thanks. At the moment I get exception when saving aproof that was started not via a .key file but by selecting a directory and choosing a proof obligation. Steps to reproduce:
|
00dc92f to
e679a17
Compare
Should be resolved. NPE during saving as the |
Thanks. I can save the proof now, but reloading gives me the error: |
83c2627 to
fb65194
Compare
865dd88 to
4a19022
Compare
key.core/src/main/java/de/uka/ilkd/key/proof/io/OutputStreamProofSaver.java
Show resolved
Hide resolved
key.core/src/main/java/de/uka/ilkd/key/proof/io/OutputStreamProofSaver.java
Show resolved
Hide resolved
key.core/src/main/java/de/uka/ilkd/key/proof/io/OutputStreamProofSaver.java
Outdated
Show resolved
Hide resolved
unp1
left a comment
There was a problem hiding this comment.
Problem:
- Load examples/heap/saddleback_search/Saddleback.java directly (not via a .key file)
- Do some proof steps
- Save proof
- Loading proof fails
# Conflicts: # key.core/src/main/java/de/uka/ilkd/key/proof/io/OutputStreamProofSaver.java
repaired. |
Related Issue
This pull request resolves #849 .
Intended Change
Compute a proper problem header including also the taclets and all other definitions.
The problem header is delivered through the
initConfig, which may be problematic.Plan
Type of pull request
Ensuring quality
I made sure that introduced/changed code is well documented (javadoc and inline comments).
IT IS TOO LATE FOR JAVADOC *yawn*
I have tested the feature as follows: by hand