프로젝트 중
소스에 이상이 없는데 0 line
Internal compiler error: Classcast exception에러가 뜬다.
내가 알아본 결과는 lombok과 eclipse사이의 호환성 문제였다.
해결책1. lombok버전 맞추기 ex) 1.16.20 -> 1.16.18
해결책2. @Getter, @Setter등 lombok 어노테이션 제거. 특히 @Getter, @Setter관련 문제라 @Data로 바꾸면 된다는 글도 있었지만, 해당 소스 담당자는 Getter, Setter를 직접 선언해서 했다.
'IT' 카테고리의 다른 글
Windows Server offline Redis 설치 (0) | 2024.02.27 |
---|---|
yarn intall --offline 시 unable to verify the first certificate 오류 (0) | 2020.11.10 |
단축평가(short-circuit) (0) | 2020.07.07 |
v-if vs v-show (0) | 2020.06.19 |
[디자인패턴]단일 책임 원칙(Single Responsibility Principle) (0) | 2020.04.27 |