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

Commit

Permalink
https://github.com/Yakindu/sctpro/issues/1453
Browse files Browse the repository at this point in the history
for every declaration a new DerivedEList was created. Use direct access
to members instead of declarations
  • Loading branch information
andreasmuelder committed Apr 19, 2018
1 parent c9ba225 commit cbb6892
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -97,7 +97,7 @@ class StructureMapping {
}

protected def doCreateAndAddImportDecl(Declaration decl, Scope scope){
scope.declarations += SGraphFactory.eINSTANCE.createImportDeclaration => [
scope.members += SGraphFactory.eINSTANCE.createImportDeclaration => [
name = decl.name
declaration = decl
]
Expand Down

0 comments on commit cbb6892

Please sign in to comment.