79634368

Date: 2025-05-22 19:03:13
Score: 1.5
Natty:
Report link

Map implementations are allowed to contain null mappings. If you called motherChildIndex.put(personId, null) and then called motherChildIndex.getOrDefault(personId, Collections.emptySet()), it would return null, not an empt set.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
Posted by: Kylos