Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mbe-tools
TTool
Commits
aaa213b2
Commit
aaa213b2
authored
Mar 12, 2019
by
apvrille
Browse files
Resolving bug on transformation between avatar graphical guard and textual guards
parent
2a691112
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/ui/AvatarDesignPanelTranslator.java
View file @
aaa213b2
...
...
@@ -1574,9 +1574,9 @@ public class AvatarDesignPanelTranslator {
final
AvatarSMDConnector
connector
)
{
final
AvatarStateMachineOwner
block
=
transition
.
getBlock
();
final
String
guardStr
=
modifyString
(
connector
.
getEffectiveGuard
());
TraceManager
.
addDev
(
"Effective guard:"
+
guardStr
);
//
TraceManager.addDev("Effective guard:" + guardStr);
final
AvatarGuard
guard
=
AvatarGuard
.
createFromString
(
block
,
guardStr
);
TraceManager
.
addDev
(
"Avatarguard:"
+
guard
);
//
TraceManager.addDev("Avatarguard:" + guard);
final
int
error
;
if
(
guard
.
isElseGuard
())
{
...
...
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