Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
scr-1.2.0
-
None
Description
Currently accesses to the internal m_componetsById and m_compeontsByName maps are not guarded against concurrent calls and thus become corrupt in highly concurrent situations.
These accesses should be guared by simple Java synchronization (if possible).