[
https://issues.apache.org/jira/browse/CLEREZZA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901937#action_12901937
]
Manuel Innerhofer commented on CLEREZZA-285:
--------------------------------------------
I fixed it, hope you don't mind. See the "Subversion Commits" to see which
project were affected. The one in AbstractTripleCollection.java caused
ConcurrentModificationExceptions, that's how I found it.
> not synchronizing when iterating over Collections.synchonizedSet/List/Map()
> on different occasions
> --------------------------------------------------------------------------------------------------
>
> Key: CLEREZZA-285
> URL: https://issues.apache.org/jira/browse/CLEREZZA-285
> Project: Clerezza
> Issue Type: Bug
> Reporter: Manuel Innerhofer
> Assignee: Manuel Innerhofer
>
> The javadocs of Collections.synchonizedSet/List/Map() say:
> It is imperative that the user manually synchronize on the returned set when
> iterating over it
> [...]
> Failure to follow this advice may result in non-deterministic behavior.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.