Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Preprocessing] of AutoGenerator stumbles over two "opposite" references #8

Open
sacnl opened this issue Aug 5, 2013 · 0 comments
Open

Comments

@sacnl
Copy link
Contributor

sacnl commented Aug 5, 2013

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

janernsting pushed a commit that referenced this issue Dec 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant