불필요한 asInstanceOf 형 변환을 보고하고 제거할 것을 제안합니다.
asInstanceOf
표현식의 타입이 형 변환 타입과 같은 경우 형 변환은 불필요합니다.
예:
"test".asInstanceOf[String]
빠른 수정 적용 후:
"test"