Started by an SCM change Running as SYSTEM Agent centos-7-wkgjn is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-wkgjn" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.papyrus.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-wkgjn" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-wkgjn" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-papyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-wkgjn (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/papyrus-bpmn-master [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-bpmn.git > git init /home/jenkins/agent/workspace/papyrus-bpmn-master # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-bpmn.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-bpmn.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus-bpmn.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision d2dbfec9c25d5d3bd5c5b0a69b732129d4e5a8b6 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f d2dbfec9c25d5d3bd5c5b0a69b732129d4e5a8b6 # timeout=10 Commit message: "Bug 569806 - [BPMN] Update to Papyrus 2020-12" First time build. Skipping changelog. $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [papyrus-bpmn-master] $ vncserver -list Starting xvnc [papyrus-bpmn-master] $ Xvnc :31 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Fri Jul 30 05:35:23 2021 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5931 vncext: created VNC server for screen 0 [papyrus-bpmn-master] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/papyrus-bpmn-master/.repository clean verify -Peclipse-pack -Peclipse-sign -Pproduct Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.12.7-300.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/pom.xml [INFO] Fetching 202012161000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-12/ [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (743.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (743.15kB) [INFO] Unpacking com.google.guava_27.1.0.v20190517-1946... [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.67MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.67MB) [INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749... [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.28MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.28MB) [INFO] Unpacking com.sun.jna_4.5.1.v20190425-1842... [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (328.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (328.72kB) [INFO] Unpacking com.sun.jna.platform_4.5.1.v20190425-1842... [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.66kB) [INFO] Unpacking javax.annotation_1.3.5.v20200909-1856... [INFO] Fetching org.eclipse.osgi_3.16.100.v20201030-1916.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (468.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.16.100.v20201030-1916.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (468.96kB) [INFO] Unpacking org.eclipse.osgi_3.16.100.v20201030-1916... [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13kB) [INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037... [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.73kB) [INFO] Unpacking org.apache.xmlgraphics_2.4.0.v20200622-2037... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (95.26kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.59kB) [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.39kB) [INFO] Unpacking org.apache.batik.css_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (63.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (63.23kB) [INFO] Unpacking org.apache.batik.util_1.13.0.v20200622-2037... [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.47kB) [INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037... [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.35kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.7kB) [INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029... [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.71kB) [INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502... [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (155.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939... [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.97kB) [INFO] Unpacking org.eclipse.osgi.services_3.9.0.v20200511-1725... [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.65kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141... [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.46kB) [INFO] Unpacking org.eclipse.ant.core_3.5.800.v20200608-1251... [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.03kB) [INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101... [INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.44kB) [INFO] Unpacking org.eclipse.core.runtime_3.20.0.v20201027-1526... [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.82kB) [INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107... [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.1kB) [INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339... [INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.04kB) [INFO] Unpacking org.eclipse.equinox.common_3.14.0.v20201102-2053... [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.25kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.800.v20200724-0804... [INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.6kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.8.100.v20201102-2042... [INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.18kB) [INFO] Unpacking org.eclipse.equinox.registry_3.10.0.v20201107-1818... [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (56.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (56.91kB) [INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123... [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.74kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848... [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.71kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651... [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.67kB) [INFO] Unpacking org.eclipse.core.expressions_3.7.0.v20200720-1126... [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.14kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.1100.v20201029-1159... [INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (99.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (99.95kB) [INFO] Unpacking org.eclipse.text_3.10.400.v20200925-0557... [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.79kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734... [INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.03kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.1000.v20200909-1312... [INFO] Fetching org.eclipse.core.resources_3.13.900.v20201105-1507.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (875.9kB) [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.08kB) [INFO] Unpacking org.eclipse.equinox.app_1.5.0.v20200717-0620... [INFO] Fetching org.eclipse.debug.core_3.17.0.v20201109-1948.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (125.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.17.0.v20201109-1948.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (125.99kB) [INFO] Unpacking org.eclipse.debug.core_3.17.0.v20201109-1948... [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.78kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.88kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.66kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710... [INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.95kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.95kB) [INFO] Unpacking org.eclipse.e4.core.services_2.2.500.v20200928-2213... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.72kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.43kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.73kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.16kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (484.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (484.27kB) [INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516... [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132... [INFO] Fetching org.eclipse.swt_3.115.100.v20201202-1103.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.115.100.v20201202-1103.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.04kB) [INFO] Unpacking org.eclipse.swt_3.115.100.v20201202-1103... [INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.15kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.4.0.v20201014-0944... [INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (361.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (361.85kB) [INFO] Unpacking org.eclipse.jface_3.22.0.v20201106-0834... [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (66.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (66.15kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.7kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.78kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147... [INFO] Fetching org.eclipse.e4.ui.di_1.2.900.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.900.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.74kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.900.v20201021-1339... [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.64kB) [INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (110.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (110.29kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742... [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.65kB) [INFO] Unpacking org.eclipse.equinox.event_1.5.500.v20200616-0800... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.46kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339... [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.41kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132... [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.86kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.12kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.8kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (94.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (94.41kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.44kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952... [INFO] Fetching org.eclipse.jface.databinding_1.12.100.v20201014-0742.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.12.100.v20201014-0742.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.77kB) [INFO] Unpacking org.eclipse.jface.databinding_1.12.100.v20201014-0742... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339... [INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.69kB) [INFO] Unpacking org.eclipse.urischeme_1.1.200.v20201104-0938... [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.73kB) [INFO] Unpacking org.eclipse.emf.common_2.21.0.v20200917-1439... [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.6kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402... [INFO] Fetching org.eclipse.ui_3.118.100.v20201123-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (339.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.118.100.v20201123-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (339.74kB) [INFO] Unpacking org.eclipse.ui_3.118.100.v20201123-0719... [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.19kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451... [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (96.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (96.85kB) [INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401... [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (109.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (109.14kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.19.0.v20200917-1406... [INFO] Fetching org.eclipse.ui.views_3.10.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.10.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.23kB) [INFO] Unpacking org.eclipse.ui.views_3.10.500.v20201021-1339... [INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201122-1345.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (961.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201122-1345.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (961.46kB) [INFO] Unpacking org.eclipse.ui.workbench_3.122.0.v20201122-1345... [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.45kB) [INFO] Unpacking org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (85.1kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.56kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.11kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.04kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.3kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601... [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.38kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (47.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (47.99kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (116.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (116.64kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.19kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.18kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (74.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (74.47kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.85kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.94kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.86kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.28kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (105.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (105.81kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.64kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505... [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.56kB) [INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (121.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (121.9kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.62kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739... [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (257.14kB) [INFO] Fetching org.eclipse.ui.console_3.10.0.v20201021-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.10.0.v20201021-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.03kB) [INFO] Unpacking org.eclipse.ui.console_3.10.0.v20201021-1231... [INFO] Fetching org.eclipse.jface.text_3.16.500.v20201112-1545.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (316.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.16.500.v20201112-1545.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (316.84kB) [INFO] Unpacking org.eclipse.jface.text_3.16.500.v20201112-1545... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (239.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (239.2kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727... [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (124.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (124.96kB) [INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621... [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (190.36kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (120.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (120.7kB) [INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755... [INFO] Fetching org.eclipse.jdt.core_3.24.0.v20201123-0742.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (6.89MB) [INFO] Fetching org.eclipse.jdt.debug_3.17.0.v20201117-1145.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (900.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.17.0.v20201117-1145.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (900.98kB) [INFO] Unpacking org.eclipse.jdt.debug_3.17.0.v20201117-1145... [INFO] Fetching org.eclipse.jdt.launching_3.19.0.v20201106-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (282.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.19.0.v20201106-0848.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (282.53kB) [INFO] Unpacking org.eclipse.jdt.launching_3.19.0.v20201106-0848... [INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.74kB) [INFO] Unpacking org.eclipse.jface.notifications_0.2.100.v20201130-1828... [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.03MB) [INFO] Unpacking org.eclipse.uml2.uml_5.5.0.v20200302-1312... [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.94kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.core_5.0.0.202012091059... [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (144.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (144.31kB) [INFO] Unpacking org.apache.log4j_1.2.15.v201012070815... [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.47kB) [INFO] Unpacking org.eclipse.papyrus.emf_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.19kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.05kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.65kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (307.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (307.02kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.71kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.core_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.26kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.69kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.97kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.27kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.53kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202012091059... [INFO] Fetching org.eclipse.pde.core_3.14.100.v20201116-1221.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.33MB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.75kB) [INFO] Unpacking org.eclipse.papyrus.infra.architecture_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.core_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (99.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (99.84kB) [INFO] Unpacking org.eclipse.papyrus.infra.core_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.87kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.architecture_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.14kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.log_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.73kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.edit_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.tools_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.tools_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.98kB) [INFO] Unpacking org.eclipse.papyrus.infra.tools_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.22kB) [INFO] Unpacking org.eclipse.papyrus.infra.types_5.0.0.202012091059... [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.5kB) [INFO] Unpacking org.eclipse.uml2.types_2.5.0.v20200302-1312... [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.02kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.49kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202012091059... [INFO] Fetching org.eclipse.pde.build_3.10.900.v20201111-1557.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (478.05kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.100.v20201202-1103.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.100.v20201202-1103.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.1MB) [INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.115.100.v20201202-1103... [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.12kB) [INFO] Unpacking org.eclipse.uml2.common_2.5.0.v20200302-1312... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.71kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (969.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (969.03kB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103... [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.100.v20201202-1103.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (861.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.100.v20201202-1103.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (861.66kB) [INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.115.100.v20201202-1103... [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.architecture:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.architecture/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.architecture:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.architecture/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (931.78kB) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (141.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (141.49kB) [INFO] Unpacking com.google.inject_3.0.0.v201605172100... [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (183.86kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (143.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (143.98kB) [INFO] Unpacking org.apache.commons.codec_1.14.0.v20200818-1422... [INFO] Fetching org.eclipse.compare_3.7.1200.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (306.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.1200.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (306.62kB) [INFO] Unpacking org.eclipse.compare_3.7.1200.v20201020-1107... [INFO] Fetching org.eclipse.ui.ide_3.18.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (949.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.18.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (949.75kB) [INFO] Unpacking org.eclipse.ui.ide_3.18.0.v20201119-1132... [INFO] Fetching org.eclipse.ui.editors_3.13.400.v20200923-1238.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (199.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.13.400.v20200923-1238.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (199.9kB) [INFO] Unpacking org.eclipse.ui.editors_3.13.400.v20200923-1238... [INFO] Fetching org.eclipse.ui.forms_3.11.0.v20201025-0656.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.11.0.v20201025-0656.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123.05kB) [INFO] Unpacking org.eclipse.ui.forms_3.11.0.v20201025-0656... [INFO] Fetching org.eclipse.core.databinding.beans_1.7.100.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.beans_1.7.100.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.28kB) [INFO] Unpacking org.eclipse.core.databinding.beans_1.7.100.v20201021-1339... [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (215.67kB) [INFO] Unpacking org.eclipse.draw2d_3.10.100.201606061308... [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.94kB) [INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111... [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (126.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (126.87kB) [INFO] Unpacking org.eclipse.emf.codegen_2.21.0.v20200708-0547... [INFO] Fetching org.eclipse.emf.codegen.ecore_2.24.0.v20200917-1423.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (416.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore_2.24.0.v20200917-1423.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (416.77kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore_2.24.0.v20200917-1423... [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.4kB) [INFO] Unpacking org.eclipse.emf.databinding_1.5.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.82kB) [INFO] Fetching org.eclipse.ocl_3.15.100.v20201208-2229.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ocl.ecore_3.15.100.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (110.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.ecore_3.15.100.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (110.87kB) [INFO] Unpacking org.eclipse.ocl.ecore_3.15.100.v20201208-2229... [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.97kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.3.0.v20200612-1624... [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (366.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (366.65kB) [INFO] Unpacking org.eclipse.gef_3.11.0.201606061308... [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (101.73kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.5kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739... [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (117.43kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.5kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (318.69kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.59kB) [INFO] Unpacking org.eclipse.jdt.annotation_2.2.600.v20200408-1511... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (105.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (105.65kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (176.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (176.88kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022... [INFO] Fetching org.eclipse.ui.navigator_3.9.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (130.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.9.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (130.94kB) [INFO] Unpacking org.eclipse.ui.navigator_3.9.500.v20201021-1339... [INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (491.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (491.71kB) [INFO] Unpacking org.eclipse.team.ui_3.8.1100.v20200916-0836... [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.2.v20200609-1812.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.04MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.37kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.common_3.10.2.v20200609-1812... [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (275.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (275.14kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20200609-1812... [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.54kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20200609-1812... [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20200609-1812.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.72kB) [INFO] Unpacking org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20200609-1812... [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.42MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.45kB) [INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640... [INFO] Fetching org.eclipse.ocl.common_1.8.500.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common_1.8.500.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.74kB) [INFO] Unpacking org.eclipse.ocl.common_1.8.500.v20201208-2229... [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (70.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (70.24kB) [INFO] Unpacking org.eclipse.ocl.examples.xtext.serializer_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.xtext_2.24.0.v20201130-0914.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (694.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext_2.24.0.v20201130-0914.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (694.53kB) [INFO] Unpacking org.eclipse.xtext_2.24.0.v20201130-0914... [INFO] Fetching org.eclipse.xtext.xbase.lib_2.24.0.v20201130-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.lib_2.24.0.v20201130-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.16kB) [INFO] Unpacking org.eclipse.xtext.xbase.lib_2.24.0.v20201130-0911... [INFO] Fetching org.eclipse.xtext.util_2.24.0.v20201130-0914.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (104.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.util_2.24.0.v20201130-0914.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (104.58kB) [INFO] Unpacking org.eclipse.xtext.util_2.24.0.v20201130-0914... [INFO] Fetching org.eclipse.ocl.pivot_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (922.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (922.44kB) [INFO] Unpacking org.eclipse.ocl.pivot_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.pivot.uml_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (87.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.uml_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (87.96kB) [INFO] Unpacking org.eclipse.ocl.pivot.uml_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (144.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (144.07kB) [INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312... [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (243.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (243.5kB) [INFO] Unpacking org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312... [INFO] Fetching org.eclipse.ocl.xtext.base_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (163.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.base_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (163.21kB) [INFO] Unpacking org.eclipse.ocl.xtext.base_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (161.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (161.18kB) [INFO] Unpacking org.eclipse.ocl.xtext.completeocl_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (220.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (220.8kB) [INFO] Unpacking org.eclipse.ocl.xtext.essentialocl_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.12kB) [INFO] Unpacking org.eclipse.papyrus.infra.architecture.representation_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.82kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.51kB) [INFO] Unpacking org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (310.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (310.29kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.common_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.14kB) [INFO] Unpacking org.eclipse.papyrus.uml.architecture_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (571.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (571.08kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.common_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.tools_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (94.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (94.12kB) [INFO] Unpacking org.eclipse.papyrus.uml.tools_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.38kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.gmf_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.57kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.architecture_1.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.41kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.common.core_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.05kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (52.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (52.9kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.86kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.08kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.51kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.33kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.73kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.07kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.16kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.51kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.99kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.edit_5.0.0.202012091059... [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.77kB) [INFO] Unpacking org.eclipse.uml2.common.edit_2.5.0.v20200302-1312... [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.35kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.71kB) [INFO] Unpacking org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.94kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.appearance_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.75kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.53kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.nattable_6.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (335.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (335.32kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable_7.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (111.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (111.04kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.model_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.19kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (101.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (101.7kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.emf_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (572.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (572.26kB) [INFO] Unpacking org.eclipse.papyrus.infra.widgets_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.61kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.readonly_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.18kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.18kB) [INFO] Unpacking org.eclipse.papyrus.infra.onefile_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.62kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.types_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.46kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.rulebased_5.0.0.202012091059... [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (171.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (171.76kB) [INFO] Unpacking org.eclipse.uml2.uml.edit_5.5.0.v20200302-1312... [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.02kB) [INFO] Unpacking org.eclipse.papyrus.infra.filters_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.56kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.canonical_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.71kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.84kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.18kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (87.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (87.28kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.5kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.decoration_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.sync_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.sync_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.99kB) [INFO] Unpacking org.eclipse.papyrus.infra.sync_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.81kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (54.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (54.18kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.03kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.43kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.97kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.01kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.16kB) [INFO] Unpacking org.eclipse.papyrus.infra.hyperlink_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.47kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.representation_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.68kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.navigation_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.15kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.menu_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.71kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.openelement_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.17kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.39kB) [INFO] Unpacking org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.properties_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.32kB) [INFO] Unpacking org.eclipse.papyrus.infra.properties_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.82kB) [INFO] Unpacking org.eclipse.papyrus.infra.properties.ui_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.46kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.common_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.29kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.common_6.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.74kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202012091059... [INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (178.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (178.18kB) [INFO] Unpacking org.eclipse.xwt_1.6.0.202011091434... [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.05kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202012091059... [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.11kB) [INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220... [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.98kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.localizer_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.98kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.84kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.validation_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.1kB) [INFO] Unpacking org.eclipse.papyrus.uml.appearance_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.35kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable_6.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.09kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.31kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202012091059... [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.29kB) [INFO] Unpacking org.eclipse.uml2.uml.editor_5.5.0.v20200302-1312... [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (385.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (385.79kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.clazz_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (230.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (230.76kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.communication_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (206.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (206.84kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.component_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (450.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (450.68kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.composite_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (178.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (178.41kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.deployment_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.16kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.interactionoverview_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (215.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (215.06kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.profile_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (460.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (460.71kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.sequence_6.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (216.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (216.54kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.statemachine_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (270.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (270.16kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.timing_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (209.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (209.05kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.usecase_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (944.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (944.48kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.activity_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.14kB) [INFO] Unpacking org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.31kB) [INFO] Unpacking org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (167.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (167.06kB) [INFO] Unpacking org.eclipse.papyrus.uml.service.types_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (52.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (52.29kB) [INFO] Unpacking org.eclipse.papyrus.uml.tools.utils_4.0.0.202012091059... [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (70.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (70.55kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339... [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.72kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.menu_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.profile_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (72.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (72.28kB) [INFO] Unpacking org.eclipse.papyrus.uml.profile_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.8kB) [INFO] Unpacking org.eclipse.papyrus.uml.service.types.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.59kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.54kB) [INFO] Unpacking org.eclipse.papyrus.uml.service.validation_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.32kB) [INFO] Unpacking org.eclipse.papyrus.uml.extensionpoints_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (68.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (68.22kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelrepair_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.papyrus.uml.types.core_5.0.0.202012091059... [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.63kB) [INFO] Unpacking org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312... [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20200302-1312.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.84kB) [INFO] Unpacking org.eclipse.uml2.uml.validation_5.5.0.v20200302-1312... [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.5kB) [INFO] Unpacking org.eclipse.papyrus.views.properties_5.0.0.202012091059... [INFO] Fetching org.eclipse.xtend.lib_2.24.0.v20201130-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib_2.24.0.v20201130-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.83kB) [INFO] Unpacking org.eclipse.xtend.lib_2.24.0.v20201130-0911... [INFO] Fetching org.eclipse.xtend.lib.macro_2.24.0.v20201130-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib.macro_2.24.0.v20201130-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.28kB) [INFO] Unpacking org.eclipse.xtend.lib.macro_2.24.0.v20201130-0911... [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (103.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (103.07kB) [INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130... [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.architecture:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.common:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.common:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.common:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.process:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.process/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.process:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.process/pom.xml [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (245.89kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.process:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.process/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.collaboration:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.collaboration:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.collaboration:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.collaboration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.tests:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.tests:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.78kB) [INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827... [INFO] Fetching org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.98kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.6.0.v20200915-1508... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.55kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.3.900.v20201102-2031... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.tests:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.common.tests:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.common.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.common.tests:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.diagram.common.tests:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn.diagram.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.feature:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/releng/org.eclipse.papyrus.bpmn.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.feature:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/releng/org.eclipse.papyrus.bpmn.feature/pom.xml [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (79.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (79.76kB) [INFO] Unpacking com.google.gson_2.7.0.v20170129-0911... [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (170.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking io.github.classgraph_4.8.35.v20190528-1517... [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.85MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.85MB) [INFO] Unpacking org.apache.ant_1.10.9.v20201106-1946... [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.48kB) [INFO] Unpacking org.apache.commons.cli_1.2.0.v201404270220... [INFO] Fetching org.eclipse.debug.ui_3.14.700.v20201123-0650.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1,019kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.700.v20201123-0650.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1,019kB) [INFO] Unpacking org.eclipse.debug.ui_3.14.700.v20201123-0650... [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.24.0.v20200917-1423.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.24.0.v20200917-1423.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.27kB) [INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.24.0.v20200917-1423... [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.47kB) [INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146... [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.83kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725... [INFO] Fetching org.eclipse.emf.mwe.core_1.6.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.core_1.6.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.51kB) [INFO] Unpacking org.eclipse.emf.mwe.core_1.6.0.v20201119-2018... [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.46kB) [INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.12.0.v20201119-2018... [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.62kB) [INFO] Unpacking org.eclipse.emf.mwe.utils_1.6.0.v20201119-2018... [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.73kB) [INFO] Unpacking org.eclipse.emf.mwe2.language_2.12.0.v20201119-2018... [INFO] Fetching org.eclipse.xtext.common.types_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (133.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (133.75kB) [INFO] Unpacking org.eclipse.xtext.common.types_2.24.0.v20201130-0919... [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.0.v20201119-2018.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.5kB) [INFO] Unpacking org.eclipse.emf.mwe2.launch_2.12.0.v20201119-2018... [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.12kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (518.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (518.04kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435... [INFO] Fetching org.eclipse.jdt.ui_3.22.0.v20201121-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.92MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.22.0.v20201121-1451.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.92MB) [INFO] Unpacking org.eclipse.jdt.ui_3.22.0.v20201121-1451... [INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (214.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (214.49kB) [INFO] Unpacking org.eclipse.search_3.12.100.v20201116-1027... [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.58kB) [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202009181620.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (5.41MB) [INFO] Fetching org.eclipse.ocl.common.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ocl.common.ui_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.examples.debug_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.16kB) [INFO] Unpacking org.eclipse.ocl.examples.debug_2.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (172.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (172.71kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclinecore_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (173.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (173.7kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclstdlib_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.13kB) [INFO] Unpacking org.eclipse.ocl.examples.debug.vm_2.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.97kB) [INFO] Unpacking org.eclipse.ocl.examples.debug.vm.ui_2.13.0.v20201208-2229... [INFO] Fetching org.eclipse.xtext.ui_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (528.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (528.33kB) [INFO] Unpacking org.eclipse.xtext.ui_2.24.0.v20201130-0931... [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.3kB) [INFO] Unpacking org.eclipse.ocl.examples.emf.validation.validity_2.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.72kB) [INFO] Unpacking org.eclipse.ocl.examples.emf.validation.validity.ui_2.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.500.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.500.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.69kB) [INFO] Unpacking org.eclipse.ocl.examples.ui_1.8.500.v20201208-2229... [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.14kB) [INFO] Unpacking org.eclipse.ocl.examples.xtext.console_4.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.39kB) [INFO] Unpacking org.eclipse.ocl.xtext.essentialocl.ui_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.pivot.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.71kB) [INFO] Unpacking org.eclipse.ocl.pivot.ui_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.xtext.ui.shared_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.shared_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.73kB) [INFO] Unpacking org.eclipse.xtext.ui.shared_2.24.0.v20201130-0931... [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (142.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (142.93kB) [INFO] Unpacking org.eclipse.ocl.xtext.completeocl.ui_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (162.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (162.15kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclstdlib.ui_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.77kB) [INFO] Unpacking org.eclipse.ocl.xtext.base.ui_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.xtext.builder_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (121.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.builder_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (121.48kB) [INFO] Unpacking org.eclipse.xtext.builder_2.24.0.v20201130-0931... [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (194.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (194.58kB) [INFO] Unpacking org.eclipse.ocl.xtext.oclinecore.ui_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.54kB) [INFO] Unpacking org.eclipse.ocl.xtext.markup.ui_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.28kB) [INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ui_2.24.0.v20201130-0931... [INFO] Fetching org.eclipse.ocl.xtext.markup_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup_1.13.0.v20201208-2229.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.44kB) [INFO] Unpacking org.eclipse.ocl.xtext.markup_1.13.0.v20201208-2229... [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.73kB) [INFO] Unpacking org.eclipse.papyrus.api.migration.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.11kB) [INFO] Unpacking org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.76MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.76MB) [INFO] Unpacking org.eclipse.papyrus.developer.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (278.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (278.87kB) [INFO] Unpacking org.eclipse.papyrus.dsml.validation.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (180.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (180.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.03MB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (430.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (430.68kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (177.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (177.65kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (5.06MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (5.06MB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (372.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (372.52kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (629.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (629.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (863.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (863.93kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (166.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (166.64kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.08MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.08MB) [INFO] Unpacking org.eclipse.papyrus.infra.architecture.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (458.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (458.68kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.doc_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.23MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.23MB) [INFO] Unpacking org.eclipse.papyrus.req.reqif.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.31MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.31MB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.03MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.03MB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.07MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.07MB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.47MB) [INFO] Unpacking org.eclipse.papyrus.uml.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.23kB) [INFO] Unpacking org.eclipse.papyrus.uml.migration.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.94kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (886.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (886.31kB) [INFO] Unpacking org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (4.52MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (4.52MB) [INFO] Unpacking org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.18MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.18MB) [INFO] Unpacking org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (901.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (901.85kB) [INFO] Unpacking org.eclipse.papyrus.views.properties.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.41kB) [INFO] Unpacking org.eclipse.papyrus.infra.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.3kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (144.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (144.33kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (503.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (503.75kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (157.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (157.82kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (322.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (322.12kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (121.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (121.23kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (567.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (567.6kB) [INFO] Unpacking org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.18kB) [INFO] Unpacking org.eclipse.papyrus.views.references.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (79.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (79.5kB) [INFO] Unpacking org.eclipse.papyrus.views.documentation.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.45kB) [INFO] Unpacking org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (150.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (150.07kB) [INFO] Unpacking org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.51kB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.89kB) [INFO] Unpacking org.eclipse.papyrus.eclipse.project.editors_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.5kB) [INFO] Unpacking org.eclipse.papyrus.editor_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.61kB) [INFO] Unpacking org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.84kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.56kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.38kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.1kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.21kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.97kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.93kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.86kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.81kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.64kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.74kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.45kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.17kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.88kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (75.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (75.51kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.44kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.84kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.67kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.75kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.43kB) [INFO] Unpacking org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.3kB) [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.88kB) [INFO] Unpacking org.eclipse.papyrus.emf.ui_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.78kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.45kB) [INFO] Unpacking org.eclipse.papyrus.extensionpoints.editors_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.63kB) [INFO] Unpacking org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.85kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.02kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints.edit_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.14kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints.editor_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.59kB) [INFO] Unpacking org.eclipse.papyrus.infra.constraints.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.94kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (54.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (54.5kB) [INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.21kB) [INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.68kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.7kB) [INFO] Unpacking org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.45kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.36kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.03kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.39kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.87kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.88kB) [INFO] Unpacking org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.89kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.26kB) [INFO] Unpacking org.eclipse.papyrus.infra.properties.edit_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.82kB) [INFO] Unpacking org.eclipse.papyrus.infra.psf_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.42kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.82kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.edit_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.19kB) [INFO] Unpacking org.eclipse.papyrus.infra.filters.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.3kB) [INFO] Unpacking org.eclipse.papyrus.infra.properties.editor_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.25kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.6kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.14kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.39kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.58kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.52kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.controlmode_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (75.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (75.29kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.11kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.6kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.05kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108.36kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (88.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (88.27kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.79kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.79kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.92kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (68.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (68.22kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.properties_5.0.0.202012091059... [INFO] Fetching org.eclipse.xtext.generator_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (238.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.generator_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (238.54kB) [INFO] Unpacking org.eclipse.xtext.generator_2.24.0.v20201130-0919... [INFO] Fetching org.eclipse.xtext.xbase_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (817.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (817.83kB) [INFO] Unpacking org.eclipse.xtext.xbase_2.24.0.v20201130-0919... [INFO] Fetching org.eclipse.xtext.common.types.ui_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.ui_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.46kB) [INFO] Unpacking org.eclipse.xtext.common.types.ui_2.24.0.v20201130-0931... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.43kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.68kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.semantic_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.68kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.2kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.35kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.56kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.52kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.07kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (17.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.welcome_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.37kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.72kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.91kB) [INFO] Unpacking org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.39kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (85.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (85.18kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.61kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.31kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.32kB) [INFO] Unpacking org.eclipse.papyrus.infra.internationalization.readonly_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.89kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.78kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.controlmode_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.81kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.94kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.58kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.96kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.52kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.properties_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.15kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.93kB) [INFO] Unpacking org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.13kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.38kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.ui_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.32kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.editor_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.newchild.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.08kB) [INFO] Unpacking org.eclipse.papyrus.infra.onefile.ui_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.34kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.architecture_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.27kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.02kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.89kB) [INFO] Unpacking org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.02kB) [INFO] Unpacking org.eclipse.papyrus.infra.types.editor_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.63kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.architecture_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.74kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.resources_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (315.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (315.21kB) [INFO] Unpacking org.eclipse.papyrus.infra.ui.fonts_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.06kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.78kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.86kB) [INFO] Fetching org.eclipse.papyrus.sdk_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.sdk_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.11kB) [INFO] Unpacking org.eclipse.papyrus.sdk_6.0.0.202012091059... [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.36MB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_5.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.25kB) [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (554.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (554.85kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.57kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.common_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.65kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (394.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (394.39kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.libraries_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.32kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (202.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (202.84kB) [INFO] Unpacking org.eclipse.papyrus.uml.alf.ui_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.86kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.77kB) [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.54kB) [INFO] Unpacking org.eclipse.papyrus.uml.commands_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.47kB) [INFO] Unpacking org.eclipse.papyrus.uml.controlmode.profile_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.91kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.17kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.73kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.94kB) [INFO] Unpacking org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.89kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (235.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (235.05kB) [INFO] Unpacking org.eclipse.papyrus.uml.properties_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.13kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.13kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.53kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.css_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.05kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (285.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (285.4kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.icons_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.72kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.06kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (66.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (66.07kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.58kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.75kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.02kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.17kB) [INFO] Unpacking org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.21kB) [INFO] Fetching org.eclipse.ui.intro_3.6.0.v20201120-1551.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (141.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.6.0.v20201120-1551.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (141.91kB) [INFO] Unpacking org.eclipse.ui.intro_3.6.0.v20201120-1551... [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.77kB) [INFO] Unpacking org.eclipse.papyrus.uml.documentation.profile_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.2kB) [INFO] Unpacking org.eclipse.papyrus.uml.export_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (28.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (28.31kB) [INFO] Unpacking org.eclipse.papyrus.uml.expressions_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.38kB) [INFO] Unpacking org.eclipse.papyrus.uml.expressions.edit_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.77kB) [INFO] Unpacking org.eclipse.papyrus.uml.expressions.properties_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.85kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.45MB) [INFO] Unpacking org.eclipse.papyrus.uml.icons_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.65kB) [INFO] Unpacking org.eclipse.papyrus.uml.import_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.44kB) [INFO] Unpacking org.eclipse.papyrus.uml.perspective_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.86kB) [INFO] Unpacking org.eclipse.papyrus.uml.profile.drafter_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.02kB) [INFO] Unpacking org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.22kB) [INFO] Unpacking org.eclipse.papyrus.uml.templaterepository_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.83kB) [INFO] Unpacking org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.86kB) [INFO] Unpacking org.eclipse.papyrus.uml.navigation_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.58kB) [INFO] Unpacking org.eclipse.papyrus.uml.services.decoration_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.filters_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.37kB) [INFO] Unpacking org.eclipse.papyrus.uml.filters_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.6kB) [INFO] Unpacking org.eclipse.papyrus.uml.filters.edit_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.feature_4.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.33kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.1kB) [INFO] Unpacking org.eclipse.papyrus.uml.internationalization_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.84kB) [INFO] Unpacking org.eclipse.papyrus.uml.m2m.qvto.common_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.52kB) [INFO] Unpacking org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.81kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.45kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelexplorer_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.1kB) [INFO] Unpacking org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.81kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.71kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.36kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.generic_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.86kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.49kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.properties_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.56kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.menu_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.3kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.04kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.3kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.45kB) [INFO] Unpacking org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.01kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.73kB) [INFO] Unpacking org.eclipse.papyrus.uml.ui_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.66kB) [INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.49kB) [INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.57kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.2kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.views.validation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.validation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.77kB) [INFO] Unpacking org.eclipse.papyrus.views.validation_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.52kB) [INFO] Unpacking org.eclipse.papyrus.uml.properties.xtext_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.81kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.76kB) [INFO] Unpacking org.eclipse.papyrus.uml.search.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.79kB) [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.7kB) [INFO] Unpacking org.eclipse.papyrus.views.search_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.35kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.14kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.27kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.05kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.38kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.38kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.67kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.82kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.51kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.09kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.09kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.67kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (38.91kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.64kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.12kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.35kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.44kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.1kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.16kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.99kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (64.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (64.05kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.86kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.81kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (165.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (165.59kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (198.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (198.8kB) [INFO] Unpacking org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (19.14kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.81kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.8kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.42kB) [INFO] Unpacking org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.83kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.27kB) [INFO] Unpacking org.eclipse.papyrus.views.documentation_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.81kB) [INFO] Fetching org.eclipse.papyrus.views.feature_1.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.81kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.33kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.8kB) [INFO] Unpacking org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.85kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (28.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (28.56kB) [INFO] Unpacking org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.86kB) [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202012091059.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.55kB) [INFO] Unpacking org.eclipse.papyrus.views.references_3.0.0.202012091059... [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.79kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.75kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202012091059.jar from http://download.eclipse.org/releases/2020-12/202012161000/features/ (18.82kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.smap_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.smap_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.22kB) [INFO] Unpacking org.eclipse.xtext.smap_2.24.0.v20201130-0919... [INFO] Fetching org.objectweb.asm_9.0.0.v20201001-1419.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm_9.0.0.v20201001-1419.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.03kB) [INFO] Unpacking org.objectweb.asm_9.0.0.v20201001-1419... [INFO] Fetching org.eclipse.xtext.common.types.edit_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.edit_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.58kB) [INFO] Unpacking org.eclipse.xtext.common.types.edit_2.24.0.v20201130-0931... [INFO] Fetching org.eclipse.xtext.ecore_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ecore_2.24.0.v20201130-0919.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.61kB) [INFO] Unpacking org.eclipse.xtext.ecore_2.24.0.v20201130-0919... [INFO] Fetching org.eclipse.xtext.xtext.generator_2.24.0.v20201130-0914.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (456.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xtext.generator_2.24.0.v20201130-0914.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (456.63kB) [INFO] Unpacking org.eclipse.xtext.xtext.generator_2.24.0.v20201130-0914... [INFO] Fetching org.eclipse.xtext.ide_2.24.0.v20201130-0914.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (143.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ide_2.24.0.v20201130-0914.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (143.26kB) [INFO] Unpacking org.eclipse.xtext.ide_2.24.0.v20201130-0914... [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.22kB) [INFO] Unpacking org.eclipse.xtext.ui.codetemplates_2.24.0.v20201130-0931... [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.24.0.v20201130-0931.jar.pack.gz from http://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.64kB) [INFO] Unpacking org.eclipse.xtext.ui.codetemplates.ide_2.24.0.v20201130-0931... [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.feature:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/releng/org.eclipse.papyrus.bpmn.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.p2:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/releng/org.eclipse.papyrus.bpmn.p2/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.p2:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/releng/org.eclipse.papyrus.bpmn.p2/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.p2:0.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/papyrus-bpmn-master/releng/org.eclipse.papyrus.bpmn.p2/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] BPMN [pom] [INFO] org.eclipse.papyrus.bpmn [eclipse-plugin] [INFO] org.eclipse.papyrus.bpmn.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.bpmn.diagram.common [eclipse-plugin] [INFO] org.eclipse.papyrus.bpmn.diagram.process [eclipse-plugin] [INFO] org.eclipse.papyrus.bpmn.diagram.collaboration [eclipse-plugin] [INFO] org.eclipse.papyrus.bpmn.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.bpmn.diagram.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.bpmn.releng [pom] [INFO] org.eclipse.papyrus.bpmn.feature [eclipse-feature] [INFO] org.eclipse.papyrus.bpmn.p2 [eclipse-repository] [INFO] org.eclipse.papyrus.bpmn.targetplatform.2020-12 [eclipse-target-definition] [INFO] [INFO] ------< org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn.parent >------ [INFO] Building BPMN 0.10.0-SNAPSHOT [1/12] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.bpmn.parent --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.bpmn.parent --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.bpmn.parent --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.bpmn.parent --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.papyrus.bpmn.parent --- [INFO] [INFO] --- tycho-pack200a-plugin:2.0.0:normalize (pack200-normalize) @ org.eclipse.papyrus.bpmn.parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.papyrus.bpmn.parent --- [INFO] [INFO] --- tycho-pack200b-plugin:2.0.0:pack (pack200-pack) @ org.eclipse.papyrus.bpmn.parent --- [INFO] [INFO] ---------< org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn >---------- [INFO] Building org.eclipse.papyrus.bpmn 0.10.0-SNAPSHOT [2/12] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ org.eclipse.papyrus.bpmn --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.bpmn --- [INFO] The project's OSGi version is 0.10.0.202107300535 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.bpmn --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.bpmn --- [INFO] [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.papyrus.bpmn --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.bpmn --- [INFO] Compiling 287 source files to /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/target/classes [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[660] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYRESOURCES, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivityresources", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[685] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYCONTAINER, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivitycontainer", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[710] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYPROPERTIES, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivityproperties", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[735] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYDEFAULT, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivitydefault", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[760] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYBOUNDARY_EVENTS_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivityboundaryEventsRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNActivityImpl.java:[785] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_ACTIVITY__BPMN_ACTIVITYLOOP_CHARACTERISTICS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNActivityloopCharacteristics", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNMessageImpl.java:[114] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_MESSAGE__MESSAGEITEM_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageitemRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/FormalExpressionImpl.java:[114] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.FORMAL_EXPRESSION__FORMAL_EXPRESSIONEVALUATES_TO_TYPE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "FormalExpressionevaluatesToTypeRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ServiceTaskImpl.java:[206] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SERVICE_TASK__SERVICE_TASKINPUT_SET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ServiceTaskinputSet", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ServiceTaskImpl.java:[231] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SERVICE_TASK__SERVICE_TASKOUTPUT_SET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ServiceTaskoutputSet", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ServiceTaskImpl.java:[256] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SERVICE_TASK__SERVICE_TASKOPERATION_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ServiceTaskoperationRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[510] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_PROCESS__PROCESSSUPPORTED_INTERFACE_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ProcesssupportedInterfaceRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[535] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_PROCESS__PROCESSSUPPORTS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Processsupports", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[560] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_PROCESS__PROCESSPROPERTIES, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Processproperties", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[585] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_PROCESS__PROCESSLANE_SETS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ProcesslaneSets", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNProcessImpl.java:[610] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_PROCESS__PROCESSFLOW_ELEMENTS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ProcessflowElements", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CatchEventImpl.java:[232] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.CATCH_EVENT__CATCH_EVENTEVENT_DEFINITIONS_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "catchEventeventDefinitionsRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[313] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLEOWNER, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleowner", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[338] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLERESOURCE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleresourceRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[363] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLEIS_REQUIRED, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleisRequired", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[388] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLEPROCESS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleprocess", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceRoleImpl.java:[413] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_ROLE__RESOURCE_ROLERESOURCE_PARAMETER_BINDINGS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceRoleresourceParameterBindings", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/InclusiveGatewayImpl.java:[114] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.INCLUSIVE_GATEWAY__INCLUSIVE_GATEWAYDEFAULT, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "inclusiveGatewaydefault", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectImpl.java:[283] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.ITEM_AWARE_ELEMENT__ITEM_AWARE_ELEMENTDATA_STATE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemAwareElementdataState", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectImpl.java:[308] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_OBJECT__DATA_OBJECTDATA_STATE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataObjectdataState", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalConversationImpl.java:[56] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.GLOBAL_CONVERSATION__GLOBAL_CONVERSATIONCONTAINEDELEMENTS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalConversationcontainedelements", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNPropertyImpl.java:[164] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_PROPERTY__PROPERTYNOTATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Propertynotation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNPropertyImpl.java:[189] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_PROPERTY__BPMN_PROPERTYAPPLY, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNPropertyapply", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BusinessRuleTaskImpl.java:[156] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BUSINESS_RULE_TASK__BUSINESS_RULE_TASKIMPLEMENTATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BusinessRuleTaskimplementation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/OutputSetImpl.java:[187] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.OUTPUT_SET__OUTPUT_SETDATA_OUTPUT_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "OutputSetdataOutputRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/OutputSetImpl.java:[212] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.OUTPUT_SET__OUTPUT_SETOPTIONAL_OUTPUT_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "OutputSetoptionalOutputRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/OutputSetImpl.java:[237] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.OUTPUT_SET__OUTPUT_SETWHILE_EXECUTING_OUTPUT_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "OutputSetwhileExecutingOutputRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[170] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.LANE_SET__LANE_SETLANES, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneSetlanes", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[195] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.LANE_SET__LANE_SETPARENT_LANE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneSetparentLane", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[220] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.LANE_SET__LANE_SETFLOW_ELEMENTS_CONTAINER, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneSetflowElementsContainer", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[245] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.LANE_SET__LANE_SET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneSet", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetImpl.java:[287] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ItemDefinitionImpl.java:[298] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.ITEM_DEFINITION__ITEM_DEFINITIONSTRUCTURE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemDefinitionstructureRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/StandardLoopCharacteristicsImpl.java:[197] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.STANDARD_LOOP_CHARACTERISTICS__STANDARD_LOOP_CHARACTERISTICSTEST_BEFORE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "StandardLoopCharacteristicstestBefore", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/StandardLoopCharacteristicsImpl.java:[222] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.STANDARD_LOOP_CHARACTERISTICS__STANDARD_LOOP_CHARACTERISTICSLOOP_CONDITION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "StandardLoopCharacteristicsloopCondition", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowAssociationImpl.java:[212] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.MESSAGE_FLOW_ASSOCIATION__MESSAGE_FLOW_ASSOCIATIONINNER_MESSAGE_FLOW_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowAssociationinnerMessageFlowRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowAssociationImpl.java:[237] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.MESSAGE_FLOW_ASSOCIATION__MESSAGE_FLOW_ASSOCIATIONOUTER_MESSAGE_FLOW_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowAssociationouterMessageFlowRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[433] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT__PARTICIPANTOWNERSHIP, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Participantownership", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[458] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT__PARTICIPANTTYPE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Participanttype", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[483] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT__PARTICIPANTMULTIPLICITY_MINIMUM, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantmultiplicityMinimum", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[508] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT__PARTICIPANTREALIZATIONSUPPLIER, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Participantrealizationsupplier", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[533] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT__PARTICIPANTPROCESS_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantprocessRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[558] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT__PARTICIPANTMULTIPLICITY_MAXIMUM, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantmultiplicityMaximum", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[583] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT__PARTICIPANTPARTNER_ENTITY_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "participantpartnerEntityRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[608] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT__PARTICIPANTPARTNER_ROLE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "participantpartnerRoleRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantImpl.java:[633] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT__PARTICIPANTINTERFACE_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantinterfaceRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetCustom.java:[5] import org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreEList.UnmodifiableEList is never used [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneSetCustom.java:[6] import org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage is never used [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MultiInstanceLoopCharacteristicsImpl.java:[622] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.MULTI_INSTANCE_LOOP_CHARACTERISTICS__MULTIINSTANCE_LOOP_CHARACTERISTICSTARGET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MultiinstanceLoopCharacteristicstarget", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalScriptTaskImpl.java:[109] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.GLOBAL_SCRIPT_TASK__GLOBAL_SCRIPT_TASKSCRIPT_FORMAT, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalScriptTaskscriptFormat", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalScriptTaskImpl.java:[134] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.GLOBAL_SCRIPT_TASK__GLOBAL_SCRIPT_TASKSCRIPT, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalScriptTaskscript", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataOutputImpl.java:[331] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_OUTPUT__DATA_OUTPUTNOTATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataOutputnotation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataOutputImpl.java:[356] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_OUTPUT__DATA_OUTPUTITEM_SUBJECT_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataOutputitemSubjectRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/AdHocSubProcessImpl.java:[199] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.AD_HOC_SUB_PROCESS__AD_HOC_SUB_PROCESSCANCEL_REMAINING_INSTANCES, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AdHocSubProcesscancelRemainingInstances", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalTaskImpl.java:[140] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.GLOBAL_TASK__GLOBAL_TASKSUPPORTED_INTERFACE_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalTasksupportedInterfaceRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectReferenceImpl.java:[291] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.ITEM_AWARE_ELEMENT__ITEM_AWARE_ELEMENTDATA_STATE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemAwareElementdataState", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectReferenceImpl.java:[316] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_OBJECT_REFERENCE__DATA_OBJECT_REFSOURCETARGET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataObjectRefsourcetarget", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataObjectReferenceImpl.java:[341] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_OBJECT_REFERENCE__DATA_OBJECT_REFDATA_STATE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataObjectRefdataState", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceAssignmentExpressionImpl.java:[166] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_ASSIGNMENT_EXPRESSION__RESOURCE_ASSIGNMENT_EXPRESSIONEXPRESSION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceAssignmentExpressionexpression", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ThrowEventImpl.java:[190] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.THROW_EVENT__THROW_EVENTEVENT_DEFINITION_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ThrowEventeventDefinitionRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputImpl.java:[330] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_INPUT__DATA_INPUT_ASSOCIATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataInputAssociation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputImpl.java:[355] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_INPUT__DATA_INPUTNOTATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataInputnotation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputImpl.java:[380] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_INPUT__DATA_INPUTITEM_SUBJECT_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataInputitemSubjectRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceImpl.java:[87] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE__RESOURCERESOURCE_PARAMETERS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceresourceParameters", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ExclusiveGatewayImpl.java:[214] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.EXCLUSIVE_GATEWAY__EXCLUSIVE_GATEWAYDEFAULT, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "exclusiveGatewaydefault", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/InputSetImpl.java:[186] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.INPUT_SET__INPUT_SETDATA_INPUT_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "InputSetdataInputRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/InputSetImpl.java:[211] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.INPUT_SET__INPUT_SETOPTIONAL_INPUT_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "InputSetoptionalInputRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/InputSetImpl.java:[236] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.INPUT_SET__INPUT_SETWHILE_EXECUTING_INPUT_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "InputSetwhileExecutingInputRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallConversationImpl.java:[189] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.CALL_CONVERSATION__CALL_CONVERSATIONCALLED_COLLABORATION_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallConversationcalledCollaborationRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallConversationImpl.java:[214] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.CALL_CONVERSATION__CALL_CONVERSATIONPARTICIPANT_ASSOCIATIONS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallConversationparticipantAssociations", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNCollaborationImpl.java:[329] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_COLLABORATION__COLLABORATIONPARTICIPANTS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Collaborationparticipants", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNOperationImpl.java:[288] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_OPERATION__BPMN_OPERATIONOWNER, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNOperationowner", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNOperationImpl.java:[313] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_OPERATION__BPMN_OPERATIONIN_MESSAGE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNOperationinMessageRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNOperationImpl.java:[338] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_OPERATION__BPMN_OPERATIONOUT_MESSAGE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNOperationoutMessageRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNOperationImpl.java:[363] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_OPERATION__BPMN_OPERATIONERROR_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNOperationerrorRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/LaneSet.java:[169] boolean LaneSet(DiagnosticChain diagnostics, Map context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ This method has a constructor name [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowImpl.java:[261] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.MESSAGE_FLOW__MESSAGE_FLOWSOURCE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowsourceRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowImpl.java:[286] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.MESSAGE_FLOW__MESSAGE_FLOWTARGET_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowtargetRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/MessageFlowImpl.java:[311] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.MESSAGE_FLOW__MESSAGE_FLOWMESSAGE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "MessageFlowmessageRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallableElementImpl.java:[214] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.CALLABLE_ELEMENT__CALLABLE_EELEMENTSUPPORTED_INTERFACE_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallableEelementsupportedInterfaceRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallableElementImpl.java:[239] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.CALLABLE_ELEMENT__CALLABLE_ELEMENTRESOURCES, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallableElementresources", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SendTaskImpl.java:[256] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SEND_TASK__SEND_TASKOPERATION_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SendTaskoperationRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SubProcessImpl.java:[204] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SUB_PROCESS__SUB_PROCESSTRIGGERED_BY_EVENT, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SubProcesstriggeredByEvent", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataAssociationImpl.java:[289] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_ASSOCIATION__DATA_ASSOCIATIONSOURCE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataAssociationsource", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataAssociationImpl.java:[314] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_ASSOCIATION__DATA_ASSOCIATIONTRANSFORMATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataAssociationtransformation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataAssociationImpl.java:[339] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_ASSOCIATION__DATA_ASSOCIATIONTARGET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "DataAssociationtarget", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/EscalationImpl.java:[161] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.ESCALATION__ESCALATIONSTRUCTURE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "EscalationstructureRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/CallActivityImpl.java:[135] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.CALL_ACTIVITY__CALL_ACTIVITYCALLED_ELEMENT_REFVALUES, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "CallActivitycalledElementRefvalues", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BoundaryEventImpl.java:[179] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BOUNDARY_EVENT__BOUNDARY_EVENTATTACHED_TO_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "boundaryEventattachedToRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ConditionalEventDefinitionImpl.java:[164] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.CONDITIONAL_EVENT_DEFINITION__CONDITIONAL_EVENT_DEFINITIONCONDITION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "conditionalEventDefinitioncondition", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ComplexGatewayImpl.java:[163] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.COMPLEX_GATEWAY__COMPLEX_GATEWAYDEFAULT, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "complexGatewaydefault", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ComplexGatewayImpl.java:[188] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.COMPLEX_GATEWAY__COMPLEX_GATEWAYACTIVATION_CONDITION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "complexGatewayactivationCondition", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ComplexGatewayImpl.java:[213] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.COMPLEX_GATEWAY__COMPLEX_GATEWAYJOIN_SPEC, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "complexGatewayjoinSpec", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ScriptTaskImpl.java:[198] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SCRIPT_TASK__SCRIPT_TASKSCRIPT_FORMAT, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ScriptTaskscriptFormat", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ScriptTaskImpl.java:[223] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SCRIPT_TASK__SCRIPT_TASKSCRIPT, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ScriptTaskscript", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataStoreReferenceImpl.java:[291] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.ITEM_AWARE_ELEMENT__ITEM_AWARE_ELEMENTDATA_STATE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemAwareElementdataState", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ConversationNodeImpl.java:[337] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.CONVERSATION_NODE__CONVERSATION_NODEPARTICIPANT_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConversationNodeparticipantRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterBindingImpl.java:[213] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_PARAMETER_BINDING__RESOURCE_PARAMETER_BINDINGEXPRESSION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParameterBindingexpression", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterBindingImpl.java:[238] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_PARAMETER_BINDING__RESOURCE_PARAMETER_BINDINGPARAMETER_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParameterBindingparameterRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/UserTaskImpl.java:[182] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.USER_TASK__USER_TASKIMPLEMENTATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "UserTaskimplementation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/UserTaskImpl.java:[207] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.USER_TASK__USER_TASKRENDERINGS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "UserTaskrenderings", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/PartnerEntityImpl.java:[142] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTNER_ENTITY__PARTNER_ENTITYPARTICIPANT_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "PartnerEntityparticipantRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalUserTaskImpl.java:[110] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.GLOBAL_USER_TASK__GLOBAL_USER_TASKRENDERINGS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalUserTaskrenderings", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalUserTaskImpl.java:[135] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.GLOBAL_USER_TASK__GLOBAL_USER_TASKIMPLEMENTATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalUserTaskimplementation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/Activator.java:[20] import org.eclipse.core.runtime.Platform; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.core.runtime.Platform is never used [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/PartnerRoleImpl.java:[141] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTNER_ROLE__PARTNER_ROLEPARTICIPANT_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "PartnerRoleparticipantRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SubConversationImpl.java:[87] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SUB_CONVERSATION__SUB_CONVERSATIONCONNECTEDELEMENTS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SubConversationconnectedelements", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNInterfaceImpl.java:[214] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_INTERFACE__INTERFACEOPERATIONMULTIPLICITY, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "Interfaceoperationmultiplicity", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNInterfaceImpl.java:[239] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_INTERFACE__INTERFACEOWNED_OPERATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "InterfaceownedOperation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNInterfaceImpl.java:[264] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_INTERFACE__BPMN_INTERFACECALLABLE_ELEMENTS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNInterfacecallableElements", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNInterfaceImpl.java:[289] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_INTERFACE__BPMN_INTERFACEOPERATIONS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNInterfaceoperations", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNAssociationImpl.java:[301] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_ASSOCIATION__ASSOCIATION_END, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AssociationEnd", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/GlobalBusinessRuleTaskImpl.java:[86] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.GLOBAL_BUSINESS_RULE_TASK__GLOBAL_BUSINESS_RULE_TASKIMPLEMENTATION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "GlobalBusinessRuleTaskimplementation", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneImpl.java:[280] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.LANE__LANELANE_SET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LanelaneSet", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneImpl.java:[305] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.LANE__LANECHILD_LANE_SET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LanechildLaneSet", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneImpl.java:[330] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.LANE__LANEPARTITION_ELEMENT_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LanepartitionElementRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneImpl.java:[355] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.LANE__LANEFLOW_NODE_REFS, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "LaneflowNodeRefs", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/custom-src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/LaneCustom.java:[22] private static final Logger log = Logger.getLogger(LaneCustom.class); ^^^ The value of the field LaneCustom.log is not used [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/BPMNSignalImpl.java:[119] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.BPMN_SIGNAL__BPMN_SIGNALSTRUCTURE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "BPMNSignalstructureRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterImpl.java:[206] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_PARAMETER__RESOURCE_PARAMETEROWNER, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParameterowner", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterImpl.java:[231] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_PARAMETER__RESOURCE_PARAMETERTYPE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParametertype", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ResourceParameterImpl.java:[256] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RESOURCE_PARAMETER__RESOURCE_PARAMETERIS_REQUIRED, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ResourceParameterisRequired", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SequenceFlowImpl.java:[247] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SEQUENCE_FLOW__SEQUENCE_FLOWCONDITION_EXPRESSION, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SequenceFlowconditionExpression", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SequenceFlowImpl.java:[272] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SEQUENCE_FLOW__SEQUENCE_FLOWSOURCE_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SequenceFlowsourceRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/SequenceFlowImpl.java:[297] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.SEQUENCE_FLOW__SEQUENCE_FLOWTARGET_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "SequenceFlowtargetRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataOutputAssociationImpl.java:[56] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_OUTPUT_ASSOCIATION__DATA_OUTPUT_ASSOCIATIONSOURCE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "dataOutputAssociationsource", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataOutputAssociationImpl.java:[81] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_OUTPUT_ASSOCIATION__DATA_OUTPUT_ASSOCIATIONTARGET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "dataOutputAssociationtarget", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ItemAwareElementImpl.java:[190] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.ITEM_AWARE_ELEMENT__ITEM_AWARE_ELEMENTDATA_STATE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ItemAwareElementdataState", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantAssociationImpl.java:[212] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT_ASSOCIATION__PARTICIPANT_ASSOCIATIONINNER_PARTICIPANT_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantAssociationinnerParticipantRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ParticipantAssociationImpl.java:[237] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.PARTICIPANT_ASSOCIATION__PARTICIPANT_ASSOCIATIONOUTER_PARTICIPANT_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ParticipantAssociationouterParticipantRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/ReceiveTaskImpl.java:[298] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.RECEIVE_TASK__RECEIVE_TASKOPERATION_REF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ReceiveTaskoperationRef", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputAssociationImpl.java:[56] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_INPUT_ASSOCIATION__DATA_INPUT_ASSOCIATIONSOURCE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "dataInputAssociationsource", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/org/eclipse/papyrus/bpmn/BPMNProfile/impl/DataInputAssociationImpl.java:[81] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, BPMNProfileValidator.DIAGNOSTIC_SOURCE, BPMNProfileValidator.DATA_INPUT_ASSOCIATION__DATA_INPUT_ASSOCIATIONTARGET, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "dataInputAssociationtarget", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 138 problems (138 warnings) [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.papyrus.bpmn --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.bpmn --- [INFO] Building jar: /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/target/org.eclipse.papyrus.bpmn-0.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.bpmn --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.bpmn --- [INFO] Building jar: /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/target/org.eclipse.papyrus.bpmn-0.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.bpmn --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.bpmn --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.bpmn --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (p2-metadata) @ org.eclipse.papyrus.bpmn --- [INFO] [INFO] --- tycho-pack200a-plugin:2.0.0:normalize (pack200-normalize) @ org.eclipse.papyrus.bpmn --- [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/papyrus-bpmn-master/org.eclipse.papyrus.bpmn/target/org.eclipse.papyrus.bpmn-0.10.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.papyrus.bpmn --- [INFO] Searching org.eclipse.papyrus.bpmn-0.10.0-SNAPSHOT.jar for inner jars... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for BPMN 0.10.0-SNAPSHOT: [INFO] [INFO] BPMN ............................................... SUCCESS [ 26.704 s] [INFO] org.eclipse.papyrus.bpmn ........................... FAILURE [02:37 min] [INFO] org.eclipse.papyrus.bpmn.architecture .............. SKIPPED [INFO] org.eclipse.papyrus.bpmn.diagram.common ............ SKIPPED [INFO] org.eclipse.papyrus.bpmn.diagram.process ........... SKIPPED [INFO] org.eclipse.papyrus.bpmn.diagram.collaboration ..... SKIPPED [INFO] org.eclipse.papyrus.bpmn.tests ..................... SKIPPED [INFO] org.eclipse.papyrus.bpmn.diagram.common.tests ...... SKIPPED [INFO] org.eclipse.papyrus.bpmn.releng .................... SKIPPED [INFO] org.eclipse.papyrus.bpmn.feature ................... SKIPPED [INFO] org.eclipse.papyrus.bpmn.p2 ........................ SKIPPED [INFO] org.eclipse.papyrus.bpmn.targetplatform.2020-12 .... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:16 min [INFO] Finished at: 2021-07-30T05:44:40Z [INFO] ------------------------------------------------------------------------ [WARNING] The requested profile "product" could not be activated because it does not exist. [ERROR] Failed to execute goal org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.1.2:sign (sign) on project org.eclipse.papyrus.bpmn: Could not sign artifact org.eclipse.papyrus.bpmn:org.eclipse.papyrus.bpmn:eclipse-plugin:0.10.0-SNAPSHOT: Connect to build.eclipse.org:31338 [build.eclipse.org/198.41.30.203] failed: Connection timed out (Connection timed out) -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ConnectException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.papyrus.bpmn Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Sending e-mails to: sebastien.revol@cea.fr Archiving artifacts Finished: FAILURE