You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Nick Dimiduk (Jira)" <ji...@apache.org> on 2022/04/21 09:53:00 UTC

[jira] [Created] (HBASE-26965) Replace fully qualified class names with import statements where possible

Nick Dimiduk created HBASE-26965:
------------------------------------

             Summary: Replace fully qualified class names with import statements where possible
                 Key: HBASE-26965
                 URL: https://issues.apache.org/jira/browse/HBASE-26965
             Project: HBase
          Issue Type: Task
            Reporter: Nick Dimiduk


Over on HBASE-26954, it was noticed that our enforcer check missed a class. Turns out, the restrict-imports enforcer-rule only works on import statements. Let's take a pass for fully qualified classes uses outside of import statements and see if we can reduce their number, so as to avoid this type of mistake in the future.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)