Skip to content

Original factory init method correction#2

Closed
HeikoKlare wants to merge 2 commits intotsaglam:masterfrom
HeikoKlare:old-factory-init-method
Closed

Original factory init method correction#2
HeikoKlare wants to merge 2 commits intotsaglam:masterfrom
HeikoKlare:old-factory-init-method

Conversation

@HeikoKlare
Copy link
Contributor

This pull request introduces a modification mechanism for the init method of the originally generated Ecore factories. They originally utilize the namespace URI to retrieve the factory from the global registry, but these generated factories are only to be used internally and not registered globally, which is why this retrieval fails. The modification logic removes that registry lookup and just creates a new factory.

@HeikoKlare
Copy link
Contributor Author

There seems to be an issue with the ASTUtil modification, so please do not merge yet. I will push a fix soon.

@HeikoKlare HeikoKlare closed this Mar 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments