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)