Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
sarah.grebing
ProofScriptParser
Commits
56c238c2
Commit
56c238c2
authored
Feb 08, 2018
by
Sarah Grebing
Browse files
commit for interactiveModeController
parent
96b8eeca
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/src/main/java/edu/kit/iti/formal/psdbg/gui/controller/InteractiveModeController.java
View file @
56c238c2
...
...
@@ -155,7 +155,7 @@ public class InteractiveModeController {
LOGGER
.
debug
(
"Handling {}"
,
tap
);
moreThanOneMatch
=
false
;
String
tapName
=
tap
.
getApp
().
taclet
().
displayName
();
String
tapName
=
tap
.
getApp
().
taclet
().
name
().
toString
();
Goal
g
=
tap
.
getCurrentGoal
();
SequentFormula
seqForm
=
tap
.
getPio
().
sequentFormula
();
...
...
@@ -302,7 +302,7 @@ public class InteractiveModeController {
}
}
else
{
if
(
ngoals
.
size
()
==
0
)
{
cases
.
get
(
g
).
add
(
call
);
cases
.
get
(
findRoot
(
expandedNode
.
getData
().
getNode
())
).
add
(
call
);
}
else
{
KeyData
kdn
=
new
KeyData
(
kd
,
ngoals
.
get
(
0
).
node
());
goals
.
add
(
last
=
new
GoalNode
<>(
expandedNode
,
kdn
,
kdn
.
getNode
().
isClosed
()));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment