-
Notifications
You must be signed in to change notification settings - Fork 618
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UmlStateMachineModelFactory - inconsistency between StateMachineModel and StateMachine - duplicated transitions created! #1141
Labels
status/need-triage
Team needs to triage and take a first look
Comments
github-actions
bot
added
the
status/need-triage
Team needs to triage and take a first look
label
Mar 4, 2024
Adding the unit test in this ticket. So the last assertion does fail:
Unit test to add in UmlStateMachineModelFactoryTests.java :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using simple-root-regions.uml to perform some tests, I encountered an unexpected situation where the 'transitions per regions' are not consistent between StateMachineModel and StateMachine.
I am using the simple-root-regions.uml file from this repository to create a StateMachineModel.
This StateMachineModel contains:
When I create a StateMachine based on this StateMachineModel, I end up with a StateMachine containing:
So it seems the "S1->S2" from Region1 has been duplicated in Regon2 as illustrated below.
Unit test available :-)
I created a unit test avalable here to help you troubleshot the issue.
This unit test does compare a StateMachineModel and a StateMachine regarding:
The text was updated successfully, but these errors were encountered: