mbien commented on PR #6689:
URL: https://github.com/apache/netbeans/pull/6689#issuecomment-1807349333

   the root of this issue is likely that modifiable collections are shared over 
the document properties.
   
   I believe the risk of CME is still there, it just moved from the `forEach` 
method to the copy constructor of the HashSet/HashMap? It should still fail if 
the concurrent modification is noticed while it is iterating to build the copy. 
(CMEs are not guaranteed to be thrown in many cases, its more a best-effort 
manner for bug detection, it often simply compares col sizes)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to