You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Lars Hofhansl (JIRA)" <ji...@apache.org> on 2015/04/17 22:53:00 UTC

[jira] [Commented] (HBASE-10327) Remove remove(K, V) from type PoolMap

    [ https://issues.apache.org/jira/browse/HBASE-10327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14500649#comment-14500649 ] 

Lars Hofhansl commented on HBASE-10327:
---------------------------------------

With JDK 7 EOL'ing this very month I'd like to apply this to 0.98 (in a sub task). Any objections?

> Remove remove(K, V) from type PoolMap<K,V>
> ------------------------------------------
>
>                 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
>             Fix For: 0.99.0
>
>         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<K,V> has the same erasure as remove(Object, Object) of type Map<K,V> 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.3.4#6332)