Java - java.util.ConcurrentModificationException 원인과 해결 방법
·
나의 에러 일지
배경 프로젝트를 진행하면서 피드의 ImageUrl을 수정하는 로직이 있었는데 여기서 java.util.ConcurrentModificationException 예외가 발생했다. ConcurrentModificationException는 무엇이고 어떻게 해결할 수 있는지 알아보자 private void removeFeedImages(List removeImageUrls, Feed feed) { if (removeImageUrls != null) { if (feed.isImageUrlsSizeOne()) { log.debug("FeedService.updateFeed exception occur " + "removeImageUrls : {}, saveFeedImageUrls : {}", removeImage..
Cold Bean
'ConcurrentModificationException' 태그의 글 목록