UI improvement: Correction of an error on the removal of callbacks.50/31950/3
commit9acc7f757049a42f4985996d1d89769942e48c44
authorArthur Daussy <arthur.daussy@obeo.fr>
Wed, 20 Aug 2014 09:15:17 +0000 (20 11:15 +0200)
committerMikael Barbero <mikael.barbero@obeo.fr>
Thu, 21 Aug 2014 07:30:33 +0000 (21 03:30 -0400)
tree512a5f9e8883868707a0cd8c6c59eaeefbbeb4ef
parent964e97b970540025048b4b11b7cfde684fc61b15
UI improvement: Correction of an error on the removal of callbacks.

Iterator of CopyOnWriteArrayList can not remove element. It throws an
UnsupportedOperationException. The callbaks are now removed differently.

Change-Id: I63cd0e1492ddd382d8e611aa3abe14cc1ce7a77e
Signed-off-by: Arthur Daussy <arthur.daussy@obeo.fr>
plugins/org.eclipse.emf.compare.ide.ui/src/org/eclipse/emf/compare/ide/ui/internal/structuremergeviewer/EMFCompareStructureMergeViewerContentProvider.java