[
https://issues.apache.org/jira/browse/COMPRESS-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris Wells updated COMPRESS-60:
--------------------------------
Assignee: Christian Grobmeier (was: Christian Grobmeier)
> ChangeSet does not synchronise whilst using the Iterator
> --------------------------------------------------------
>
> Key: COMPRESS-60
> URL: https://issues.apache.org/jira/browse/COMPRESS-60
> Project: Commons Compress
> Issue Type: Bug
> Reporter: Sebb
> Assignee: Christian Grobmeier
> Priority: Major
> Fix For: 1.0
>
>
> ChangeSet does not synchronize whilst using the Iterator on the Set "changes"
> which is a synchronizedSet.
> The Javadoc for Collections.synchronizedSet says: "
> ...
> 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 affects the add() and perfom() methods.
> Also, the asSet() method returns a reference to the Set. This method does
> not seem to be used at present, so perhaps could be removed.
> Otherwise, it should either return a copy of the set, or the Javadoc should
> point out that any iteration over the set must synchronize on the set.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)