Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 42348 invoked from network); 22 Feb 2011 19:52:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Feb 2011 19:52:03 -0000 Received: (qmail 94609 invoked by uid 500); 22 Feb 2011 19:52:02 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 94537 invoked by uid 500); 22 Feb 2011 19:52:02 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 94529 invoked by uid 99); 22 Feb 2011 19:52:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 19:52:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_FRT_BELOW2,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Feb 2011 19:51:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DBEC91B2525 for ; Tue, 22 Feb 2011 19:51:38 +0000 (UTC) Date: Tue, 22 Feb 2011 19:51:38 +0000 (UTC) From: "Luc Maisonobe (JIRA)" To: issues@commons.apache.org Message-ID: <1317558197.9119.1298404298897.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <552532635.8754.1298397519010.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Resolved: (MATH-532) [Math] Clirr report and 'org.apache.commons.math.util.MathUtils' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/MATH-532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-532. -------------------------------- Resolution: Fixed Fix Version/s: 2.2 fixed in subversion repository as of r1073472 for branch 2.X and r1073473 for trunk > [Math] Clirr report and 'org.apache.commons.math.util.MathUtils' > ---------------------------------------------------------------- > > Key: MATH-532 > URL: https://issues.apache.org/jira/browse/MATH-532 > Project: Commons Math > Issue Type: Bug > Affects Versions: 2.2 > Environment: Linux Ubuntu 10.04 (lucid) > Reporter: Michael Yannakopoulos > Priority: Minor > Labels: documentation > Fix For: 2.2 > > > Clirr report mentions that method 'public void checkOrder(double[], org.apache.commons.math.util.MathUtils$OrderDirection, boolean)' has been added, however this doesn't comply with the javadoc of the very same function (because not "@since 2.2" tag was found). The same thing happens with the methods listed bellow: > 'public void checkOrder(double[])' > 'public boolean equals(float, float, float)' > 'public boolean equals(float, float, int)' > 'public boolean equalsIncludingNaN(float, float)' > 'public boolean equalsIncludingNaN(float, float, float)' > 'public boolean equalsIncludingNaN(float, float, int)' > 'public boolean equalsIncludingNaN(float[], float[])' > 'public boolean equalsIncludingNaN(double, double)' > 'public boolean equalsIncludingNaN(double, double, double)' > 'public boolean equalsIncludingNaN(double, double, int)' > 'public boolean equalsIncludingNaN(double[], double[])' > 'public double safeNorm(double[])' > In addition to this some functions have been deprecated but neither is it mentioned in the javadoc the version as of which they have been deprecated nor the clirr report refers to these methods. These are: > Deprecated Methods: > 'public boolean equals(float, float)' > 'public boolean equals(float[], float[])' -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira