Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7101B107F8 for ; Tue, 18 Mar 2014 03:09:49 +0000 (UTC) Received: (qmail 13512 invoked by uid 500); 18 Mar 2014 03:09:48 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 13114 invoked by uid 500); 18 Mar 2014 03:09:47 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 12923 invoked by uid 99); 18 Mar 2014 03:09:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Mar 2014 03:09:45 +0000 Date: Tue, 18 Mar 2014 03:09:45 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2477) Consolidate implementations of Map.Entry 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/ACCUMULO-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938729#comment-13938729 ] ASF subversion and git services commented on ACCUMULO-2477: ----------------------------------------------------------- Commit b7fe94c02e74f640fe1ba8b5e71439a189636b42 in accumulo's branch refs/heads/master from [~mdrob@cloudera.com] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=b7fe94c ] ACCUMULO-2477 Replace our implemenations of Entry Our uses of Map.Entry can defer to SimpleImmutableEntry. We should use that instead of maintaining our own version. > Consolidate implementations of Map.Entry > ---------------------------------------- > > Key: ACCUMULO-2477 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2477 > Project: Accumulo > Issue Type: Improvement > Components: client, examples, tserver > Reporter: Mike Drob > Assignee: Mike Drob > Fix For: 1.7.0 > > > We have a bunch of places where we re-implement {{Map.Entry}}. Really, these should all be a single implementation, or better yet, use an existing implementation from some known library (oracle/commons/guava). -- This message was sent by Atlassian JIRA (v6.2#6252)