You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix ConcurrentModifcationException in MenuObjectEditPart
The edit-part registry of a viewer might change when refreshing an
edit-part. To avoid this, use a copy of all edit-parts.
Seen in MenuComplexTest.test_CREATE_popup_newItem_deep
0 commit comments