fixture-monkey
fixture-monkey copied to clipboard
Figure out why generating empty container in key
https://github.com/naver/fixture-monkey/pull/418
Map<Map<String, String>, String>> 처럼 key 값이 컨테이너인 경우 생성할 때 반복적으로 size가 0인 경우가 발생한다.
size가 0이 되어 중복된 키가 발생하여 객체 생성에 실패하게 된다.
원인을 조사하고 정리한다.