Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
0c6ed428
Commit
0c6ed428
authored
4 years ago
by
Michael Leuschel
Browse files
Options
Downloads
Patches
Plain Diff
add missing semicolon
parent
ae083a9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
de.prob.eventb.disprover.core/src/de/prob/eventb/disprover/core/DisproverReasoner.java
+1
-1
1 addition, 1 deletion
.../src/de/prob/eventb/disprover/core/DisproverReasoner.java
with
1 addition
and
1 deletion
de.prob.eventb.disprover.core/src/de/prob/eventb/disprover/core/DisproverReasoner.java
+
1
−
1
View file @
0c6ed428
...
...
@@ -111,7 +111,7 @@ public class DisproverReasoner implements IReasoner {
IEventBProject
evbProject
;
if
(
origin
==
null
)
{
// no origin available; seems to happen in Rodin 3.5RC upon startup
System
.
out
.
println
(
"No origin available for sequent"
)
System
.
out
.
println
(
"No origin available for sequent"
)
;
// throw new InterruptedException(); // Should we do this instead of trying to work with null project?
evbProject
=
null
;
}
else
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment