Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 27163 invoked from network); 30 Jun 2010 10:10:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 30 Jun 2010 10:10:43 -0000 Received: (qmail 10847 invoked by uid 500); 30 Jun 2010 10:10:42 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 10326 invoked by uid 500); 30 Jun 2010 10:10:40 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 10312 invoked by uid 99); 30 Jun 2010 10:10:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 10:10:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [193.74.71.28] (HELO sif.is.scarlet.be) (193.74.71.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jun 2010 10:10:29 +0000 Received: from mail.harfang.homelinux.org (ip-62-235-224-9.dsl.scarlet.be [62.235.224.9]) by sif.is.scarlet.be (8.14.2/8.14.2) with ESMTP id o5UAA7lZ024009 for ; Wed, 30 Jun 2010 12:10:08 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=scarlet.be; s=scarlet; t=1277892608; bh=QAqaaAkJS6xH9mq5gBPKIFBhwQROnA1bpy+OU0y2CPs=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=SXlJgE2lW7zH8wd79EciPvA0ho2qjo9RHLjbBxjeGNVwg1rlaWbUc5LYnw0UDsA7D dqkOvDwG0c5ZQn3I/C4fQRsevKZ6Esg4XUXho0eehaEO+nNADkNP0Tb2OfM9KMZNTQ 4KRnquckRQjYGIxsB9CiLw639AMTfn3R8SRrAYjA= Received: from localhost (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id DC3C86176F for ; Wed, 30 Jun 2010 12:10:07 +0200 (CEST) Received: from mail.harfang.homelinux.org ([192.168.20.11]) by localhost (mail.harfang.homelinux.org [192.168.20.11]) (amavisd-new, port 10024) with ESMTP id BVZS1ev5UWDc for ; Wed, 30 Jun 2010 12:10:02 +0200 (CEST) Received: from dusk.harfang.homelinux.org (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 883A161756 for ; Wed, 30 Jun 2010 12:10:02 +0200 (CEST) Received: from eran by dusk.harfang.homelinux.org with local (Exim 4.71) (envelope-from ) id 1OTuF0-00031p-Dj for dev@commons.apache.org; Wed, 30 Jun 2010 12:10:02 +0200 Date: Wed, 30 Jun 2010 12:10:02 +0200 From: Gilles Sadowski To: dev@commons.apache.org Subject: Re: [Math] Backward compatibility Message-ID: <20100630101002.GX16029@dusk.harfang.homelinux.org> Mail-Followup-To: dev@commons.apache.org References: <20100629231207.GT16029@dusk.harfang.homelinux.org> <20100629234658.GU16029@dusk.harfang.homelinux.org> <4C2A9B7E.6000609@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4C2A9B7E.6000609@gmail.com> X-Operating-System: Tiny Tux X-PGP-Key-Fingerprint: 53B9 972E C2E6 B93C BEAD 7092 09E6 AF46 51D0 5641 User-Agent: Mutt/1.5.20 (2009-06-14) X-DCC-scarlet.be-Metrics: sif 20002; Body=1 Fuz1=1 Fuz2=1 X-Virus-Checked: Checked by ClamAV on apache.org Hi. > +! Unreleased code is subject to change, including deletion or > incompatible API change. There is a "checkOrder" method in "util.MathUtils" throwing an "IllegalArgumentException". I'll create the more specific NotIncreasingSequenceException NotStrictlyIncreasingSequenceException that are instances of "IllegalArgumentException". Is it OK (backward-compatible) that "checkOrder" throws these instead? Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org