Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enum 변환 과정에서 null이 들어가는 오류 #129

Open
mclub4 opened this issue Jun 2, 2024 · 0 comments
Open

Enum 변환 과정에서 null이 들어가는 오류 #129

mclub4 opened this issue Jun 2, 2024 · 0 comments
Labels
🐛 bug 버그 🔴 priority high High Priority

Comments

@mclub4
Copy link
Member

mclub4 commented Jun 2, 2024

What is the bug?

image

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)

@mclub4 mclub4 added 🐛 bug 버그 🔴 priority high High Priority labels Jun 2, 2024
@mclub4 mclub4 changed the title 그거 null값 들어가는 그거 있자너 Enum 변환 과정에서 null이 들어가는 오류 Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug 버그 🔴 priority high High Priority
Projects
None yet
Development

No branches or pull requests

1 participant