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 8DC4010208 for ; Thu, 31 Oct 2013 22:41:19 +0000 (UTC) Received: (qmail 60072 invoked by uid 500); 31 Oct 2013 22:41:18 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 60035 invoked by uid 500); 31 Oct 2013 22:41:18 -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 59991 invoked by uid 99); 31 Oct 2013 22:41:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Oct 2013 22:41:18 +0000 Date: Thu, 31 Oct 2013 22:41:18 +0000 (UTC) From: "John Vines (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-1516) Clean up Constants 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-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Vines updated ACCUMULO-1516: --------------------------------- Priority: Minor (was: Major) > Clean up Constants > ------------------ > > Key: ACCUMULO-1516 > URL: https://issues.apache.org/jira/browse/ACCUMULO-1516 > Project: Accumulo > Issue Type: Sub-task > Components: client, master, tserver > Reporter: Christopher Tubbs > Assignee: Christopher Tubbs > Priority: Minor > Fix For: 1.6.0 > > > o.a.a.core.Constants has become a mess, full of both useful and not useful stuff that is difficult to sift through. > For instance, there's a String literal constant for "UTF-8" that is only ever used in one place, and Constants.NO_AUTHS should really be Authorizations.EMPTY > Some of this, I want/need to clean up so I can track down all the important bits to migrate the root tablet to its own table without clutter. -- This message was sent by Atlassian JIRA (v6.1#6144)