list.sort(comparator)로 대체 가능한 Collections.sort(list, comparator) 호출을 보고합니다.

Collections.sort는 래퍼에 불과하므로 인스턴스 메서드를 직접 사용하는 것이 좋습니다.