We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I try to migrate a model from default to ContainedByElements StereotypeApplicationStorage I get some times a ConcurrentModificationException.
However I also get that exception running existing junit test in my eclipse : Bug582622StereotypeApplicationStorageTest
It seems that in org.eclipse.uml2.uml.util.UMLUtil.setStereotypeApplicationStorage(Element, StereotypeApplicationStorage) we add EAnnotations on model elements while we are currently iterating on the model, and I think the issue comes from here.
I can make a suggestion to fix this bug in a pull request that is coming.
The text was updated successfully, but these errors were encountered:
Fixes eclipse-uml2#11 Fix ConcurrentModificationException when migrate
4ccaccf
StereotypeApplicationStorage Signed-off-by: Pauline DEVILLE <[email protected]>
Successfully merging a pull request may close this issue.
When I try to migrate a model from default to ContainedByElements StereotypeApplicationStorage I get some times a ConcurrentModificationException.
However I also get that exception running existing junit test in my eclipse : Bug582622StereotypeApplicationStorageTest
It seems that in org.eclipse.uml2.uml.util.UMLUtil.setStereotypeApplicationStorage(Element, StereotypeApplicationStorage) we add EAnnotations on model elements while we are currently iterating on the model, and I think the issue comes from here.
I can make a suggestion to fix this bug in a pull request that is coming.
The text was updated successfully, but these errors were encountered: