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 88424200B64 for ; Tue, 2 Aug 2016 11:41:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 71077160AA8; Tue, 2 Aug 2016 09:41:22 +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 B0DFA160A76 for ; Tue, 2 Aug 2016 11:41:21 +0200 (CEST) Received: (qmail 81751 invoked by uid 500); 2 Aug 2016 09:41:20 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 81724 invoked by uid 99); 2 Aug 2016 09:41:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Aug 2016 09:41:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7518F2C0D5D for ; Tue, 2 Aug 2016 09:41:20 +0000 (UTC) Date: Tue, 2 Aug 2016 09:41:20 +0000 (UTC) From: "Minwoo Kang (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-16326) RowModel does not override 'equals', and 'toString' MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 Aug 2016 09:41:22 -0000 Minwoo Kang created HBASE-16326: ----------------------------------- Summary: RowModel does not override 'equals', and 'toString' Key: HBASE-16326 URL: https://issues.apache.org/jira/browse/HBASE-16326 Project: HBase Issue Type: Bug Components: REST Reporter: Minwoo Kang I create two RowModel. Each RowModel have same value. But RowModel does not override 'equals'. So 'rowModel1.equals(rowModel2)' is false. And While run System.out.println(rowModel), print 'org.apache.hadoop.hbase.rest.model.RowModel@44019852' in console -- This message was sent by Atlassian JIRA (v6.3.4#6332)