-
-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Description
I have an object with a field that is a Array. If the Array contains an entry that is null, then I get the following exception:
java.lang.IllegalArgumentException: argument should not be null
at org.javers.common.validation.Validate.argumentsAreNotNull(Validate.java:33)
at org.javers.core.metamodel.object.GlobalIdFactory.createId(GlobalIdFactory.java:44)
at org.javers.core.graph.LiveCdoFactory.create(LiveCdoFactory.java:29)
at org.javers.core.graph.LiveCdoFactory.create(LiveCdoFactory.java:15)
at org.javers.core.graph.EdgeBuilder$MultiEdgeContainerBuilderFunction.apply(EdgeBuilder.java:72)
at org.javers.core.metamodel.type.ListType.map(ListType.java:33)
This issue is similar to #676。
Reactions are currently unavailable