Skip to content

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

@mclub4

Description

@mclub4

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions