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
07477085
Commit
07477085
authored
Sep 25, 2018
by
Sarah Grebing
Browse files
fix nullpointer in rulecommandhandler
parent
dea88ff5
Pipeline
#29260
passed with stages
in 3 minutes and 51 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
rt-key/src/main/java/edu/kit/iti/formal/psdbg/interpreter/funchdl/RuleCommandHandler.java
View file @
07477085
...
...
@@ -77,7 +77,7 @@ public class RuleCommandHandler implements CommandHandler<KeyData> {
try
{
for
(
SequentFormula
sf
:
g
.
node
().
sequent
().
succedent
())
{
ImmutableList
<
TacletApp
>
apps
=
index
.
getTacletAppAtAndBelow
(
filter
,
new
PosInOccurrence
(
sf
,
PosInTerm
.
getTopLevel
(),
tru
e
),
new
PosInOccurrence
(
sf
,
PosInTerm
.
getTopLevel
(),
fals
e
),
services
);
apps
.
forEach
(
t
->
set
.
add
(
t
.
taclet
().
name
().
toString
()));
}
...
...
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