You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Chia-Ping Tsai (JIRA)" <ji...@apache.org> on 2017/12/27 14:50:00 UTC

[jira] [Created] (HBASE-19644) add the checkstyle rule to rejects the illegal imports

Chia-Ping Tsai created HBASE-19644:
--------------------------------------

             Summary: add the checkstyle rule to rejects the illegal imports
                 Key: HBASE-19644
                 URL: https://issues.apache.org/jira/browse/HBASE-19644
             Project: HBase
          Issue Type: Task
    Affects Versions: 2.0.0
            Reporter: Chia-Ping Tsai
            Assignee: Chia-Ping Tsai


The following imports should be disabled in our code.
# com.google.common.*   (we have the shaded version)
# io.netty.*  (ditto)
# org.apache.curator.shaded.*
# org.apache.htrace.shaded.*



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)