From common-issues-return-102170-apmail-hadoop-common-issues-archive=hadoop.apache.org@hadoop.apache.org Thu Jan 14 15:34:40 2016 Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 810C418E31 for ; Thu, 14 Jan 2016 15:34:40 +0000 (UTC) Received: (qmail 75714 invoked by uid 500); 14 Jan 2016 15:34:40 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 75656 invoked by uid 500); 14 Jan 2016 15:34:40 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 75634 invoked by uid 99); 14 Jan 2016 15:34:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jan 2016 15:34:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D07432C1F5C for ; Thu, 14 Jan 2016 15:34:39 +0000 (UTC) Date: Thu, 14 Jan 2016 15:34:39 +0000 (UTC) From: "Akira AJISAKA (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-12700) Remove unused import in TestCompressorDecompressor.java 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/HADOOP-12700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Akira AJISAKA updated HADOOP-12700: ----------------------------------- Resolution: Fixed Fix Version/s: 2.8.0 Status: Resolved (was: Patch Available) Committed this to trunk, branch-2, and branch-2.8. Thanks [~jzhuge] for the contribution. > Remove unused import in TestCompressorDecompressor.java > ------------------------------------------------------- > > Key: HADOOP-12700 > URL: https://issues.apache.org/jira/browse/HADOOP-12700 > Project: Hadoop Common > Issue Type: Bug > Reporter: John Zhuge > Assignee: John Zhuge > Priority: Minor > Fix For: 2.8.0 > > Attachments: HADOOP-12700.001.patch > > > The fix for [HADOOP-12590|https://issues.apache.org/jira/browse/HADOOP-12590] left an unused import in TestCompressorDecompressor.java. > After uploading the patch for HADOOP-12590, I spotted the problem in IntelliJ which marked the unused import *gray*, but it was too late. > The problem was not detected by precommit check because test source files are not checked by checkstyle by default. Maven checkstyle plugin parameter *includeTestSourceDirectory* is *false* by default. -- This message was sent by Atlassian JIRA (v6.3.4#6332)