[
https://issues.apache.org/jira/browse/CARBONDATA-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jacky Li resolved CARBONDATA-3563.
----------------------------------
Resolution: Fixed
> 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
> Priority: Minor
> Fix For: 2.0.0
>
> Time Spent: 1h
> Remaining Estimate: 0h
>
> 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)