Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Eclipse Projects
Eclipse Titan
titan.EclipsePlug-ins
Commits
d840c674
Unverified
Commit
d840c674
authored
Oct 28, 2020
by
Jeno Attila Balasko
Committed by
GitHub
Oct 28, 2020
Browse files
Merge pull request #599 from izaingrid/master
refactor MainController
parents
4f03be25
d14b8ae5
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.eclipse.titan.runtime/src/org/eclipse/titan/runtime/core/mctr/MainController.java
View file @
d840c674
...
...
@@ -1846,7 +1846,7 @@ public class MainController {
new_ptc
.
verdict_reason
=
null
;
new_ptc
.
socket
=
null
;
new_ptc
.
text_buf
=
null
;
// FIXME init_q
ualified
_n
ame
new_ptc
.
tc_fn_name
=
new
Q
ualified
N
ame
(
""
,
""
);
new_ptc
.
return_type
=
null
;
new_ptc
.
return_value
=
null
;
new_ptc
.
is_alive
=
(
isAlive
==
1
);
...
...
@@ -5745,6 +5745,9 @@ public class MainController {
}
mtc
.
local_verdict
=
VerdictTypeEnum
.
NONE
;
mtc
.
comp_type
=
new
QualifiedName
(
""
,
""
);
mtc
.
tc_fn_name
=
new
QualifiedName
(
""
,
""
);
system
.
comp_type
=
new
QualifiedName
(
""
,
""
);
}
private
void
send_ptc_verdict
(
final
boolean
continue_execution
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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