wmyywm / eclipse-code-formatter-intellij-plugin

Automatically exported from code.google.com/p/eclipse-code-formatter-intellij-plugin
0 stars 0 forks source link

Organize imports not 1:1 to Eclipse organizing imports #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have made a simple Play! Framework Controller that uses a Play! Module (named 
"Deadbolt"). I turned on the "new experimental import optimizer" (using 1.5.2.1 
beta). In Eclipse i am using the default settings for organizing imports 
(screen).

All formatting is fine but the ordering of the import statement for 
"controllers.deadbolt.Restrict" is confusing and different to the eclipse 
ordering. 

Hope the screens may help. Let me know if you need more information.

Original issue reported on code.google.com by bsv1...@googlemail.com on 21 Mar 2012 at 12:06

Attachments:

GoogleCodeExporter commented 9 years ago
could you copy paste your imports formatted by eclipse?

Original comment by vojta.kr...@gmail.com on 21 Mar 2012 at 12:14

GoogleCodeExporter commented 9 years ago
import java.util.Arrays;

import models.Deployment;
import play.jobs.Job;
import play.mvc.Before;
import controllers.deadbolt.Restrict;

Original comment by bsv1...@googlemail.com on 21 Mar 2012 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by vojta.kr...@gmail.com on 21 Mar 2012 at 1:32

GoogleCodeExporter commented 9 years ago
you can download new version

Original comment by vojta.kr...@gmail.com on 21 Mar 2012 at 5:15