Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41C3A91C7 for ; Thu, 9 Feb 2012 21:48:52 +0000 (UTC) Received: (qmail 21011 invoked by uid 500); 9 Feb 2012 21:48:51 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 20752 invoked by uid 500); 9 Feb 2012 21:48:50 -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 20740 invoked by uid 99); 9 Feb 2012 21:48:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Feb 2012 21:48:50 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Thu, 09 Feb 2012 21:48:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1328824102; bh=csaCM4ln64km7RlJrOwfHZHIiiOZL2VnFQL8laxLbH4=; h=Date:From:To:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=gAUqGmL1SU1qpAwrkd9+orKXg8ltXL4KNovalNKA5PFtEKBDa0dDk5JKXCKRRLWSF vTXap0YiQha9YRtHnrOHEWtNPDc6q0J64p7+WS4EGilrKhic9iUV1U0ZMRvbt959WO dYmK2dIV9beNosMm7wbbFu+nPaNixGIAX7faPNvQ= Received: from mail.harfang.homelinux.org (ip-62-235-198-98.dsl.scarlet.be [62.235.198.98]) by sif.is.scarlet.be (8.14.5/8.14.5) with ESMTP id q19LmL42022831 for ; Thu, 9 Feb 2012 22:48:21 +0100 X-Scarlet: d=1328824101 c=62.235.198.98 Received: from localhost (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 3020761A03 for ; Thu, 9 Feb 2012 22:48:21 +0100 (CET) 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 rR7pGUperb27 for ; Thu, 9 Feb 2012 22:48:16 +0100 (CET) Received: from dusk.harfang.homelinux.org (mail.harfang.homelinux.org [192.168.20.11]) by mail.harfang.homelinux.org (Postfix) with ESMTP id 3387F618AE for ; Thu, 9 Feb 2012 22:48:16 +0100 (CET) Received: from eran by dusk.harfang.homelinux.org with local (Exim 4.77) (envelope-from ) id 1Rvbqh-0000SL-Sl for dev@commons.apache.org; Thu, 09 Feb 2012 22:48:15 +0100 Date: Thu, 9 Feb 2012 22:48:15 +0100 From: Gilles Sadowski To: dev@commons.apache.org Subject: Re: [math] Merge of interface and implementation of *Test classes in stat.inference Message-ID: <20120209214815.GG12351@dusk.harfang.homelinux.org> Mail-Followup-To: dev@commons.apache.org References: <4F2C3698.4010807@gmail.com> <20120203213324.GU12351@dusk.harfang.homelinux.org> <4F3413EA.9030706@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F3413EA.9030706@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.21 (2010-09-15) X-DCC-scarlet.be-Metrics: sif 20002; Body=1 Fuz1=1 Fuz2=1 X-Virus-Scanned: clamav-milter 0.97.1-exp at sif X-Virus-Status: Clean Hi. > [...] > What do you think? No idea. > @Exceptions: while working on the migration to the new exceptions in > this package, I tried to stick to the rules from Phil/Luc: > > - add @throws clause to javadoc > - add throws declaration to method signature > > for each individual exception that can be thrown. > > This can lead to pretty elaborate signatures, see f.e. > WilcoxonSignedRankTest#wilcoxonSignedRankTest(double[], double[], boolean) > > Is it ok like that? I strongly prefer _not_ to have the (unchecked) exceptions in the signature. [Arguments mentioned numerous times in previous discussions...] Best, Gilles --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org