Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BD36610311 for ; Fri, 17 Jan 2014 19:31:06 +0000 (UTC) Received: (qmail 71318 invoked by uid 500); 17 Jan 2014 19:30:50 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 71243 invoked by uid 500); 17 Jan 2014 19:30:45 -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 70968 invoked by uid 99); 17 Jan 2014 19:30:36 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Jan 2014 19:30:36 +0000 Date: Fri, 17 Jan 2014 19:30:36 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10327) Remove remove(K, V) from type PoolMap MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13875159#comment-13875159 ] Andrew Purtell commented on HBASE-10327: ---------------------------------------- We deprecated the offending method with HBASE-10030, which will be in 0.98, and now need to remove it on trunk. Will do so by committing this patch to trunk shortly unless objection. > Remove remove(K, V) from type PoolMap > ------------------------------------------ > > Key: HBASE-10327 > URL: https://issues.apache.org/jira/browse/HBASE-10327 > Project: HBase > Issue Type: Bug > Affects Versions: 0.99.0 > Reporter: Eric Charles > Assignee: Eric Charles > Attachments: HBASE-10327.patch > > > I keep getting red cross in my eclipse, whatever the jdk (jdk6, jdk7, jdk8) > Name clash: The method remove(K, V) of type PoolMap has the same erasure as remove(Object, Object) of type Map but does not override it > maybe related to HBASE-10030 > The solution I have is simply removing the deprecated method, and everything is fine. I am not sure of the backwards compatibility here. -- This message was sent by Atlassian JIRA (v6.1.5#6160)