Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 77335 invoked from network); 8 Dec 2010 11:17:27 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 11:17:27 -0000 Received: (qmail 31392 invoked by uid 500); 8 Dec 2010 11:17:26 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 31223 invoked by uid 500); 8 Dec 2010 11:17:26 -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 31214 invoked by uid 99); 8 Dec 2010 11:17:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 11:17:25 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 11:17:19 +0000 Received: by vws17 with SMTP id 17so831284vws.30 for ; Wed, 08 Dec 2010 03:16:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=5tmD+5ECCDUdCWgKyJI4SGDdxTDjzp/dFjeFokHX8Yo=; b=BqVJvfA4+7lUPVaPuNbl33n8XX/iXyHXigUzCo+9HwUAsfjTtMwn/azOoJVNoUerEZ Ues4YjmaKmV1S9F3mnKlF347oXU4GhOWps54WsLQduEB1qCFw4QtexbzgiHPzap1SNp0 Qny0bvAOfd+dGKW/PyiVGpqTU+7G3JQmh647U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ke5/i84N7KwFUBuh+Y+FC3KX0lAyvYyLoOsOnLS3/bPGZhV9XnvxbRLFg6EHt1++ua qi4vR4XCsrofBS7wcbBxqUCkThUGRToAUtMQHg/cjOaS+9HajF2hZlToQkOdf/W0fYP4 chqVJf46L3BhkBohe9EXWg2otygbOng+y0llY= MIME-Version: 1.0 Received: by 10.229.219.212 with SMTP id hv20mr6834196qcb.223.1291807018371; Wed, 08 Dec 2010 03:16:58 -0800 (PST) Received: by 10.229.72.94 with HTTP; Wed, 8 Dec 2010 03:16:58 -0800 (PST) Date: Wed, 8 Dec 2010 11:16:58 +0000 Message-ID: Subject: [Math] 2.2 clirr results From: sebb To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 I ran Clirr recently on 2.2 against 2.1 There are quite a few errors (see below) However, I don't know if these affect binary compatibility for users - perhaps all the affected code is internal use only? ERROR: 5001: oacm.ArgumentOutsideDomainException: Removed oacm.FunctionEvaluationException from the list of superclasses ERROR: 5001: oacm.ArgumentOutsideDomainException: Removed oacm.MathException from the list of superclasses ERROR: 5001: oacm.FunctionEvaluationException: Removed oacm.MathException from the list of superclasses ERROR: 8001: oacm.MessagesResources_fr: Class oacm.MessagesResources_fr removed ERROR: 7006: oacm.analysis.interpolation.SmoothingBicubicSplineInterpolator: Return type of method 'public oacm.analysis.BivariateRealFunction interpolate(double[], double[], double[][])' has been changed to oacm.analysis.interpolation.BicubicSplineInterpolatingFunction ERROR: 7012: oacm.analysis.solvers.UnivariateRealSolver: Method 'public double solve(int, oacm.analysis.UnivariateRealFunction, double, double)' has been added to an interface ERROR: 7012: oacm.analysis.solvers.UnivariateRealSolver: Method 'public double solve(int, oacm.analysis.UnivariateRealFunction, double, double, double)' has been added to an interface ERROR: 5001: oacm.linear.MatrixVisitorException: Removed oacm.MathRuntimeException from the list of superclasses ERROR: 5001: oacm.ode.DerivativeException: Removed oacm.MathException from the list of superclasses ERROR: 7004: oacm.ode.events.EventState: In method 'public void reinitializeBegin(double, double[])' the number of arguments has changed ERROR: 7002: oacm.optimization.DifferentiableMultivariateRealOptimizer: Method 'public oacm.optimization.RealPointValuePair optimize(oacm.analysis.DifferentiableMultivariateRealFunction, oacm.optimization.GoalType, double[])' has been removed ERROR: 6001: oacm.optimization.general.AbstractLeastSquaresOptimizer: Removed field jacobian ERROR: 6001: oacm.optimization.general.AbstractLeastSquaresOptimizer: Removed field residuals ERROR: 6011: oacm.optimization.general.AbstractScalarDifferentiableOptimizer: Field DEFAULT_MAX_ITERATIONS has been removed, but it was previously a constant ERROR: 6010: oacm.optimization.univariate.AbstractUnivariateRealOptimizer: Accessibility of field functionValue has been weakened from protected to private ERROR: 6010: oacm.optimization.univariate.AbstractUnivariateRealOptimizer: Accessibility of field result has been weakened from protected to private ERROR: 6010: oacm.optimization.univariate.AbstractUnivariateRealOptimizer: Accessibility of field resultComputed has been weakened from protected to private ERROR: 7013: oacm.optimization.univariate.AbstractUnivariateRealOptimizer: Abstract method 'protected double doOptimize()' has been added I removed all the complaints about the return type of the copy() method as I assume that is internal use only (and shortened the package name above for readability). --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org