Skip to content
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

Change getInitialTransitions() to return all initial transitions #495

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

smeyer198
Copy link
Contributor

Currently, only the first initial transition in the state machine graph is considered in generating seeds. This leads to the problem that seeds are not found, if there initial calls are not labeled on this transition. In this PR, the state machine collects all initial transitions and considers all their labels when generating a seed. Also, the test cases from issue #296 are added that caused the problem.

Issues

Fix #296
Fix #322

@schlichtig schlichtig merged commit 46ea8c1 into master Dec 5, 2023
7 checks passed
@smeyer198 smeyer198 deleted the issue_322 branch December 5, 2023 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants