You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Sean Busbey (Jira)" <ji...@apache.org> on 2019/08/23 14:47:00 UTC

[jira] [Created] (HBASE-22906) Clean up checkstyle complaints in hbase-operator-tools

Sean Busbey created HBASE-22906:
-----------------------------------

             Summary: Clean up checkstyle complaints in hbase-operator-tools
                 Key: HBASE-22906
                 URL: https://issues.apache.org/jira/browse/HBASE-22906
             Project: HBase
          Issue Type: Task
          Components: hbase-operator-tools
    Affects Versions: hbase-operator-tools-1.0.0
            Reporter: Sean Busbey
            Assignee: Sean Busbey
             Fix For: hbase-operator-tools-1.0.0


easy import fixes:

{code}
[INFO] --- maven-checkstyle-plugin:3.0.0:check (default-cli) @ hbase-hbck2 ---
[INFO] There are 2 errors reported by Checkstyle 8.11 with hbase/checkstyle.xml ruleset.
[ERROR] src/main/java/org/apache/hbase/HBCK2.java:[52] (imports) ImportOrder: Wrong order for 'org.apache.logging.log4j.Level' import.
[ERROR] src/test/java/org/apache/hbase/TestSchedulingRecoveries.java:[30] (imports) ImportOrder: Wrong order for 'org.junit.AfterClass' import.
[INFO] ------------------------------------------------------------------------

{code}

little confusing because hbase-operator-tools uses the checkstyle rules from version 2.2.0 of the main repo, but the order is supposed to be "normal stuff, then hbase.thirdparty, then hbase.shaded".



--
This message was sent by Atlassian Jira
(v8.3.2#803003)