When unparsing a BA subclause with an object of type BehaviorIntegerLiteral (or BehaviorRealLiterals), the unparser reports the following error: aadlba unparsing failed for : DeclarativeIntegerLiteral.
This is a regression.
Steps to Reproduce
parse the following example
unparse it
the unparser complains because of the unparsing of the integer literal (0 in the example)
package issue2236
public
data d
end d;
thread function1
annex behavior_specification {**
variables
d : issue2236::d;
states
s : initial complete final state;
transitions
s -[on dispatch]-> s {
d := 0;
d := 1.0
};
**};
end function1;
end issue2236;
Environment
OSATE Version: 2.7.0
Operating System: Linux
The text was updated successfully, but these errors were encountered:
Etienne13
changed the title
In BA plugin, unparser fails on objects of type BehaviorIntegerLiteral
In BA plugin, unparser fails on objects of type BehaviorIntegerLiteral and BehaviorRealLiterals
Mar 12, 2020
Etienne13
changed the title
In BA plugin, unparser fails on objects of type BehaviorIntegerLiteral and BehaviorRealLiterals
In BA plugin, unparser fails on objects of type BehaviorIntegerLiteral and BehaviorRealLiteral
Mar 12, 2020
Etienne13 commentedMar 12, 2020
•
edited
Summary
When unparsing a BA subclause with an object of type BehaviorIntegerLiteral (or BehaviorRealLiterals), the unparser reports the following error: aadlba unparsing failed for : DeclarativeIntegerLiteral.
This is a regression.
Steps to Reproduce
the unparser complains because of the unparsing of the integer literal (0 in the example)
Environment
The text was updated successfully, but these errors were encountered: