Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 25783 invoked from network); 7 Jul 2004 05:18:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jul 2004 05:18:03 -0000 Received: (qmail 1884 invoked by uid 500); 7 Jul 2004 05:18:23 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 1458 invoked by uid 500); 7 Jul 2004 05:18:18 -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 1428 invoked by uid 99); 7 Jul 2004 05:18:18 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [64.253.103.118] (HELO orinoco.flamefew.net) (64.253.103.118) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 06 Jul 2004 22:18:17 -0700 Received: by orinoco.flamefew.net (Postfix on Linux (i386), from userid 500) id E3FF14E31A; Wed, 7 Jul 2004 01:17:43 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by orinoco.flamefew.net (Postfix on Linux (i386)) with ESMTP id DC55710C58 for ; Wed, 7 Jul 2004 01:17:43 -0400 (EDT) Date: Wed, 7 Jul 2004 01:17:43 -0400 (EDT) From: Henri Yandell X-X-Sender: hen@orinoco.flamefew.net To: Jakarta Commons Developers List Subject: Re: [lang] Mutables In-Reply-To: <005901c462de$0fea6da0$2ef42bd9@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Changes seem fine to me. As MutableNumber extends Number, but is not in itself Mutable, and yet implements Mutable, I don't think there's a need for it. Just there for symmetry I presume. It's handling only a couple of lines of shared code, so not a huge deal there either. Hen On Mon, 5 Jul 2004, Stephen Colebourne wrote: > I have just reworked the MutableInteger class to MutableInt. The old code > seemed to have issues with equals and hashcode. I'm also suggesting that > MutableNumber doesn't achieve a lot and is worth dropping. > > Anyone care to review MutableInt before I update the rest of the mutable > package? > > Stephen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org