You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2017/12/29 03:46:02 UTC

[jira] [Created] (HBASE-19662) hbase-metrics-api fails checkstyle due to wrong import order

Ted Yu created HBASE-19662:
------------------------------

             Summary: hbase-metrics-api fails checkstyle due to wrong import order
                 Key: HBASE-19662
                 URL: https://issues.apache.org/jira/browse/HBASE-19662
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Assignee: Ted Yu
            Priority: Minor


In recent trunk builds, there were the following errors:
{code}
[ERROR] src/main/java/org/apache/hadoop/hbase/metrics/MetricRegistriesLoader.java:[31] (imports) ImportOrder: Wrong order for 'org.apache.hbase.thirdparty.com.google.common.annotations.VisibleForTesting' import.
[ERROR] src/test/java/org/apache/hadoop/hbase/metrics/TestMetricRegistriesLoader.java:[28] (imports) ImportOrder: Wrong order for 'org.apache.hbase.thirdparty.com.google.common.collect.Lists' import.
{code}



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