Collections.emptyList() 또는 Collections.singletonList() 호출을 Arrays.asList() 호출로 대체합니다.

프로젝트 또는 모듈의 언어 수준이 9인 경우:

프로젝트 또는 모듈에서 Guava 라이브러리를 사용하며 언어 수준이 9이하인 경우, 인텐션은 Collections.emptyList() 또는 Collections.singletonList() 호출을 각각 com.google.common.collect.ImmutableList, com.google.common.collect.ImmutableSet 또는 com.google.common.collect.ImmutableMap으로 대체합니다.