Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 86704 invoked from network); 11 Jun 2004 02:32:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Jun 2004 02:32:43 -0000 Received: (qmail 54019 invoked by uid 500); 11 Jun 2004 02:33:00 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 53912 invoked by uid 500); 11 Jun 2004 02:32:58 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 53891 invoked by uid 99); 11 Jun 2004 02:32:58 -0000 Received: from [207.217.120.74] (HELO falcon.mail.pas.earthlink.net) (207.217.120.74) by apache.org (qpsmtpd/0.27.1) with ESMTP; Thu, 10 Jun 2004 19:32:57 -0700 Received: from h-66-167-119-101.sndacagl.dynamic.covad.net ([66.167.119.101] helo=terrordome.serveftp.org) by falcon.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 1BYbqD-0003m9-00 for commons-dev@jakarta.apache.org; Thu, 10 Jun 2004 19:32:25 -0700 Received: from [127.0.0.1] (localhost [127.0.0.1]) by terrordome.serveftp.org (Postfix) with ESMTP id D764524C2A5 for ; Thu, 10 Jun 2004 19:37:27 -0700 (PDT) Message-ID: <40C91AE3.3060800@apache.org> Date: Thu, 10 Jun 2004 19:37:23 -0700 From: "matthew.hawthorne" User-Agent: Mozilla Thunderbird 0.6 (X11/20040502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jakarta Commons Developers List Subject: [lang] mutables Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I just made a checkin of some initial code for mutables. I haven't used CVS in a few months now (switched to subversion) so let's hope I didn't screw anything up. I have to admit that I haven't looked at this code for a good time, since around August maybe. So all are welcome to take a look and make improvements. I don't really have a solid use case for these classes anymore, so I'd imagine that others will have a better insight in that regard. The test coverage is pretty good, I think in the 70% range. I remember learning some weird things about the way Java handles primitive number conversions, as I was trying to get the tests to pass. If something looks bizarre give a yell and I'll investigate. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org