Skip to content

Commit

Permalink
Issue #96 - Fixed local name output argument problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
seidewitz committed Oct 23, 2020
1 parent 6b4e08c commit 8fbe39a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions org.modeldriven.alf.bundle/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Manifest-Version: 1.0
Automatic-Module-Name: org.modeldriven.alf.bundle
Bnd-LastModified: 1603405265284
Bnd-LastModified: 1603460602370
Build-Jdk: 1.8.0_31
Built-By: seidewitz
Bundle-ClassPath: .,jars/org.modeldriven.alf-1.0.0-SNAPSHOT.jar
Bundle-ManifestVersion: 2
Bundle-Name: org.modeldriven.alf.bundle
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.modeldriven.alf.bundle
Bundle-Version: 1.0.0.20201022222050
Bundle-Version: 1.0.0.20201023134244
Created-By: Apache Maven Bundle Plugin
Embed-Dependency: *;scope=compile;groupId=!org.modeldriven
Embed-Directory: jars
Expand Down
Binary file modified org.modeldriven.alf.eclipse.moka/dist/fuml-eclipse.jar
Binary file not shown.
Binary file modified org.modeldriven.alf.eclipse/dist/alf-eclipse.jar
Binary file not shown.
Binary file modified org.modeldriven.alf.eclipse/dist/fuml-eclipse.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions org.modeldriven.alf.fuml.impl.bundle/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Automatic-Module-Name: org.modeldriven.alf.fuml.impl.bundle
Bnd-LastModified: 1603405266256
Bnd-LastModified: 1603460603513
Build-Jdk: 1.8.0_31
Built-By: seidewitz
Bundle-ClassPath: .,jars/org.modeldriven.alf-1.0.0-SNAPSHOT.jar,jars/org
Expand All @@ -9,7 +9,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: org.modeldriven.alf.fuml.impl.bundle
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-SymbolicName: org.modeldriven.alf.fuml.impl.bundle
Bundle-Version: 1.0.0.20201022222050
Bundle-Version: 1.0.0.20201023134244
Created-By: Apache Maven Bundle Plugin
Embed-Dependency: *;scope=compile;groupId=!org.modeldriven
Embed-Directory: jars
Expand Down
Binary file modified org.modeldriven.alf.fuml.impl/dist/alf.jar
Binary file not shown.
Binary file modified org.modeldriven.alf/dist/alf-base.jar
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ public Map<String, AssignedSource> getAssignmentsAfterMap(ElementReference refer
if (lhs != null) {
lhs.getImpl().setAssignmentBefore(assignmentsBefore);
lhs.getImpl().setCurrentScope(this.currentScope);

// NOTE: Force recomputation of LHS referent, in case
// derived LHS already existed.
lhs.getImpl().setReferent(null);

ElementReference parameter =
invocation.getImpl().parameterNamed(output.getName(), referent);
Expand Down

0 comments on commit 8fbe39a

Please sign in to comment.