불필요한 import 별칭을 보고합니다.

예:


  import com.foo.Bar as Bar

빠른 수정 적용 후:


  import com.foo.Bar