Return-Path: Delivered-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Received: (qmail 35608 invoked from network); 24 Aug 2010 14:06:40 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Aug 2010 14:06:40 -0000 Received: (qmail 48362 invoked by uid 500); 24 Aug 2010 14:06:40 -0000 Delivered-To: apmail-incubator-clerezza-dev-archive@incubator.apache.org Received: (qmail 48309 invoked by uid 500); 24 Aug 2010 14:06:39 -0000 Mailing-List: contact clerezza-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-dev@incubator.apache.org Received: (qmail 48231 invoked by uid 99); 24 Aug 2010 14:06:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 14:06:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Aug 2010 14:06:37 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o7OE6GYi020810 for ; Tue, 24 Aug 2010 14:06:17 GMT Message-ID: <17649439.531201282658776935.JavaMail.jira@thor> Date: Tue, 24 Aug 2010 10:06:16 -0400 (EDT) From: "Manuel Innerhofer (JIRA)" To: clerezza-dev@incubator.apache.org Subject: [jira] Created: (CLEREZZA-285) not synchronizing when iterating over Collections.synchonizedSet/List/Map() on different occasions MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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.