-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
What is the bug?
String을 Enum으로 변환하는 과정에서, 만약에 enum에 존재하지 않는 값이라면, null 값이 들어갑니다.
Under what circumstances does the bug occur?
없는 값이라면 List 자체가 null이 되는 것이 아닌, 리스트안에 null이라는 Element가 들어가고, Repository 단에서 비교할 때, 오류가 납니다.
OccupationClassitication 말고도 ApplicationState에서도 똑같은 현상이 나타납니다.
Occured Result
Describe the occured result would have been.
Reference Materials (Optional)
Reactions are currently unavailable
