Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.1RC1
-
Fix Version/s: 2.1.1Release
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
I have this:
import p.Foo as Bar class Demo { def p() { Bar.m() // there is a method in p.Foo called m } }
when I select the file and ask to organize imports, it deletes the 'as Bar' off my import, leaving the code broken