ent = ImmutableList.of(new BrokenRepresentation(ImmutableList.of()),new BrokenRepresentation(ImmutableList.of(STR0))) | ent = Arrays.asList(new BrokenRepresentation(Collections.emptyList()),new BrokenRepresentation(Collections.singletonList(STR0))) | ImmutableList.of(new BrokenRepresentation(ImmutableList.of()),new BrokenRepresentation(ImmutableList.of(STR0))) | Arrays.asList(new BrokenRepresentation(Collections.emptyList()),new BrokenRepresentation(Collections.singletonList(STR0))) | dropwizard | 0d143d7bc35351a135f8dc82c5e6f78d1eb39268 | io.dropwizard.jersey.jackson.JsonProcessingExceptionMapperTest | | | | | | AssignedTo | True |