Return-Path: Delivered-To: apmail-incubator-cassandra-commits-archive@minotaur.apache.org Received: (qmail 73825 invoked from network); 8 Mar 2010 21:26:14 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Mar 2010 21:26:14 -0000 Received: (qmail 50688 invoked by uid 500); 8 Mar 2010 21:25:50 -0000 Delivered-To: apmail-incubator-cassandra-commits-archive@incubator.apache.org Received: (qmail 50671 invoked by uid 500); 8 Mar 2010 21:25:50 -0000 Mailing-List: contact cassandra-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cassandra-dev@incubator.apache.org Delivered-To: mailing list cassandra-commits@incubator.apache.org Received: (qmail 50662 invoked by uid 99); 8 Mar 2010 21:25:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 21:25:50 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Mar 2010 21:25:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 23EF5234C4A8 for ; Mon, 8 Mar 2010 21:25:27 +0000 (UTC) Message-ID: <1763015653.142031268083527135.JavaMail.jira@brutus.apache.org> Date: Mon, 8 Mar 2010 21:25:27 +0000 (UTC) From: "gabriele renzi (JIRA)" To: cassandra-commits@incubator.apache.org Subject: [jira] Updated: (CASSANDRA-862) Remove FBUtlities.equals in favour of ObjectUtils.equals In-Reply-To: <1136174633.142021268083407265.JavaMail.jira@brutus.apache.org> 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/CASSANDRA-862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] gabriele renzi updated CASSANDRA-862: ------------------------------------- Priority: Trivial (was: Major) > Remove FBUtlities.equals in favour of ObjectUtils.equals > -------------------------------------------------------- > > Key: CASSANDRA-862 > URL: https://issues.apache.org/jira/browse/CASSANDRA-862 > Project: Cassandra > Issue Type: Improvement > Reporter: gabriele renzi > Priority: Trivial > Original Estimate: 0.08h > Remaining Estimate: 0.08h > > the method seems to just reimplement what is already in commons lang (and with a less smart implementation I believe), replacing references to it with ObjectUtils.equals seems reasonable -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.