lamber-ken created CARBONDATA-3563:
--------------------------------------
Summary: optimize java code checkstyle for RedundantImport rule
Key: CARBONDATA-3563
URL:
https://issues.apache.org/jira/browse/CARBONDATA-3563 Project: CarbonData
Issue Type: Improvement
Components: core, hadoop-integration
Affects Versions: 1.6.0
Reporter: lamber-ken
Fix For: 1.6.1
Checks for redundant import statements. An import statement is considered redundant if:
* It is a duplicate of another import.
* The class non-statically imported is from the java.lang package, e.g. importing java.lang.String.
* The class non-statically imported is from the same package as the current package.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)