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 DEEAB200BF8 for ; Fri, 13 Jan 2017 17:46:11 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id DD9C3160B3F; Fri, 13 Jan 2017 16:46:11 +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 5A946160B2E for ; Fri, 13 Jan 2017 17:46:11 +0100 (CET) Received: (qmail 39630 invoked by uid 500); 13 Jan 2017 16:39:29 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 39555 invoked by uid 99); 13 Jan 2017 16:39:29 -0000 Received: from Unknown (HELO jira-lw-us.apache.org) (207.244.88.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2017 16:39:29 +0000 Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id B692725295 for ; Fri, 13 Jan 2017 16:39:26 +0000 (UTC) Date: Fri, 13 Jan 2017 16:39:26 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17416) Use isEmpty instead of size() == 0 in hbase-protocol-shaded MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 13 Jan 2017 16:46:12 -0000 [ https://issues.apache.org/jira/browse/HBASE-17416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack updated HBASE-17416: -------------------------- Resolution: Fixed Hadoop Flags: Reviewed Fix Version/s: 2.0.0 Status: Resolved (was: Patch Available) Pushed. Thanks [~Jan Hentschel] > Use isEmpty instead of size() == 0 in hbase-protocol-shaded > ----------------------------------------------------------- > > Key: HBASE-17416 > URL: https://issues.apache.org/jira/browse/HBASE-17416 > Project: HBase > Issue Type: Sub-task > Reporter: Jan Hentschel > Assignee: Jan Hentschel > Priority: Minor > Fix For: 2.0.0 > > Attachments: HBASE-17416.master.001.patch > > > Use {code:java}.isEmpty(){code} instead of {code:java}size() == 0{code} when possible in the *hbase-protocol-shaded* module. -- This message was sent by Atlassian JIRA (v6.3.4#6332)