[ 
https://issues.apache.org/jira/browse/CLEREZZA-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Manuel Innerhofer updated CLEREZZA-285:
---------------------------------------

        Summary: not synchronizing when iterating over 
Collections.synchronizedSet/List/Map() on various occasions  (was: not 
synchronizing when iterating over Collections.synchonizedSet/List/Map() on 
different occasions)
    Description: 
The javadocs of Collections.synchronizedSet/List/Map/Collection() 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.

  was:
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.


> not synchronizing when iterating over Collections.synchronizedSet/List/Map() 
> on various 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.synchronizedSet/List/Map/Collection() 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.

Reply via email to