Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Rename internal inference method to 'doInfer' to avoid recursions. #1044

Merged
merged 1 commit into from
Oct 19, 2016

Conversation

tkutz
Copy link
Contributor

@tkutz tkutz commented Oct 18, 2016

When inferTypeDispatch is called with an EObject for which no specific implementation was found, infer(EObject) is called per default which calls inferTypeDispatch() which results in an recursion. Renaming the internal dispatch methods to 'doInfer' solves the problem.

When inferTypeDispatch is called with an EObject for which no specific implementation was found, infer(EObject) is called per default which calls inferTypeDispatch() which results in an recursion. Renaming the internal dispatch methods to 'doInfer' solves the problem.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants