Serializable 경고 표시되지 않게 하기 – Warning: The serializable class UserException does not declare a static final serialVersionUID field of type long
CODEDRAGON ㆍDevelopment/Java
반응형
Serializable 경고 표시하지 않게 하기
경고 메시지
The serializable class UserException does not declare a static final serialVersionUID field of type long |
|
설정 변경 전
eclipse: WIndows >> Perferences
왼쪽 창에서
Java >> Compiler >> Errors/Warnings 클릭 >>
오른쪽 창에서
Potential Programming problems항목 확장하면 하단에 Serializable class without serialVersionUID:항목이 보입니다.
Serializable class without serialVersionUID:항목을 Warning -> Ignore로 변경 >> Apply버튼 >> OK
Yes
설정 변경 후
'Development > Java' 카테고리의 다른 글
OverloadingEx01-메서드 오버로딩 (0) | 2015.08.26 |
---|---|
이클립스에서 인자값을 전달하면서 출력결과 확인하기 (0) | 2015.08.21 |
static 메소드(클래스 메소드) (0) | 2015.08.19 |
All that 사과(Apple) (0) | 2015.08.18 |
OverloadingEx04-생성자 오버로딩 (0) | 2015.08.18 |