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
-
Activity
Andrew Eisenberg
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Link |
This issue is duplicated by |
Andrew Eisenberg
made changes -
| Link |
This issue relates to |
Andrew Eisenberg
made changes -
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Assignee | Andrew Eisenberg [ werdna ] | |
| Fix Version/s | 2.7.0.Release [ 18349 ] | |
| Resolution | Fixed [ 1 ] |
Looks like this is a regression that has come from the work on
GRECLIPSE-1219.