Bug 1801349 Comment 4 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Ben Dean-Kawamura [:bdk])
> Does that note about iteration apply to the clone() method? I believe the only methods being called are clone(), add(), and remove().

We may need to clone (pun intended) the `Collections.synchronizedList` and `SynchronizedList` to wrap the `clone` method in a mutex like the other calls. We can put that in the `support-base` component if we go that direction.
(In reply to Ben Dean-Kawamura [:bdk])
> Does that note about iteration apply to the clone() method? I believe the only methods being called are clone(), add(), and remove().

Building on Petru's idea, we may need to clone (pun intended) the `Collections.synchronizedList` and `SynchronizedList` to wrap the `clone` method in a mutex like the other calls. We can put that in the `support-base` component if we go that direction.

Back to Bug 1801349 Comment 4