Closed maxkratz closed 1 year ago
In some edge cases, the TypeIndexer produced an NPE.
TypeIndexer
Example case:
Root
Subnode
0..1
null
This fix (or another one for this bug) is necessary for our incremental P2P example.
In some edge cases, the
TypeIndexer
produced an NPE.Example case:
Root
Root
has a reference of another type (e.g.,Subnode
) with multiplicity0..1
Root
the reference toSubnode
isnull
This fix (or another one for this bug) is necessary for our incremental P2P example.