[ 
https://issues.apache.org/jira/browse/GIRAPH-230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404859#comment-13404859
 ] 

Alessandro Presta commented on GIRAPH-230:
------------------------------------------

For IntelliJ IDEA: Project Settings -> Code Style -> Java -> Imports, and you 
can setup the template and also disable star import.
To have the IDE automatically optimize imports, IDE Settings -> Editor -> Auto 
Import -> Optimize imports on the fly.

The imports order is a per-project setting, so it would go in the standard 
settings that we were thinking of adding to the repo.

Similar story for Eclipse: 
http://help.eclipse.org/helios/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2Freference%2Fpreferences%2Fjava%2Fcodestyle%2Fref-preferences-organize-imports.htm
                
> Uniform imports order
> ---------------------
>
>                 Key: GIRAPH-230
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-230
>             Project: Giraph
>          Issue Type: Improvement
>            Reporter: Alessandro Presta
>            Assignee: Alessandro Presta
>            Priority: Minor
>         Attachments: GIRAPH-230.patch
>
>
> The order of imports currently varies from class to class.
> Enforcing a standard order can make our codebase more readable and let our 
> IDEs manage imports automatically without polluting diffs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to