Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.7.0.Release
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
In the following script:
import javax.script.Compilable import javax.script.Bindings import javax.script.AbstractScriptEngine println AbstractScriptEngine println Bindings println Compilable
Organize Imports does not sort the import statements by type name ascending.
Issue Links
- is duplicated by
-
GRECLIPSE-1391
Organize Imports does remove blank lines in import group
-
- relates to
-
GRECLIPSE-1219
Annotations on import statements are removed after organize imports is called
-