Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 274174] [tcf] some tcf collections not thread-safe

https://bugs.eclipse.org/bugs/show_bug.cgi?id=274174  
Product/Component: Target Management / TCF

Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
            Summary|some tcf collections not    |[tcf] some tcf collections
                   |thread-safe                 |not thread-safe




--- Comment #4 from Eugene Tarassov <eugene.tarassov@xxxxxxxxxxxxx>  2009-04-30 17:06:15 -0400 ---
Fixed: the listeners, when notified, can't add or remove listeners without a
ConcurrentModificationException.

Also, added more "assert isDispatchThread()".


-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top