[jira] [Updated] (CARBONDATA-3563) optimize java code checkstyle for RedundantImport rule

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Updated] (CARBONDATA-3563) optimize java code checkstyle for RedundantImport rule

Akash R Nilugal (Jira)

     [ https://issues.apache.org/jira/browse/CARBONDATA-3563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

lamber-ken updated CARBONDATA-3563:
-----------------------------------
    Fix Version/s:     (was: 1.6.1)
                   2.0.0

> 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: 10m
>  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)