Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E9104200BF4 for ; Fri, 6 Jan 2017 14:21:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E794C160B48; Fri, 6 Jan 2017 13:21:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 644D0160B1F for ; Fri, 6 Jan 2017 14:21:59 +0100 (CET) Received: (qmail 58777 invoked by uid 500); 6 Jan 2017 13:21:58 -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 58753 invoked by uid 99); 6 Jan 2017 13:21:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Jan 2017 13:21:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 5A05B2C03DE for ; Fri, 6 Jan 2017 13:21:58 +0000 (UTC) Date: Fri, 6 Jan 2017 13:21:58 +0000 (UTC) From: "Raymond DeCampo (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COMPLEX-1) Testing fails due to poor null handling in newly created local equals() and equals-type methods MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 06 Jan 2017 13:22:00 -0000 [ https://issues.apache.org/jira/browse/COMPLEX-1?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15804534#comment-15804534 ] Raymond DeCampo commented on COMPLEX-1: --------------------------------------- I think the first order of business is to remove any files/directory in the .gitignore from the repository. That will eliminate the spurious files that Gilles referred to on the mailing list. > Testing fails due to poor null handling in newly created local equals() and equals-type methods > ----------------------------------------------------------------------------------------------- > > Key: COMPLEX-1 > URL: https://issues.apache.org/jira/browse/COMPLEX-1 > Project: Commons Complex > Issue Type: Bug > Reporter: Eric Barnhill > Labels: patch, test > Original Estimate: 48h > Remaining Estimate: 48h > > commons-complex currently compiles but fails tests. Patches are needed to handle null in the testing methods. > Local equals() methods have been created to eliminate dependencies on other Math packages, but these appear to not handle null. -- This message was sent by Atlassian JIRA (v6.3.4#6332)