Reports unnecessary import aliases.
Example:
import com.foo.Bar as Bar
After the quick-fix is applied:
import com.foo.Bar