-
Bug
-
Resolution: Done
-
Major
-
6.1.0.CR2
-
None
@PlanningEntity public class TestdataEntityCollectionPropertyEntity extends TestdataObject { private List<TestdataEntityCollectionPropertyEntity> entityList; private Set<TestdataEntityCollectionPropertyEntity> entitySet; private Map<String, TestdataEntityCollectionPropertyEntity> stringToEntityMap; private Map<TestdataEntityCollectionPropertyEntity, String> entityToStringMap; private Map<String, List<TestdataEntityCollectionPropertyEntity>> stringToEntityListMap;
The last field, stringToEntityListMap, should also clone the map values List<TestdataEntityCollectionPropertyEntity>.