You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "John Zhuge (JIRA)" <ji...@apache.org> on 2016/01/11 01:57:39 UTC

[jira] [Created] (HADOOP-12700) Remove unused import in TestCompressorDecompressor.java

John Zhuge created HADOOP-12700:
-----------------------------------

             Summary: 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: Trivial


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 code 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)