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 AB010200B40 for ; Fri, 1 Jul 2016 17:08:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A9221160A6C; Fri, 1 Jul 2016 15:08:12 +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 24048160A61 for ; Fri, 1 Jul 2016 17:08:11 +0200 (CEST) Received: (qmail 10697 invoked by uid 500); 1 Jul 2016 15:08:11 -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 10669 invoked by uid 99); 1 Jul 2016 15:08:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Jul 2016 15:08:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 09C582C02A0 for ; Fri, 1 Jul 2016 15:08:11 +0000 (UTC) Date: Fri, 1 Jul 2016 15:08:11 +0000 (UTC) From: "Mike Drob (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-4357) Remove redundant code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 01 Jul 2016 15:08:12 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-4357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15359107#comment-15359107 ] Mike Drob commented on ACCUMULO-4357: ------------------------------------- For posterity, how did you identify the list of fixes? Do we have automated tooling for it? (Is it part of findbugs? checkstyle? coverity?) > Remove redundant code > --------------------- > > Key: ACCUMULO-4357 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4357 > Project: Accumulo > Issue Type: Task > Components: build > Reporter: Christopher Tubbs > Assignee: Christopher Tubbs > Priority: Trivial > Fix For: 1.8.0 > > Time Spent: 10m > Remaining Estimate: 0h > > Minor QC nits quickly and easily fixed: > * Remove unnecessary generics parameters; prefer diamond operator wherever possible. > * Remove extra semicolons. > * Remove redundant interface declarations. -- This message was sent by Atlassian JIRA (v6.3.4#6332)