Community
Participate
Working Groups
The organize imports action does not shorten type references. Thus, given class Test implements java.io.Serializable { } and hitting CMD-SHIFT-O introduces a new import statement, without changing the reference to "Serializable". The import is marked as unused, but cannot be pruned with another CMD-SHIFT-O.
Not 2.1
Fixed in HEAD. We're better than JDT now ;-)
.
Requested via bug 522520. -M.