You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The preprocessing runs into an infinite loop if the model contains an AutoGenerator for an entity as follows.
entity A {
ref1 : B
}
entity B{
ref2 : A
}
Excluding the reference from the Autogenerator will help. The problem will likely also occur with recursive structures.
The relevant line is line 884 of PreprocessModel.xtend
The text was updated successfully, but these errors were encountered:
The preprocessing runs into an infinite loop if the model contains an AutoGenerator for an entity as follows.
Excluding the reference from the Autogenerator will help. The problem will likely also occur with recursive structures.
The relevant line is line 884 of PreprocessModel.xtend
The text was updated successfully, but these errors were encountered: