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

Fix ConcurrentModificationException in BMUtils::fillInFMU #1138

Merged
merged 1 commit into from
Jul 5, 2022

Conversation

neoancient
Copy link
Member

BMUtils::fillInFMU can modify the equipmentList while iterating over it. By iterating over a copy we avoid the ConcurrentModificationException.

Fixes #1121 and #1137.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[49.8] ConcurrentModificationException When Editing Viking IIC
2 participants