diff --git a/org.modeldriven.alf.bundle/META-INF/MANIFEST.MF b/org.modeldriven.alf.bundle/META-INF/MANIFEST.MF index e498e97d8..a2ea84db5 100644 --- a/org.modeldriven.alf.bundle/META-INF/MANIFEST.MF +++ b/org.modeldriven.alf.bundle/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Automatic-Module-Name: org.modeldriven.alf.bundle -Bnd-LastModified: 1604033112555 +Bnd-LastModified: 1661297744222 Build-Jdk: 1.8.0_31 Built-By: seidewitz Bundle-ClassPath: .,jars/org.modeldriven.alf-1.0.0-SNAPSHOT.jar @@ -8,7 +8,7 @@ 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.20201030044434 +Bundle-Version: 1.0.0.20220823233512 Created-By: Apache Maven Bundle Plugin Embed-Dependency: *;scope=compile;groupId=!org.modeldriven Embed-Directory: jars diff --git a/org.modeldriven.alf.eclipse.moka/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf b/org.modeldriven.alf.eclipse.moka/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf index 8c67b6ea3..9b307a8da 100644 --- a/org.modeldriven.alf.eclipse.moka/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf +++ b/org.modeldriven.alf.eclipse.moka/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf @@ -27,7 +27,7 @@ abstract class QueueImpl specializes CollectionImpl { } protected firstImpl(): any[0..1] { - this.content->First(); + return this.content->First(); } protected removeFirstImpl (): any[0..1] { diff --git a/org.modeldriven.alf.eclipse.moka/dist/fuml-eclipse.jar b/org.modeldriven.alf.eclipse.moka/dist/fuml-eclipse.jar index 584787462..1e7d1a67d 100644 Binary files a/org.modeldriven.alf.eclipse.moka/dist/fuml-eclipse.jar and b/org.modeldriven.alf.eclipse.moka/dist/fuml-eclipse.jar differ diff --git a/org.modeldriven.alf.eclipse/Libraries/uml/Alf.library.uml b/org.modeldriven.alf.eclipse/Libraries/uml/Alf.library.uml index f952fd7df..8e9dc9631 100644 --- a/org.modeldriven.alf.eclipse/Libraries/uml/Alf.library.uml +++ b/org.modeldriven.alf.eclipse/Libraries/uml/Alf.library.uml @@ -14011,56 +14011,65 @@ - + + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + - - - + + + - + - - - - - + + + + + - - - - + + + + - - - + + + - + + diff --git a/org.modeldriven.alf.eclipse/Models/Alf/Library/CollectionClasses/Impl/QueueImpl.alf b/org.modeldriven.alf.eclipse/Models/Alf/Library/CollectionClasses/Impl/QueueImpl.alf index 8c67b6ea3..9b307a8da 100644 --- a/org.modeldriven.alf.eclipse/Models/Alf/Library/CollectionClasses/Impl/QueueImpl.alf +++ b/org.modeldriven.alf.eclipse/Models/Alf/Library/CollectionClasses/Impl/QueueImpl.alf @@ -27,7 +27,7 @@ abstract class QueueImpl specializes CollectionImpl { } protected firstImpl(): any[0..1] { - this.content->First(); + return this.content->First(); } protected removeFirstImpl (): any[0..1] { diff --git a/org.modeldriven.alf.eclipse/dist/alf-eclipse.jar b/org.modeldriven.alf.eclipse/dist/alf-eclipse.jar index 222b38dc5..21c4d85e3 100644 Binary files a/org.modeldriven.alf.eclipse/dist/alf-eclipse.jar and b/org.modeldriven.alf.eclipse/dist/alf-eclipse.jar differ diff --git a/org.modeldriven.alf.eclipse/launch/alfc.launch b/org.modeldriven.alf.eclipse/launch/alfc.launch index 249ce1bf1..588d807cd 100644 --- a/org.modeldriven.alf.eclipse/launch/alfc.launch +++ b/org.modeldriven.alf.eclipse/launch/alfc.launch @@ -1,21 +1,21 @@ - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + diff --git a/org.modeldriven.alf.fuml.impl.bundle/META-INF/MANIFEST.MF b/org.modeldriven.alf.fuml.impl.bundle/META-INF/MANIFEST.MF index 5c0095da6..82ff7f366 100644 --- a/org.modeldriven.alf.fuml.impl.bundle/META-INF/MANIFEST.MF +++ b/org.modeldriven.alf.fuml.impl.bundle/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Automatic-Module-Name: org.modeldriven.alf.fuml.impl.bundle -Bnd-LastModified: 1604033113634 +Bnd-LastModified: 1661297745291 Build-Jdk: 1.8.0_31 Built-By: seidewitz Bundle-ClassPath: .,jars/org.modeldriven.alf-1.0.0-SNAPSHOT.jar,jars/org @@ -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.20201030044434 +Bundle-Version: 1.0.0.20220823233512 Created-By: Apache Maven Bundle Plugin Embed-Dependency: *;scope=compile;groupId=!org.modeldriven Embed-Directory: jars diff --git a/org.modeldriven.alf.fuml.impl/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf b/org.modeldriven.alf.fuml.impl/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf index 8c67b6ea3..9b307a8da 100644 --- a/org.modeldriven.alf.fuml.impl/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf +++ b/org.modeldriven.alf.fuml.impl/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf @@ -27,7 +27,7 @@ abstract class QueueImpl specializes CollectionImpl { } protected firstImpl(): any[0..1] { - this.content->First(); + return this.content->First(); } protected removeFirstImpl (): any[0..1] { diff --git a/org.modeldriven.alf.fuml.impl/dist/alf.jar b/org.modeldriven.alf.fuml.impl/dist/alf.jar index b853a71b0..7782f269e 100644 Binary files a/org.modeldriven.alf.fuml.impl/dist/alf.jar and b/org.modeldriven.alf.fuml.impl/dist/alf.jar differ diff --git a/org.modeldriven.alf/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf b/org.modeldriven.alf/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf index 8c67b6ea3..9b307a8da 100644 --- a/org.modeldriven.alf/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf +++ b/org.modeldriven.alf/Libraries/alf/Alf/Library/CollectionClasses/Impl/QueueImpl.alf @@ -27,7 +27,7 @@ abstract class QueueImpl specializes CollectionImpl { } protected firstImpl(): any[0..1] { - this.content->First(); + return this.content->First(); } protected removeFirstImpl (): any[0..1] { diff --git a/org.modeldriven.alf/dist/alf-base.jar b/org.modeldriven.alf/dist/alf-base.jar index 887a699c9..daacd58f9 100644 Binary files a/org.modeldriven.alf/dist/alf-base.jar and b/org.modeldriven.alf/dist/alf-base.jar differ diff --git a/org.modeldriven.alf/src/org/modeldriven/alf/execution/AlfBase.java b/org.modeldriven.alf/src/org/modeldriven/alf/execution/AlfBase.java index 0f91fa61b..32ff5ff31 100644 --- a/org.modeldriven.alf/src/org/modeldriven/alf/execution/AlfBase.java +++ b/org.modeldriven.alf/src/org/modeldriven/alf/execution/AlfBase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2011-2020 Model Driven Solutions, Inc. + * Copyright 2011-2022 Model Driven Solutions, Inc. * All rights reserved worldwide. This program and the accompanying materials * are made available for use under the terms of the GNU General Public License * (GPL) version 3 that accompanies this distribution and is available at @@ -24,7 +24,7 @@ public abstract class AlfBase { - public static final String ALF_VERSION = "1.1.0k"; + public static final String ALF_VERSION = "1.1.0l-maint"; protected boolean isVerbose = false;