Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 67977 invoked from network); 25 Apr 2007 15:49:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Apr 2007 15:49:16 -0000 Received: (qmail 83003 invoked by uid 500); 25 Apr 2007 15:49:23 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 82990 invoked by uid 500); 25 Apr 2007 15:49:23 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 82976 invoked by uid 99); 25 Apr 2007 15:49:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 08:49:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of rooneg@gmail.com designates 64.233.184.235 as permitted sender) Received: from [64.233.184.235] (HELO wr-out-0506.google.com) (64.233.184.235) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 08:49:16 -0700 Received: by wr-out-0506.google.com with SMTP id i31so291734wra for ; Wed, 25 Apr 2007 08:48:55 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Tll05ESQexqAKRxKKbhAot0B0SikH9cq56E6s4SBLk4tc8h4DuYi1FQ1PVa9JMTlAd6iui5ejHZ5d99lV2VwfCE1o6O998TZxVUB1kcs7XiinfmCrWOvZ7t6RIgwAAN3heTBNXGgNvj2q4/Av4SyiklfEbUA7DSThAFoKavABaw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=KL75XPzUUKfqm7puOtXnrEIpn1gUXabGKjPUzTBQtd8e3XcoBJtDKgUZELLJDYZnp7vwncnQ4ZkPrWtaPogFV5+KBsMZokhHH/wSnBDRGUIC7fb2jBkxYdrWGSHiJkLqChb4BxIGVWSC98wdsj6LX2FCXgwe8ZTgYN5Nu+IUum0= Received: by 10.78.106.3 with SMTP id e3mr229061huc.1177516133469; Wed, 25 Apr 2007 08:48:53 -0700 (PDT) Received: by 10.78.155.11 with HTTP; Wed, 25 Apr 2007 08:48:53 -0700 (PDT) Message-ID: <7edfeeef0704250848r6ca6eb38gac14b66b3f673121@mail.gmail.com> Date: Wed, 25 Apr 2007 11:48:53 -0400 From: "Garrett Rooney" Sender: rooneg@gmail.com To: abdera-dev@incubator.apache.org Subject: Re: svn commit: r532373 - /incubator/abdera/java/trunk/core/src/main/java/org/apache/abdera/factory/ExtensionFactoryMap.java In-Reply-To: <462F779F.6050100@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070425144618.9618B1A983E@eris.apache.org> <7edfeeef0704250807y7ab61d6dwdc7f36d9620a3a4e@mail.gmail.com> <462F7733.8070709@gmail.com> <462F779F.6050100@gmail.com> X-Google-Sender-Auth: 358814b7a34df4ed X-Virus-Checked: Checked by ClamAV on apache.org On 4/25/07, James M Snell wrote: > Wait, I take that back... each Factory impl is already getting it's own > copy of the Factories list. So long as we serialize access to it, I > don't think it's going to be much of a problem. I'm not sure I follow here. Maybe this means the constructor doesn't need to worry about copying the list, but it seems extremely unwise to have the accessor method simply return a reference to it, as that means the caller needs to know how to serialize on it in order to safely do anything with it. -garrett