Started by user Frederic Gurr Running as Frederic Gurr Agent centos-7-agent-6gb-4wtgb is provisioned from template centos-7-agent-6gb --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "centos-7-6gb" name: "centos-7-agent-6gb-4wtgb" 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-agent-6gb-4wtgb" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -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-agent-6gb-4wtgb" - 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.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "6144Mi" cpu: "2000m" requests: memory: "6144Mi" cpu: "1000m" securityContext: privileged: false 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: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} 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-agent-6gb-4wtgb (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git > git init /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git # timeout=10 Fetching upstream changes from git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git > git fetch --tags --progress git://git.eclipse.org/gitroot/papyrus/org.eclipse.papyrus.git refs/changes/12/172812/1 # timeout=10 > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 7d1a334002dae0c68e7b025d78bd244462c94b51 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 7d1a334002dae0c68e7b025d78bd244462c94b51 # timeout=10 Commit message: "Bug 564770 - [Releng] Update platforms or 2020-12 M3" First time build. Skipping changelog. $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Papyrus-Gerrit-Master_webmaster-test] $ vncserver -list Starting xvnc [Papyrus-Gerrit-Master_webmaster-test] $ Xvnc :51 -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 Wed Nov 25 19:49:47 2020 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5951 vncext: created VNC server for screen 0 [Papyrus-Gerrit-Master_webmaster-test] $ /bin/sh -xe /tmp/jenkins877554367988448368.sh + set +e + pwd /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test + '[' -f ../notUTF8.log ']' + echo 'All contributed files are UTF8 compliant' All contributed files are UTF8 compliant + '[' -f ../notLF.log ']' + echo 'All contributed files respect the Linux line endings' All contributed files respect the Linux line endings + cd .. + set -e + javac -version javac 11.0.2 [Papyrus-Gerrit-Master_webmaster-test] $ /bin/sh -xe /tmp/jenkins942860972195838517.sh + set +e + cd source + '[' -f ../EPL1.log ']' + cd .. + set -e [Papyrus-Gerrit-Master_webmaster-test] $ /bin/sh /tmp/jenkins2288218060764328597.sh Checking if this commit needs a clean repository due to changed targets This commit contains targetplatform files. To avoid conflicts, the maven .repository will be cleaned and downloaded anew. No target changes detected, it can use the .repository as is [Papyrus-Gerrit-Master_webmaster-test] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/pom.xml -DGERRIT_REFSPEC=refs/changes/12/172812/1 -DbuildAll=true -DskipAllTests=true -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository clean verify -PGerrit -B 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.6.19-300.fc32.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] Performing subquery [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] Fetching S-4.18M3-202011190730&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.18milestones/ [INFO] Fetching org.eclipse.osgi_3.16.100.v20201030-1916.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (468.96kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (41.25kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (55.6kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (77.18kB) [INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (59.04kB) [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (33.67kB) [INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (33.44kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.79kB) [INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (46.03kB) [INFO] Fetching org.eclipse.core.resources_3.13.900.v20201105-1507.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (875.9kB) [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (42.08kB) [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (114.73kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (484.27kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.12kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (9.67MB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (1.28MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (328.72kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (36.66kB) [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (13kB) [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (102.39kB) [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (63.23kB) [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (14.47kB) [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (255.73kB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (95.26kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (155.35kB) [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (43.97kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (30.65kB) [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (43.1kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (56.91kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (82.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (44.71kB) [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (25.88kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.95kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.43kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (21.73kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (107.16kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (23.02kB) [INFO] Fetching org.eclipse.swt_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.03kB) [INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.15kB) [INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (361.85kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (66.15kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (65.7kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.78kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.900.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.74kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.64kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (110.29kB) [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.65kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.46kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.41kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (50.86kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (49.8kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201105-1056.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (94.5kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (62.44kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.100.v20201014-0742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (77.77kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.07kB) [INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (23.69kB) [INFO] Fetching S202011160413&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/milestone/ [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (59.6kB) [INFO] Fetching org.eclipse.ui_3.118.100.v20201014-0742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (339.8kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (96.85kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (109.14kB) [INFO] Fetching org.eclipse.ui.views_3.10.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (48.23kB) [INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (961.25kB) [INFO] Fetching org.eclipse.nebula.widgets.cdatetime_1.0.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (131.85kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (120.7kB) [INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201103-1115.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (14.63kB) [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (157.36kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (968.96kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (40.5kB) [INFO] Fetching org.eclipse.ui.forms_3.11.0.v20201025-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (123.05kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (16.71kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.1MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (861.44kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (743.15kB) [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (71.46kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (18.03kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (32.82kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (41.14kB) [INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (99.95kB) [INFO] Fetching org.eclipse.debug.core_3.17.0.v20201109-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (125.99kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.94kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (61.19kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (403.7kB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (23.97kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (34.56kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (58.11kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (108kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (39.3kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (55.38kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (47.99kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (24.18kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (50.94kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (105.81kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.64kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (44.56kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (121.9kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (46.62kB) [INFO] Fetching org.eclipse.jdt.core_3.24.0.v20201118-1408.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (6.89MB) [INFO] Fetching org.eclipse.jdt.debug_3.17.0.v20201117-1145.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (900.98kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.0.v20201106-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (282.53kB) [INFO] Fetching org.eclipse.jface.text_3.16.500.v20201112-1545.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (316.84kB) [INFO] Fetching org.eclipse.ui.ide_3.18.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (949.75kB) [INFO] Fetching org.eclipse.pde.core_3.14.100.v20201116-1221.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.33MB) [INFO] Fetching org.eclipse.pde.build_3.10.900.v20201111-1557.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (478.05kB) [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (124.96kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (130.94kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (2.85MB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (85.1kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.62kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (110.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (114.29kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (190.36kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (15.77kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (35.12kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml [INFO] Fetching org.eclipse.compare_3.7.1200.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (306.62kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.100.v20201002-0955.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (239.01kB) [INFO] Fetching org.eclipse.ui.editors_3.13.400.v20200923-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (199.9kB) [INFO] Fetching org.eclipse.debug.ui_3.14.700.v20201118-1523.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1,018.1kB) [INFO] Fetching org.eclipse.ui.console_3.10.0.v20201021-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.03kB) [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (126.87kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.24.0.v20200917-1423.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (416.77kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.200.v20201116-2211.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (518.06kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (105.65kB) [INFO] Fetching org.eclipse.jdt.ui_3.22.0.v20201118-0545.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (3.92MB) [INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (214.49kB) [INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (491.71kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (176.88kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (70.55kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.sdk.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml [INFO] Fetching org.eclipse.ocl_3.15.100.v20201123-2037.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (53.45kB) [INFO] Fetching org.eclipse.ocl.common_1.8.500.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (14.74kB) [INFO] Fetching org.eclipse.ocl.ecore_3.15.100.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (111.31kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.jface.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.jface.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.jface.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (257.14kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (11.5kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml [INFO] Fetching 4.0.0_gef-master_1952&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/gef/updates/legacy/releases/ [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from http://download.eclipse.org/nebula/releases/1.2.0/plugins/ (1.42MB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml [INFO] Fetching org.eclipse.core.databinding.beans_1.7.100.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.28kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (30.4kB) [INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.6.0/1.6.0-M2/plugins/ (178.18kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/nattable/releases/1.5.0/repository/plugins/ (898.68kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (143.98kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/nattable/releases/1.5.0/repository/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/nattable/releases/1.5.0/repository/plugins/ (131.36kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (18.45kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (171.76kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (1.03MB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (44.83kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (114.11kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (44.51kB) [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (366.65kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.66kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (120.53kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (100.25kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (76.2kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (133.46kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (1.16MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (93.45kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (101.73kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (49.3kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (215.85kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (62.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (123.72kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (318.69kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml [INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (504.53kB) [INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (259.85kB) [INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (107.88kB) [INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (453.74kB) [INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (387.41kB) [INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (54.9kB) [INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (99.44kB) [INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (161.06kB) [INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (35.81kB) [INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (498.28kB) [INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (79.12kB) [INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (183.86kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (37.47kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (23.12kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (14.86kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (218.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (90.14kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (137.53kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (92.1kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (196.73kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.1.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (117.43kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.resources:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.resources:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.resources:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.psf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.psf/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.psf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.psf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.psf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.psf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.sync:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.sync:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.sync:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/pom.xml [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.readonly:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.readonly:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.readonly:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.internationalization:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.internationalization:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.internationalization:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.extensionpoints.editors:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.extensionpoints.editors:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.extensionpoints.editors:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.canonical:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.canonical:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.canonical:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.export:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.export:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.export:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gef:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gef:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gef:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.outline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.outline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.outline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.preferences:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.preferences:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.preferences:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.viewersearcher:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.viewersearcher:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.viewersearcher:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.welcome:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.welcome:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.welcome:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.configuration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.configuration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/pom.xml [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (141.47kB) [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (170.74kB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (30.07kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.6.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (61.51kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (8.46kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (19.62kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (69.73kB) [INFO] Fetching org.eclipse.xtext_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (694.61kB) [INFO] Fetching org.eclipse.xtext.common.types_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (133.74kB) [INFO] Fetching org.eclipse.xtext.util_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (104.57kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (103.07kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.24.0.v20201123-1240.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (48.17kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (144.31kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (12.5kB) [INFO] Fetching org.eclipse.xtext.generator_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (238.57kB) [INFO] Fetching org.eclipse.xtext.xbase_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (817.84kB) [INFO] Fetching R201605260315&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/m2t/xpand/updates/releases/ [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib_2.24.0.v20201123-1240.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (59.83kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.24.0.v20201123-1240.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (23.28kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB) [INFO] Fetching org.objectweb.asm_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (61.03kB) [INFO] Fetching org.eclipse.xtext.ecore_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (9.62kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (456.58kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.configuration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.theme:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.theme:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.theme:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml [INFO] Fetching org.eclipse.xtext.builder_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (121.66kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (82.41kB) [INFO] Fetching org.eclipse.xtext.ui_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (528.73kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (44.37kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (25.69kB) [INFO] Fetching org.eclipse.xtext.smap_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (12.23kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (49.58kB) [INFO] Fetching org.eclipse.xtext.ide_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (143.26kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (57.49kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (40.25kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.newchild:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.newchild:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.newchild:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.resourceloading:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.resourceloading:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.resourceloading:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.model.xwt:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.model.xwt:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/pom.xml [INFO] Fetching 3.10.2&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/mmt/qvto/updates/releases/ [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.2.v20200609-1812.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (1.04MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (24.37kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20200609-1812.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (275.14kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (40.54kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (27.72kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.model.xwt:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/org.eclipse.papyrus.views.search/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/org.eclipse.papyrus.views.search/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/org.eclipse.papyrus.views.search/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (39.26kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (23.91kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (65.29kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (12.84kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.eclipse.project.editors:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.eclipse.project.editors:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.eclipse.project.editors:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/editor/org.eclipse.papyrus.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/editor/org.eclipse.papyrus.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/editor/org.eclipse.papyrus.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.perspectiveconfiguration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.perspectiveconfiguration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.perspectiveconfiguration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.appearance/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.appearance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.appearance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.commands:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.commands/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.commands:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.commands/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.commands:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.commands/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.controlmode.profile:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.controlmode.profile:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.controlmode.profile:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.documentation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.documentation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.documentation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.types.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.types.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.types.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.extensionpoints:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.extensionpoints:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.extensionpoints:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.filters/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.filters/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.filters/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.filters.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.filters.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.filters.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.icons/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.icons/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.icons/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.import:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.import/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.import:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.import/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.import:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.import/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.export:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.export/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.export:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.export/pom.xml [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (79.76kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.export:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.export/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.navigation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.navigation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.navigation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.navigation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.navigation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.navigation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.oclconstraintevaluation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.oclconstraintevaluation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/pom.xml [INFO] Fetching org.eclipse.ocl.pivot_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (921.03kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (88.18kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (144.07kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (243.5kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20200302-1312.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (37.63kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.oclconstraintevaluation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.perspective:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.perspective/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.perspective:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.perspective/pom.xml [INFO] Fetching org.eclipse.ui.intro_3.5.1200.v20201020-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (142.33kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.perspective:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.perspective/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.profile/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.resourceloading.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.resourceloading.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.resourceloading.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml [INFO] Fetching org.eclipse.ocl.common.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (14.34kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (30.17kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (158.69kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (170.27kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (169.25kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (71.19kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (158.65kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (30.96kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (40.14kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (107.6kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (77.51kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (219.01kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (38.52kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (62.06kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.service.validation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.service.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.service.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.services.decoration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.services.decoration/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.services.decoration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.services.decoration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.services.decoration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.services.decoration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.templaterepository:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.templaterepository/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.templaterepository:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.templaterepository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.templaterepository:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.templaterepository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf/pom.xml [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.24.0.v20200917-1423.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (69.27kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.libraries:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.libraries:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.libraries:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.to.fuml:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.to.fuml:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.to.fuml:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/pom.xml [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (20.82kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202004160913/plugins/ (69.5kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.activity:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.activity:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.activity:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.clazz:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.clazz:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.clazz:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.groups:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.groups:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.groups:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.communication:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.communication:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.communication:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.component:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.component:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.component:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.composite:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.composite:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.composite:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.deployment:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.deployment:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.deployment:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.interactionoverview:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.interactionoverview:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.interactionoverview:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.linklf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.linklf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.linklf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.menu:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.menu:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.menu:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence.restrictions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence.restrictions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence.restrictions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.statemachine:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.statemachine:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.statemachine:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.stereotype.edition:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.stereotype.edition:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.stereotype.edition:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.timing:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.timing:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.timing:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.usecase:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.usecase:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.usecase:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.wizards:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.wizards:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.wizards:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.clazz.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.clazz.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.clazz.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic.config:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic.config:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic.config:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.matrix:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.matrix:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.matrix:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.richtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.richtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/pom.xml [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/nattable/releases/1.5.0/repository/plugins/ (31.58kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.richtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.richtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.stereotype.display:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.stereotype.display:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.stereotype.display:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.integration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.integration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.integration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.valuespecification:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.valuespecification:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.valuespecification:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/pom.xml [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (57.34kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (58.83kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.500.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (8.68kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (12.7kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (143.21kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (162.22kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (194.39kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.javaconstraint:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.javaconstraint:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.javaconstraint:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.utils:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.utils:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.utils:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.api.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.api.migration.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.api.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.api.migration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.api.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.api.migration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.copypaste.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.copypaste.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.copypaste.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.developer.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.developer.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.developer.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.developer.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.developer.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.developer.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dsml.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dsml.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dsml.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.doc:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.types.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.doc:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.types.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.doc:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.infra.types.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.req.reqif.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.req.reqif.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.req.reqif.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.req.reqif.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.req.reqif.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.req.reqif.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.migration.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.migration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.migration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.customization.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.customization.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.customization.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.views.properties.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.views.properties.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.views.properties.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.views.references.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.views.references.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.views.references.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.views.documentation.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.views.documentation.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.views.documentation.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.paletteconfiguration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.paletteconfiguration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.paletteconfiguration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.lifecycleevents:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/pom.xml [INFO] Performing subquery [INFO] Adding repository http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main/ [INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/ (172B) [INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/ (105.62kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.lifecycleevents:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.lifecycleevents:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.fulleditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.fulleditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.fulleditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.simpleeditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.simpleeditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.simpleeditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.outline.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/emf/org.eclipse.papyrus.outline.emftree/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.outline.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/emf/org.eclipse.papyrus.outline.emftree/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.outline.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/emf/org.eclipse.papyrus.outline.emftree/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.infra.servicesregistry.retrieval:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.infra.servicesregistry.retrieval:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.infra.servicesregistry.retrieval:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.diagram.simplediagram:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.diagram.simplediagram:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.diagram.simplediagram:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/others/org.eclipse.papyrus.example.diagram.simplediagram/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.text.instance:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/others/org.eclipse.papyrus.example.text.instance/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.text.instance:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/others/org.eclipse.papyrus.example.text.instance/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.text.instance:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/others/org.eclipse.papyrus.example.text.instance/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.newresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.newresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.newresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.sharedresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.sharedresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.sharedresource:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textual.editors.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textual.editors.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textual.editors.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.disable.helper.advices.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.disable.helper.advices.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.disable.helper.advices.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.diagrams:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.diagrams:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.diagrams:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.actions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.actions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.actions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.empty.line:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.empty.line:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.empty.line:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.services.decorator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.services.decorator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.services.decorator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.user.qvto:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/user/org.eclipse.papyrus.examples.user.qvto/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.user.qvto:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/user/org.eclipse.papyrus.examples.user.qvto/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.user.qvto:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/examples/user/org.eclipse.papyrus.examples.user.qvto/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (2.36MB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.doc.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.doc.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.doc.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widget.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widget.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widget.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.user.examples.feature:0.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.user.examples.feature:0.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.user.examples.feature:0.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/releng/main/site/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/releng/main/site/pom.xml [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (79.76kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (743.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (141.47kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (9.67MB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (1.28MB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (328.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (170.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (36.66kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (468.96kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (2.85MB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (13kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (102.39kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (63.23kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (14.47kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (255.73kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (16.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (30.07kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (143.98kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (82.7kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (33.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (155.35kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (43.97kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (30.65kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (71.46kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (18.03kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (33.44kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (306.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.118.100.v20201014-0742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (339.8kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (316.84kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (949.75kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (48.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.100.v20201002-0955.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (239.01kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (33.67kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (199.9kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (123.05kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (32.82kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (43.1kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (59.04kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (41.25kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (55.6kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (77.18kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (56.91kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (82.74kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (44.71kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.28kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (41.14kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (99.95kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.79kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (46.03kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (42.08kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (125.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.14.700.v20201118-1523.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1,018.1kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.03kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (120.7kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (361.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (961.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (961.25kB) [INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (215.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.03kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.78kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (25.88kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (22.66kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.95kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.68kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.72kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.43kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (21.73kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (107.16kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (484.27kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (23.02kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (66.15kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (65.7kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.78kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.74kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.64kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.94kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (110.29kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.65kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.46kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.41kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (50.86kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.12kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (49.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201105-1056.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (94.5kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (62.44kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (77.77kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.07kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (23.69kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (126.87kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (114.73kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (282.53kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (416.77kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (69.27kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (109.14kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (61.19kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (59.6kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (37.47kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (30.4kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (96.85kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (44.83kB) [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 https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (18.45kB) [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 https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (61.51kB) [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 https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (8.46kB) [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 https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/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 https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (19.62kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (69.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (694.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (133.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.util_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (104.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (103.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.lib_2.24.0.v20201123-1240.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (48.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (144.31kB) [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 https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.12.0/plugins/ (12.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.ecore_3.15.100.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (111.31kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (23.97kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (19.47kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (34.56kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (58.11kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (108kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (44.42kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (32.04kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (39.3kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (55.38kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (47.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/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 https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (81.19kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (24.18kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (50.94kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.86kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (43.28kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (105.81kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.64kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (44.56kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (121.9kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (46.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins/ (366.65kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (124.96kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (40.5kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.200.v20201116-2211.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (518.06kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (105.65kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (900.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.22.0.v20201118-0545.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (3.92MB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (214.49kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (491.71kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (176.88kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (130.94kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (70.55kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201103-1115.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (14.63kB) [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 https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (24.37kB) [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 https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (275.14kB) [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 https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (40.54kB) [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 https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (27.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (968.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (53.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common_1.8.500.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (14.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (14.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (30.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (158.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (170.27kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (169.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (71.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.base_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (158.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (30.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (528.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (57.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (57.34kB) [INFO] Fetching org.eclipse.ocl.pivot_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (921.03kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (114.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (58.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.500.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (8.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.examples.ui_1.8.500.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (8.68kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (40.14kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (107.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (12.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.shared_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (25.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (143.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (162.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.pivot.uml_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (88.18kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (144.07kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (243.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (77.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.builder_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (121.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (219.01kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (194.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (38.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.xtext.markup_1.13.0.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (62.06kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (11.5kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (15.77kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (171.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.generator_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (238.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (817.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.ui_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (82.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (44.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xwt_1.6.0.202011091434.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.6.0/1.6.0-M2/plugins/ (178.18kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (65.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.1200.v20201020-0911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (142.33kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (37.63kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (12.84kB) [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 https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202003021312/plugins/ (35.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib_2.24.0.v20201123-1240.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (59.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.lib.macro_2.24.0.v20201123-1240.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (23.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.smap_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (12.23kB) [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 https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (61.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.edit_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (49.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ecore_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (9.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xtext.generator_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (456.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ide_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (143.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (57.49kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (40.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (40.25kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (861.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/releng/main/site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.debug.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.debug.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/pom.xml [INFO] Fetching org.eclipse.gmf.codegen_2.11.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (406.34kB) [INFO] Fetching org.eclipse.gmf.common_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (55.82kB) [INFO] Fetching org.eclipse.gmf.validate_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (42.59kB) [INFO] Fetching org.eclipse.gmf.xpand_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (139.64kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (23.87kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (95.24kB) [INFO] Fetching org.eclipse.gmf.xpand.qvtlibrary_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (13.26kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.debug.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.debug.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.diagramgen.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.diagramgen.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/pom.xml [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (102.05kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (20.85kB) [INFO] Fetching org.eclipse.ant.ui_3.7.1000.v20201116-1127.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (475.54kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (65.62kB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.100.v20201118-1524.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.67MB) [INFO] Fetching org.eclipse.jdt.junit_3.11.1000.v20201112-0958.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (232.07kB) [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (40.29kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (31.94kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (288.35kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (71.46kB) [INFO] Fetching org.eclipse.gmf.bridge_1.3.1.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (59.16kB) [INFO] Fetching org.eclipse.gmf.map_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (63.46kB) [INFO] Fetching org.eclipse.gmf.graphdef.codegen_2.10.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (38.44kB) [INFO] Fetching org.eclipse.gmf.bridge.ui_1.5.1.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (77.58kB) [INFO] Fetching org.eclipse.gmf.graphdef.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (72.93kB) [INFO] Fetching org.eclipse.gmf.tooldef.edit_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (39.63kB) [INFO] Fetching org.eclipse.gmf.map.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (63.56kB) [INFO] Fetching org.eclipse.gmf.bridge.ui.dashboard_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (48.21kB) [INFO] Fetching org.eclipse.gmf.codegen.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (90.88kB) [INFO] Fetching org.eclipse.gmf.codegen.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (26.11kB) [INFO] Fetching org.eclipse.gmf.graphdef.codegen.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (21.22kB) [INFO] Fetching org.eclipse.gmf.codegen.xtend_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (1.86MB) [INFO] Fetching org.eclipse.gmf.graphdef_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (75.19kB) [INFO] Fetching org.eclipse.gmf.codegen.xtend.ui_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (13.54kB) [INFO] Fetching org.eclipse.pde.ui_3.12.100.v20201110-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.45MB) [INFO] Fetching org.eclipse.gmf.tooldef_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (31.66kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.400.v20200918-0332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (24.62kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.900.v20201003-1543.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (65.62kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (123kB) [INFO] Fetching org.eclipse.pde.launching_3.9.100.v20201103-0836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (51.52kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (149.88kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1300.v20200926-2205.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.91kB) [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.28kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.900.v20200910-2030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (49.36kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (29.18kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.diagramgen.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.diagramgen.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml [INFO] Fetching org.eclipse.pde.api.tools_1.2.100.v20201112-0408.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (927.67kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (131.9kB) [INFO] Fetching org.objectweb.asm.tree_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.41kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.junit.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (333.69kB) [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (109.72kB) [INFO] Fetching org.eclipse.cbi.p2repo.aggregator_1.0.300.20200825-1205.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (108.85kB) [INFO] Fetching org.eclipse.cbi.p2repo.util_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (12.66kB) [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (48.21kB) [INFO] Fetching org.eclipse.cbi.p2repo.cli_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (14.4kB) [INFO] Fetching org.eclipse.cbi.p2repo.p2_1.0.300.20200619-1617.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (62.65kB) [INFO] Fetching org.eclipse.cbi.p2repo.aggregator.legacy_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (31.76kB) [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (73.73kB) [INFO] Fetching org.eclipse.cbi.targetplatform_3.0.0.202005061025.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/plugins/ (193.95kB) [INFO] Fetching org.eclipse.cbi.targetplatform.model_3.0.0.202004211801.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/plugins/ (66.07kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ide_3.0.0.201902111444.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/plugins/ (44.94kB) [INFO] Fetching org.eclipse.cbi.targetplatform.ui_3.0.0.202005061025.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/plugins/ (119.47kB) [INFO] Fetching org.eclipse.cbi.targetplatform-feature_3.0.0.202005061025.jar from http://download.eclipse.org/cbi/tpd/3.0.0-SNAPSHOT/features/ (15.32kB) [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.5.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (13.56kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.04kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (12.22kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (20.47kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (45.05kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.1.400.v20201106-0859.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (17.96kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (35.76kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (44.5kB) [INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (34.28kB) [INFO] Fetching org.eclipse.oomph.util_1.16.0.v20200917-0735.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (77.41kB) [INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (35.03kB) [INFO] Fetching org.eclipse.oomph.p2.core_1.17.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (126.1kB) [INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (25.45kB) [INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (35.02kB) [INFO] Fetching org.eclipse.oomph.resources_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (42.86kB) [INFO] Fetching org.eclipse.oomph.setup_1.18.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (137.68kB) [INFO] Fetching org.eclipse.oomph.setup.targlets_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (25.07kB) [INFO] Fetching org.eclipse.oomph.targlets_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (38.14kB) [INFO] Fetching org.eclipse.oomph.targlets.core_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (52.73kB) [INFO] Fetching org.eclipse.oomph.util.pde_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (13.64kB) [INFO] Fetching org.eclipse.oomph.setup.workingsets_1.13.0.v20200815-0620.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (18.44kB) [INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (21.68kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (21.75kB) [INFO] Fetching org.eclipse.xtext.buildship_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (10.21kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (11.03kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (11.88kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (170.75kB) [INFO] Fetching org.eclipse.xtext.java_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (20.61kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (9.32kB) [INFO] Fetching org.eclipse.xtext.m2e_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (13.73kB) [INFO] Fetching org.eclipse.xtext.source_2.24.0.v20201123-1242.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (1.41MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.24.0.v20201123-1248.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (461.81kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.24.0.v20201123-1242.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (952.7kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (67.39kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.24.0.v20201123-1242.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (93.44kB) [INFO] Fetching org.eclipse.xtext.util.source_2.24.0.v20201123-1242.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (138.51kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.24.0.v20201123-1248.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (359.06kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (202.62kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.24.0.v20201123-1248.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (13.03kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.24.0.v20201123-1248.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (16.8kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (171.36kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.24.0.v20201123-1242.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (188.94kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.24.0.v20201123-1248.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (23.87kB) [INFO] Fetching org.eclipse.xtext.java.source_2.24.0.v20201123-1248.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (23.9kB) [INFO] Fetching org.eclipse.xtext.runtime_2.24.0.v20201123-1345.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/features/ (19.25kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (10.43kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (9.47kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (136.19kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (14.5kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (12.3kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (28.38kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (12.06kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (11.43kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (125.21kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (88.92kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (84.4kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (97.07kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.24.0.v20201123-1242.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (275.4kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (16.05kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.24.0.v20201123-1300.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (11.58kB) [INFO] Fetching org.eclipse.xtext.ui_2.24.0.v20201123-1345.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/features/ (19.03kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (259.93kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.releng.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml [INFO] Fetching org.eclipse.emf.compare_3.5.3.202011201248.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202011201248/core/plugins/ (182.57kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.ecore:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.ecore/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.expressions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.expressions/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.generation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.generation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.generation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.toolsmiths:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.toolsmiths:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.toolsmiths:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.nattableconfiguration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.nattableconfiguration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.nattableconfiguration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.codegen/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.def:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.def:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.def:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.def/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.assistants.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.assistants.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.assistants.codegen:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.assistants.codegen/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.pluginexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.pluginexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.pluginexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.pluginexplorer/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.project.management:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.project.management:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.project.management:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.project.management/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.types:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.types:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.types:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.types/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.developer:org.eclipse.papyrus.dev.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.developer:org.eclipse.papyrus.dev.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.developer:org.eclipse.papyrus.dev.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.view.services.edit.request:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.view.services.edit.request:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dev.view.services.edit.request:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.dev.view.services.edit.request/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpartview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpartview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpartview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpartview/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpoliciesstates:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpoliciesstates:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.editpoliciesstates:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.editpoliciesstates/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.figureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.figureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmf.figureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmf.figureview/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmfgenextension:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmfgenextension:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.gmfgenextension:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.gmfgenextension/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.commandstack:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.commandstack:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.commandstack:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.infra.emf.commandstack/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.debug:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.debug:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.debug:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.infra.gmfdiag.css.debug/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.mwe2.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.mwe2.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.mwe2.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.mwe2.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.tools:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.tools:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.releng.tools:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.releng.tools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.tests.tools:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.uml.m2m.qvto.tests.tools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.architectureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.architectureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.architectureview:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/org.eclipse.papyrus.architectureview/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.framework:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.framework:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.framework:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/framework/org.eclipse.papyrus.junit.framework/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.utils:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.utils:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.junit.utils:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/framework/org.eclipse.papyrus.junit.utils/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (31.78kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (29.98kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (55.55kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/framework/org.eclipse.papyrus.bundles.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/releng/toolsmiths/site/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/releng/toolsmiths/site/pom.xml [INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (333.69kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (109.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (109.72kB) [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (102.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (20.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.1000.v20201116-1127.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (475.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (65.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.1000.v20201112-0958.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (232.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.cbi.p2repo.aggregator_1.0.300.20200825-1205.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (108.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.cbi.p2repo.util_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (12.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (48.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.cbi.p2repo.cli_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (14.4kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.cbi.p2repo.p2_1.0.300.20200619-1617.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (62.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.cbi.p2repo.aggregator.legacy_1.0.300.20190930-1609.jar.pack.gz from https://download.eclipse.org/cbi/updates/aggregator/ide/4.13/I20200825-1209/plugins/ (31.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.kohsuke.args4j_2.33.0.v20160323-2218.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (73.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xcore.lib_1.5.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (13.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (12.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (20.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (20.47kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (45.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.compare_3.5.3.202011201248.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202011201248/core/plugins/ (182.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (40.29kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.console_1.1.400.v20201106-0859.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (17.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (31.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (35.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (288.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (71.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (44.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.bridge_1.3.1.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (59.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.map_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (63.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.codegen_2.11.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (406.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.graphdef.codegen_2.10.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (38.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.bridge.ui_1.5.1.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (77.58kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.graphdef.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (72.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.tooldef.edit_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (39.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.map.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (63.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.runtime_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (95.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.bridge.ui.dashboard_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (48.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.codegen.edit_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (90.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.common_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (55.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.validate_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (42.59kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.xpand_2.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (139.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.codegen.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (26.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.graphdef.codegen.ui_1.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (21.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.codegen.xtend_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (1.86MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.graphdef_2.9.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (75.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.codegen.xtend.ui_1.0.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (13.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.12.100.v20201110-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.45MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.tooldef_2.3.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (31.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.m2m.qvt.oml.project_3.10.2.v20200609-1812.jar.pack.gz from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.2/plugins/ (23.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.gmf.xpand.qvtlibrary_1.2.0.201509291144.jar.pack.gz from http://download.eclipse.org/modeling/gmp/gmf-tooling/updates/releases-3.3.1a/plugins/ (13.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.400.v20200918-0332.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (24.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.900.v20201003-1543.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (65.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (123kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.base_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (34.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.util_1.16.0.v20200917-0735.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (77.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (35.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.p2.core_1.17.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (126.1kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.predicates_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (25.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (35.02kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.resources_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (42.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup_1.18.0.v20200820-0414.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (137.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.targlets_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (25.07kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.targlets_1.14.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (38.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.targlets.core_1.13.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (52.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.util.pde_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (13.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.setup.workingsets_1.13.0.v20200815-0620.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (18.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar.pack.gz from https://download.eclipse.org/oomph/drops/milestone/S20201124-053138-1.19.0-M3/plugins/ (21.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (131.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objectweb.asm.tree_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.9.100.v20201103-0836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (51.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (149.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.1300.v20200926-2205.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.900.v20200910-2030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (49.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.builder.standalone_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (21.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.buildship_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (10.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.shared_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (11.03kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (11.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.ui_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (170.75kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.java_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (20.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (9.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.m2e_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (13.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xtext.ide_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (67.39kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.24.0.v20201123-1242.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (171.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.codemining_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (10.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.ui.ecore_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (9.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.xtext.xbase.ide_2.24.0.v20201123-1248.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (259.93kB) [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 https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (29.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/releng/toolsmiths/site/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] Performing subquery [INFO] Adding repository http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/toolsmiths [INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/toolsmiths/ [INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/ (172B) [INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/ (20.62kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202011160413/plugins/ (10.48kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] Fetching org.eclipse.ocl.uml_5.10.100.v20201123-2037.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/milestones/6.13.0/S202011232037/plugins/ (112.63kB) [INFO] Fetching org.eclipse.xtext.junit4_2.24.0.v20201123-1300.jar.pack.gz from https://download.eclipse.org/modeling/tmf/xtext/updates/milestones/S202011231345/plugins/ (82.37kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (107.05kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (62.49kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (33.35kB) [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (108.23kB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (55.73kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.0.v20201023-1558.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (29.94kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (76.24kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (35.29kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (696.23kB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (962.55kB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (3.42MB) [INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (12.57kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.400.v20190924-1023.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (93.41kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (102.86kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (69.92kB) [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (923.69kB) [INFO] Fetching org.eclipse.equinox.console_1.4.200.v20200828-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (51.55kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.96kB) [INFO] Fetching org.eclipse.e4.rcp_4.18.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (21.02kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.2.500.v20200928-2213.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (60.56kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.15.0.v20201103-0952.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (93.68kB) [INFO] Fetching org.eclipse.e4.core.commands.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (21.58kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (35.64kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.1.900.v20201014-0742.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (376.07kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.4.0.v20201014-0944.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (22.26kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.0.v20201105-1056.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (139.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.12.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (163.85kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.0.v20201015-0653.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (206.25kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.0.v20201103-0952.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (163.67kB) [INFO] Fetching org.apache.batik.css.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (319.46kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (126.65kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (18.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20091030.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (22.39kB) [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (57.91kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.7.600.v20200428-0912.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (44.5kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.8.400.v20191217-1710.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (42.13kB) [INFO] Fetching org.apache.batik.i18n.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (20.2kB) [INFO] Fetching org.apache.batik.constants.source_1.13.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (14.72kB) [INFO] Fetching org.apache.xmlgraphics.source_2.4.0.v20200622-2037.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (677.47kB) [INFO] Fetching org.apache.commons.io.source_2.6.0.v20190123-2029.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (293.37kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.16.0.v20200507-0938.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (12.6kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (22.72kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.2.900.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.19kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.2.800.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (10.4kB) [INFO] Fetching org.eclipse.equinox.common.source_3.14.0.v20201102-2053.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (144.54kB) [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (278.04kB) [INFO] Fetching org.eclipse.equinox.event.source_1.5.500.v20200616-0800.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (28.28kB) [INFO] Fetching org.eclipse.core.commands.source_3.9.800.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (150.67kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.7.800.v20200724-0804.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (81.96kB) [INFO] Fetching org.eclipse.core.databinding.source_1.10.100.v20200926-1123.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (145.76kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.7.100.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (75.48kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.10.0.v20200730-0848.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (208kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.8.100.v20200619-0651.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (94.56kB) [INFO] Fetching org.eclipse.core.expressions.source_3.7.0.v20200720-1126.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (86.97kB) [INFO] Fetching org.eclipse.core.jobs.source_3.10.1000.v20200909-1312.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (107.69kB) [INFO] Fetching org.eclipse.core.runtime.source_3.20.0.v20201027-1526.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.17kB) [INFO] Fetching org.eclipse.equinox.app.source_1.5.0.v20200717-0620.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (76.51kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.0.v20200915-1508.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (43.67kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.8.100.v20201102-2042.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (115.63kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.10.0.v20201107-1818.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (176.16kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.3.600.v20200721-1308.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (37.39kB) [INFO] Fetching org.eclipse.osgi.source_3.16.100.v20201030-1916.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.13MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.200.v20200915-2015.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (143.03kB) [INFO] Fetching org.eclipse.osgi.services.source_3.9.0.v20200511-1725.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (244.91kB) [INFO] Fetching org.eclipse.osgi.util.source_3.5.300.v20190708-1141.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (63.54kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.115.100.v20201118-2303.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.8MB) [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64.source_3.115.100.v20201118-2303.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (66.23kB) [INFO] Fetching org.eclipse.jface.source_3.22.0.v20201106-0834.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1,022.85kB) [INFO] Fetching org.eclipse.jface.databinding.source_1.12.100.v20201014-0742.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (230.28kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.15.500.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (17.72kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.0.v20201023-1558.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (38.3kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.2.v20201023-1558.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (112.15kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.2.v20201023-1558.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (48.22kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.200.v20200828-1034.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (83.88kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (77.52kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.3.0.v20200612-1624.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (63.5kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.2.100.v20201109-2317.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (39.1kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (180.32kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.2.800.v20200609-0849.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (52.39kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.6.600.v20191216-2352.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (14.41kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.15.700.v20200622-1247.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (19.8kB) [INFO] Fetching org.eclipse.urischeme.source_1.1.200.v20201104-0938.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (44.34kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.2.100.v20201103-1115.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (15.61kB) [INFO] Fetching com.sun.jna.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (163.15kB) [INFO] Fetching com.sun.jna.platform.source_4.5.1.v20190425-1842.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (912.59kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.18.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.94kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.5.701.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.72kB) [INFO] Fetching org.eclipse.ecf.source_3.9.101.v20201027-0547.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (102.76kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.401.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (53.05kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.5.701.v20201027-0550.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (20.99kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.400.v20200611-2220.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.93kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.500.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.69kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.400.v20200611-2220.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.61kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.500.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (21.05kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1702.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (27.8kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.101.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (76.02kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.601.v20201025-0700.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (86kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1702.v20201025-2315.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (29.2kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.301.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (35.76kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.702.v20201025-2303.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (27.92kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.source_1.0.301.v20201025-0700.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (52.56kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (374.24kB) [INFO] Fetching org.apache.httpcomponents.httpclient.source_4.5.10.v20200830-2311.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (965.36kB) [INFO] Fetching org.apache.httpcomponents.httpcore.source_4.4.12.v20200108-1212.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (431.64kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature.source_1.0.702.v20201025-2303.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (29.37kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.200.v20200611-1836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.35kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.400.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (23.72kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.200.v20200611-1836.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.47kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.400.v20200812-2314.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (25.13kB) [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.common.source_2.21.0.v20200917-1439.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (218.78kB) [INFO] Fetching org.eclipse.emf.common.source_2.21.0.v20200917-1439.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (20.22kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.1kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (820.38kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (90.76kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (151.51kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.23.0.v20200630-0516.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (20.25kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.500.v20200915-1207.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.57kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.700.v20201109-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (76.75kB) [INFO] Fetching org.eclipse.jetty.http_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (223.06kB) [INFO] Fetching org.eclipse.jetty.server_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (725.76kB) [INFO] Fetching org.eclipse.jetty.servlet_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (145.43kB) [INFO] Fetching org.eclipse.jetty.util_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (587.19kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.2.0.v20200614-1851.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (19.17kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (14.65kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (8.69kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (22.39kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.400.v20200915-1125.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (12.59kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.800.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.66kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.3.500.v20200406-2025.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (106.96kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.1.400.v20201106-0859.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (19.92kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.6.300.v20200211-1504.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (60.76kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.4.700.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (66.98kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.6.700.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (138.75kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.1.400.v20200221-1022.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (18.84kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.5.100.v20200908-1020.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (247.75kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.3.400.v20191211-1528.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (59.65kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.5.0.v20201013-0853.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (121.32kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.2.700.v20200813-0739.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (96.08kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.3.600.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (60.9kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.1.500.v20200211-1505.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (19.62kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.1.400.v20191002-0702.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (34.92kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.1.400.v20200319-1546.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (47.5kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.500.v20200114-1637.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (101.88kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.1.700.v20200904-1601.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (47.23kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.0.v20201012-1345.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (31.23kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.5.1000.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (64.21kB) [INFO] Fetching org.eclipse.equinox.security.linux.x86_64.source_1.1.400.v20200915-1125.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (14.59kB) [INFO] Fetching org.tukaani.xz.source_1.8.0.v20180207-1613.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (149.53kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.1.500.v20200106-1437.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (25.94kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.800.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.48kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (17.45kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (17.43kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.51kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1000.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.11kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.1.600.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (34.79kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.2.500.v20191211-1631.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (22.74kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.3.400.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (34.02kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.5.400.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (74.67kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.3.400.v20191213-1911.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.24kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.2.500.v20200110-2121.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (178.62kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.3.700.v20200828-0839.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (149.32kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1000.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.17kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.0.v20201012-1421.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (46.8kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (10.9kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.700.v20200731-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.75kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1000.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.03kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.6.100.v20200731-1005.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (294.34kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.0.v20201012-1421.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (55.67kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.2.300.v20200222-1600.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (15.42kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.2.700.v20200807-1518.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (85.49kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.1.700.v20200731-1005.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (30.22kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1000.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.12kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.600.v20201015-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (62.83kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1000.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (18.9kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.1.400.v20200511-1530.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (70.85kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.2.600.v20201015-1002.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (51.01kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1000.v20201106-1246.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.16kB) [INFO] Fetching org.eclipse.help.base_4.3.100.v20201119-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (164.01kB) [INFO] Fetching org.eclipse.help.ui_4.2.100.v20200923-2139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (203.25kB) [INFO] Fetching org.eclipse.help.webapp_3.10.100.v20201103-1703.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (308.14kB) [INFO] Fetching org.eclipse.jetty.continuation_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (31.76kB) [INFO] Fetching org.eclipse.jetty.io_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (175.73kB) [INFO] Fetching org.eclipse.jetty.security_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (126.49kB) [INFO] Fetching org.eclipse.help_2.3.400.v20201119-0730.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.53kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (57.06kB) [INFO] Fetching javax.servlet.source_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (118.48kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (129.82kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (73.27kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (321.04kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.7.500.v20200915-1207.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (22.46kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.2.0.v20200614-1851.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (32.54kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.6.700.v20201109-1600.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (140.84kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.500.v20200422-1833.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.1.400.v20200422-1833.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (12.02kB) [INFO] Fetching org.eclipse.help.base.source_4.3.100.v20201119-0730.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (306.83kB) [INFO] Fetching org.eclipse.help.ui.source_4.2.100.v20200923-2139.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (220.56kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.100.v20201103-1703.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (198.24kB) [INFO] Fetching org.eclipse.jetty.continuation.source_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (32.74kB) [INFO] Fetching org.eclipse.jetty.http.source_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (136.67kB) [INFO] Fetching org.eclipse.jetty.io.source_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (99.17kB) [INFO] Fetching org.eclipse.jetty.security.source_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (94.24kB) [INFO] Fetching org.eclipse.jetty.server.source_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (442.37kB) [INFO] Fetching org.eclipse.jetty.servlet.source_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (86.61kB) [INFO] Fetching org.eclipse.jetty.util.source_9.4.34.v20201102.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (391.51kB) [INFO] Fetching org.eclipse.core.net.source_1.3.1000.v20200715-0827.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (58.58kB) [INFO] Fetching org.eclipse.help.source_2.3.400.v20201119-0730.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (18.81kB) [INFO] Fetching org.eclipse.jdt_3.18.600.v20201119-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (29.45kB) [INFO] Fetching org.eclipse.jdt.annotation_1.1.500.v20200407-1355.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.46kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.59kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.6.800.v20200916-0645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (128.03kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.2.500.v20200322-1447.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (18.1kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.1100.v20200916-0645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (154.45kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.1200.v20200916-0645.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (77.51kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.6.500.v20200828-1336.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (31.59kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.0.0.v20200119-0748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.04kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1000.v20201119-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (5.02MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.900.v20201117-1135.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (8.83MB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.1.1400.v20200917-1125.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.16kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1100.v20200928-0432.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (12.92kB) [INFO] Fetching org.junit.jupiter.api_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (63.1kB) [INFO] Fetching org.junit.jupiter.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (73.01kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (21.56kB) [INFO] Fetching org.junit.jupiter.params_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (186.08kB) [INFO] Fetching org.junit.platform.commons_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (50.99kB) [INFO] Fetching org.junit.platform.engine_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (60.02kB) [INFO] Fetching org.junit.platform.launcher_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (53.71kB) [INFO] Fetching org.junit.platform.runner_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (21.1kB) [INFO] Fetching org.junit.platform.suite.api_1.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.91kB) [INFO] Fetching org.junit.vintage.engine_5.7.0.v20201026-1537.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (33.75kB) [INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (14.79kB) [INFO] Fetching org.eclipse.jdt_3.18.600.v20201119-0730.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.71kB) [INFO] Fetching org.eclipse.ant.ui.source_3.7.1000.v20201116-1127.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (610.09kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.6.800.v20200916-0645.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (355.63kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.6.500.v20200828-1336.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (45.87kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.2.500.v20200322-1447.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (33.82kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.3.1200.v20200916-0645.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (135.62kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.2.1100.v20200916-0645.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (50.73kB) [INFO] Fetching org.eclipse.jdt.core.source_3.24.0.v20201118-1408.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (5.19MB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.0.0.v20200119-0748.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (10.86kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.1.500.v20200407-1355.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (12.03kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.14.200.v20201116-2211.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.02MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.100.v20201118-1524.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (841.4kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.17.0.v20201117-1145.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (764.41kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.11.1000.v20201112-0958.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (198.18kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.10.900.v20201003-1543.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (113.77kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.5.400.v20200918-0332.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (45.76kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.1.1400.v20200917-1125.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (18.35kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1100.v20200928-0432.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (15.09kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.0.v20201106-0848.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (350.84kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.22.0.v20201118-0545.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (5.31MB) [INFO] Fetching org.junit.source_4.13.0.v20200204-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (258.21kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (196.24kB) [INFO] Fetching org.junit.jupiter.engine.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (138.9kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (39.73kB) [INFO] Fetching org.junit.jupiter.params.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (84.21kB) [INFO] Fetching org.junit.platform.commons.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (90.24kB) [INFO] Fetching org.junit.platform.engine.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (152.49kB) [INFO] Fetching org.junit.platform.launcher.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (101.55kB) [INFO] Fetching org.junit.platform.runner.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.97kB) [INFO] Fetching org.junit.platform.suite.api.source_1.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (34.47kB) [INFO] Fetching org.junit.vintage.engine.source_5.7.0.v20201026-1537.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (53.87kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20190826-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (20.88kB) [INFO] Fetching org.apiguardian.source_1.1.0.v20190826-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (14.05kB) [INFO] Fetching org.eclipse.ant.launching.source_1.2.1000.v20200610-1458.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (128.07kB) [INFO] Fetching org.eclipse.jdt.source_3.18.600.v20201119-0730.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.08kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (20.71kB) [INFO] Fetching org.eclipse.jsch.ui_1.3.1100.v20200916-0731.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (34.59kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.400.v20191119-0943.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (31.5kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.65kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.100.v20201112-0408.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (206.98kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1000.v20201119-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (6.59MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.0.v20200813-0526.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (63.14kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.100.v20201105-2204.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (25.93kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.0.v20200813-0954.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (79.37kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.400.v20191119-0943.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.92kB) [INFO] Fetching org.eclipse.pde_3.13.1300.v20201119-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (41.26kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.900.v20200810-0835.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.34kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.0.v20201109-0850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (113.33kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.100.v20200926-1009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (377.33kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.100.v20201105-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (33.06kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.100.v20201105-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (141.01kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.0.v20200828-0858.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (32.78kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.0.600.v20200608-0818.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (25.24kB) [INFO] Fetching org.eclipse.pde_3.14.600.v20201119-1215.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.44kB) [INFO] Fetching org.eclipse.pde.build.source_3.10.900.v20201111-1557.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (319.62kB) [INFO] Fetching org.eclipse.pde.core.source_3.14.100.v20201116-1221.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1,006.49kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.5.900.v20200810-0835.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (19.01kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.0.v20201109-0850.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (83.25kB) [INFO] Fetching org.eclipse.pde.ui.source_3.12.100.v20201110-1552.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (2.05MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.100.v20200926-1009.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (107.52kB) [INFO] Fetching org.objectweb.asm.source_9.0.0.v20201001-1419.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (188.33kB) [INFO] Fetching org.objectweb.asm.tree.source_9.0.0.v20201001-1419.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (86.62kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.100.v20201112-0408.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (652.71kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.100.v20201112-0408.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (251.71kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.100.v20201105-2204.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (50.83kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.0.v20200813-0954.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (94.77kB) [INFO] Fetching org.eclipse.pde.launching.source_3.9.100.v20201103-0836.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (93.14kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.100.v20201105-1530.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (104.83kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.100.v20201105-1530.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (272.56kB) [INFO] Fetching org.eclipse.ui.trace.source_1.1.800.v20200106-1301.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (52.02kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.0.v20200813-0526.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (77.35kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.0.v20200828-0858.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (63.32kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.400.v20191119-0943.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (29.99kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.400.v20191119-0943.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (20.57kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.0.600.v20200608-0818.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (26.26kB) [INFO] Fetching org.eclipse.pde.source_3.14.600.v20201119-1215.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (18.86kB) [INFO] Fetching org.eclipse.platform_4.18.0.v20201119-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (425.09kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.18.0.v20201119-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (21.41MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.18.0.v20201119-1215.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (10.86MB of 21.41MB at 10.85MB/s) [INFO] Fetching org.eclipse.platform.doc.user_4.18.0.v20201112-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (6.44MB) [INFO] Fetching org.eclipse.text.quicksearch_1.0.400.v20201026-1722.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (36.03kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.0.v20200805-1259.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.83MB) [INFO] Fetching org.eclipse.ui.browser_3.6.1000.v20200910-0548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (97.84kB) [INFO] Fetching org.eclipse.ui.monitoring_1.1.900.v20200907-0838.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (27.67kB) [INFO] Fetching org.eclipse.ui.net_1.3.800.v20200422-1935.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (19.83kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1200.v20201112-1139.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (30.26kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.99kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.0.600.v20200212-1524.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.83kB) [INFO] Fetching org.eclipse.platform_4.18.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (20.57kB) [INFO] Fetching org.eclipse.platform_root_4.18.0.v20201119-1132 from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/binary/ (196B) [INFO] Fetching org.apache.ant.source_1.10.9.v20201106-1946.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (2.43MB) [INFO] Fetching org.eclipse.ant.core.source_3.5.800.v20200608-1251.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (97.16kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (62.17kB) [INFO] Fetching org.eclipse.compare.source_3.7.1200.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (423.38kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.6.1100.v20201029-1159.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (87.58kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.7.700.v20200110-1734.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (90.36kB) [INFO] Fetching org.eclipse.core.net.linux.x86_64.source_1.2.400.v20190924-1023.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (8.5kB) [INFO] Fetching org.eclipse.core.resources.source_3.13.900.v20201105-1507.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (797.81kB) [INFO] Fetching org.eclipse.debug.core.source_3.17.0.v20201109-1948.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (402.83kB) [INFO] Fetching org.eclipse.debug.ui.source_3.14.700.v20201118-1523.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.67MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.15.100.v20200323-2111.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (10.74kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.11.200.v20201027-1753.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (295.15kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.11.200.v20201025-2022.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (251.15kB) [INFO] Fetching org.eclipse.platform.source_4.18.0.v20201119-0730.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (10.64kB) [INFO] Fetching org.eclipse.search.source_3.12.100.v20201116-1027.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (298.16kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.0.400.v20201026-1722.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (58.96kB) [INFO] Fetching org.eclipse.team.core.source_3.8.1100.v20200806-0621.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (367.84kB) [INFO] Fetching org.eclipse.team.ui.source_3.8.1100.v20200916-0836.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (765.78kB) [INFO] Fetching org.eclipse.text.source_3.10.400.v20200925-0557.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (278.68kB) [INFO] Fetching org.eclipse.jface.text.source_3.16.500.v20201112-1545.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (808.33kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (38.72kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.3.1100.v20200916-0731.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (47.88kB) [INFO] Fetching org.eclipse.ui.console.source_3.10.0.v20201021-1231.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (136.65kB) [INFO] Fetching org.eclipse.ui.intro.source_3.5.1200.v20201020-0911.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (253.76kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.0.v20200805-1259.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (57.04kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.100.v20200915-1059.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (251.09kB) [INFO] Fetching org.eclipse.ui.browser.source_3.6.1000.v20200910-0548.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (95.87kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.1.900.v20200910-2030.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (88.47kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.1.900.v20200907-0838.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (45.23kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.9.500.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (308.99kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.7.500.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (102.5kB) [INFO] Fetching org.eclipse.ui.net.source_1.3.800.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (28.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.15.100.v20201002-0955.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (428.68kB) [INFO] Fetching org.eclipse.ui.views.source_3.10.500.v20201021-1339.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (80.29kB) [INFO] Fetching org.eclipse.ui.editors.source_3.13.400.v20200923-1238.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (325.92kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.4.900.v20201105-0600.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (82.15kB) [INFO] Fetching org.eclipse.ui.ide.source_3.18.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.25MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.3.900.v20201102-2031.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (50.05kB) [INFO] Fetching org.eclipse.core.variables.source_3.4.800.v20200120-1101.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (37.71kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.0.v20201025-0656.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (217.71kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.0.v20201026-0739.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (82.81kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.1.800.v20201105-0600.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (35.85kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1200.v20201112-1139.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.36kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.0.v20200724-0708.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (18.24kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.0.600.v20200212-1524.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (14.16kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.2.1300.v20200926-2205.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (59.71kB) [INFO] Fetching org.eclipse.platform.source_4.18.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (20.17kB) [INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (42.69kB) [INFO] Fetching org.eclipse.rcp_4.18.0.v20201119-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.4kB) [INFO] Fetching org.eclipse.rcp_4.18.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.08kB) [INFO] Fetching org.eclipse.rcp_root_4.18.0.v20201119-1132 from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/binary/ (25.54kB) [INFO] Fetching org.eclipse.help.source_3.8.800.v20200525-0755.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (180kB) [INFO] Fetching org.eclipse.ui.source_3.118.100.v20201014-0742.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (145.52kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.122.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (2.47MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.700.v20200907-1237.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (76.39kB) [INFO] Fetching org.eclipse.rcp.source_4.18.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.15kB) [INFO] Fetching org.eclipse.sdk_4.18.0.v20201119-0730.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (246.57kB) [INFO] Fetching org.eclipse.sdk_4.18.0.v20201119-1215.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/features/ (19.04kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200830-2311.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (17.3kB) [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (24.56kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (36.57kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (33.44kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (56.91kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (81.96kB) [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (682.96kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.89kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.115.100.v20201118-2303.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.93MB) [INFO] Fetching org.eclipse.swt.browser.chromium.win32.win32.x86_64.source_3.115.100.v20201118-2303.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (66.23kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (9.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.300.v20200816-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (14.35kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32.source_1.0.300.v20200816-1842.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (20.07kB) [INFO] Fetching org.apache.httpcomponents.httpclient.win.source_4.5.10.v20200830-2311.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (29.92kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (37.04kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.200.v20190812-0919.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16.57kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (13.36kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.500.v20190925-1337.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (8.48kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (15.6kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.200.v20190903-0945.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (15.18kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (16kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (39.62kB) [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64_3.115.100.v20201118-2303.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (651.66kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (23.86kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.115.100.v20201118-2303.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (1.62MB) [INFO] Fetching org.eclipse.swt.browser.chromium.cocoa.macosx.x86_64.source_3.115.100.v20201118-2303.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (66.31kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (24.56kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.200.v20190903-0934.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (29.36kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.500.v20200116-2251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (12.12kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.600.v20200204-1737.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (29.17kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.500.v20200116-2251.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (17.59kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.600.v20200204-1737.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (28.07kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (7.61kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.18milestones/S-4.18M3-202011190730/plugins/ (8.88kB) [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [INFO] Performing subquery [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.papyrus.all.releng [pom] [INFO] org.eclipse.papyrus.releng [pom] [INFO] Papyrus Main Plugins [pom] [INFO] Papyrus EMF [pom] [INFO] org.eclipse.papyrus.emf [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.ui [eclipse-plugin] [INFO] EMF Facet, the Papyrus Edition [pom] [INFO] Papyrus EMF Facet Editors [pom] [INFO] org.eclipse.papyrus.emf.facet.custom.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.common.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.common.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.pde.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java [eclipse-plugin] [INFO] Papyrus Infra [pom] [INFO] Papyrus Infra Core [pom] [INFO] org.eclipse.papyrus.infra.core.log [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.tools [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.swt [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.doc [eclipse-plugin] [INFO] Papyrus Infra Element Types Configurations [pom] [INFO] org.eclipse.papyrus.infra.types [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.architecture.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.architecture.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.efacet.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore [eclipse-plugin] [INFO] Papyrus Infra Architecture [pom] [INFO] org.eclipse.papyrus.infra.core.sashwindows.di [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core [eclipse-plugin] [INFO] Papyrus EMF Infrastructure [pom] [INFO] org.eclipse.papyrus.infra.emf [eclipse-plugin] [INFO] Papyrus Infra Services [pom] [INFO] org.eclipse.papyrus.infra.services.markerlistener [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.architecture [eclipse-plugin] [INFO] Papyrus Infra Constraints [pom] [INFO] org.eclipse.papyrus.infra.constraints [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.architecture.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.constraints.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.architecture.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di [eclipse-plugin] [INFO] Papyrus Infra One-file [pom] [INFO] Papyrus EMF Expressions Infrastructure [pom] [INFO] org.eclipse.papyrus.infra.emf.expressions [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.gmf [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.labelprovider [eclipse-plugin] [INFO] Papyrus Infra UI [pom] [INFO] org.eclipse.papyrus.infra.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.widgets.toolbox [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui [eclipse-plugin] [INFO] Papyrus Internationalization [pom] [INFO] org.eclipse.papyrus.infra.internationalization.common [eclipse-plugin] [INFO] Papyrus Nattable [pom] [INFO] org.eclipse.papyrus.infra.nattable.model [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.onefile [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.constraints.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.constraints.ui [eclipse-plugin] [INFO] Papyrus Editor Welcome Page [pom] [INFO] Papyrus Infra Properties Framework [pom] [INFO] org.eclipse.papyrus.infra.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.readonly [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.emf [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.properties.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.editor.welcome [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.appearance [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.diagram.common [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.core [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.rulebased [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.types [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.properties.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.types.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.expressions.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.expressions.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.expressions.properties [eclipse-plugin] [INFO] Papyrus Infra Filters Model [pom] [INFO] org.eclipse.papyrus.infra.filters [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.filters.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.properties.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.controlmode.history [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.decoration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.localizer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.openelement [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.semantic [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.viewersearch [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider [eclipse-plugin] [INFO] Papyrus Infra New-Child Model [pom] [INFO] Papyrus Diagram Infrastructure [pom] [INFO] Papyrus UML Diagram PaletteConfiguration [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.representation [eclipse-plugin] [INFO] Papyrus Infra Viewpoints [pom] [INFO] org.eclipse.papyrus.infra.viewpoints.policy [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.types.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.common [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.style [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime [eclipse-plugin] [INFO] Papyrus Infra Other Bundles [pom] [INFO] org.eclipse.papyrus.infra.sync [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.common [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors [eclipse-plugin] [INFO] Papyrus Views [pom] [INFO] Papyrus Model Explorer View [pom] [INFO] org.eclipse.papyrus.views.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.config [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.fonts [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.ui.resources [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.onefile.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.newchild.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.hyperlink [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.psf [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.internationalization.readonly [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization [eclipse-plugin] [INFO] org.eclipse.papyrus.extensionpoints.editors [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit [eclipse-plugin] [INFO] Papyrus Diagram Expansion [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd [eclipse-plugin] [INFO] Papyrus Diagram CSS Support [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.css [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.export [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.gef [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.outline [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit [eclipse-plugin] [INFO] Papyrus Diagram Assistants [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.views.modelexplorer.newchild [eclipse-plugin] [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading [eclipse-plugin] [INFO] org.eclipse.papyrus.views.modelexplorer.widgets [eclipse-plugin] [INFO] Papyrus Properties View [pom] [INFO] org.eclipse.papyrus.views.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.views.properties.model.xwt [eclipse-plugin] [INFO] Papyrus Validation View [pom] [INFO] org.eclipse.papyrus.views.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.views.search [eclipse-plugin] [INFO] Papyrus References View [pom] [INFO] org.eclipse.papyrus.views.references [eclipse-plugin] [INFO] Papyrus Documentation View [pom] [INFO] Papyrus UML [pom] [INFO] org.eclipse.papyrus.uml.appearance [eclipse-plugin] [INFO] Papyrus UML Internationalization [pom] [INFO] org.eclipse.papyrus.uml.internationalization.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.internationalization.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.extensionpoints [eclipse-plugin] [INFO] Papyrus UML Tools [pom] [INFO] org.eclipse.papyrus.uml.tools.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.tools [eclipse-plugin] [INFO] Papyrus UML Diagrams [pom] [INFO] org.eclipse.papyrus.uml.diagram.common [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.types.core [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.views.documentation [eclipse-plugin] [INFO] Papyrus Editor [pom] [INFO] org.eclipse.papyrus.eclipse.project.editors [eclipse-plugin] [INFO] org.eclipse.papyrus.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.commands [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.controlmode.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.documentation.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.filters [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.filters.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.icons [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.modelrepair [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.import [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.export [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.wizards [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.perspective [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.resourceloading.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.search.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.types [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.types.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.service.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.services.decoration [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.templaterepository [eclipse-plugin] [INFO] Papyrus UML ALF [pom] [INFO] org.eclipse.papyrus.uml.alf [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.common [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.common.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.libraries [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.to.fuml [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.alf.ui [eclipse-plugin] [INFO] Papyrus UML Architecture [pom] [INFO] Papyrus UML Nattable [pom] [INFO] org.eclipse.papyrus.uml.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.generic.config [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.clazz [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.communication [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.component [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.composite [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.deployment [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.activity [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.menu [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.statemachine [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.timing [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.usecase [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.architecture [eclipse-plugin] [INFO] Papyrus UML Decorator Models [pom] [INFO] org.eclipse.papyrus.uml.decoratormodel [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.ui [eclipse-plugin] [INFO] Papyrus UML Properties [pom] [INFO] org.eclipse.papyrus.uml.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.common.groups [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.css [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.dnd [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.icons [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.linklf [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.navigation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.symbols [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties [eclipse-plugin] [INFO] Papyrus UML Expressions Infrastructure [pom] [INFO] org.eclipse.papyrus.uml.expressions [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.expressions.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.expressions.properties [eclipse-plugin] [INFO] Papyrus UML Model Explorer [pom] [INFO] org.eclipse.papyrus.uml.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.generic [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.matrix [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.menu [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.richtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display [eclipse-plugin] [INFO] Papyrus UML Xtext Integration [pom] [INFO] org.eclipse.papyrus.uml.xtext.integration.core [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.xtext.integration.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration [eclipse-plugin] [INFO] Papyrus UML Textual Edit [pom] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification [eclipse-plugin] [INFO] Papyrus UML Profile [pom] [INFO] org.eclipse.papyrus.uml.profile.drafter [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.properties.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.common.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.message.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.property.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.state.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.xtext.integration.validation [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.internationalization [eclipse-plugin] [INFO] Papyrus M2M QvTo [pom] [INFO] org.eclipse.papyrus.uml.m2m.qvto.common [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes [eclipse-plugin] [INFO] org.eclipse.papyrus.plugins-doc [pom] [INFO] Papyrus - API migration documentation [eclipse-plugin] [INFO] Papyrus Copypaste UI doc [eclipse-plugin] [INFO] Papyrus Developer doc [eclipse-plugin] [INFO] Papyrus DSML Validation doc [eclipse-plugin] [INFO] Papyrus Infra doc [eclipse-plugin] [INFO] Papyrus Infra GmfDiag Common doc [eclipse-plugin] [INFO] Papyrus Infra GmfDiag Css doc [eclipse-plugin] [INFO] Papyrus Infra Expression doc [eclipse-plugin] [INFO] Papyrus Internationalization doc [eclipse-plugin] [INFO] Papyrus Infra Nattable doc [eclipse-plugin] [INFO] Papyrus Infra Newchild doc [eclipse-plugin] [INFO] Papyrus Infra Services ControlMode doc [eclipse-plugin] [INFO] Papyrus Infra Service decoration doc [eclipse-plugin] [INFO] Papyrus Infra Service decoration doc [eclipse-plugin] [INFO] Papyrus Infra Architecture doc [eclipse-plugin] [INFO] Papyrus Infra Types doc [eclipse-plugin] [INFO] Papyrus Req Reqif doc [eclipse-plugin] [INFO] Papyrus Uml DecoratorModel doc [eclipse-plugin] [INFO] Papyrus Uml Diagram Common doc [eclipse-plugin] [INFO] Papyrus Uml Diagram profile doc [eclipse-plugin] [INFO] Papyrus Uml doc [eclipse-plugin] [INFO] Papyrus Uml Search UI doc [eclipse-plugin] [INFO] Papyrus ModelRepair doc [eclipse-plugin] [INFO] Papyrus Uml Profile Assistants doc [eclipse-plugin] [INFO] Papyrus Uml Diagram Customization from a Profile doc [eclipse-plugin] [INFO] Papyrus Uml Search UI doc [eclipse-plugin] [INFO] Papyrus Views Properties doc [eclipse-plugin] [INFO] Papyrus Views References doc [eclipse-plugin] [INFO] Papyrus Views References doc [eclipse-plugin] [INFO] Papyrus Views References doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.doc [eclipse-plugin] [INFO] Papyrus SDK [pom] [INFO] org.eclipse.papyrus.sdk [eclipse-plugin] [INFO] Papyrus Examples Plugins [pom] [INFO] org.eclipse.papyrus.examples.core [pom] [INFO] org.eclipse.papyrus.example.core.lifecycleevents [eclipse-plugin] [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor [eclipse-plugin] [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.emf [pom] [INFO] org.eclipse.papyrus.outline.emftree [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.infra [pom] [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.others [pom] [INFO] org.eclipse.papyrus.example.diagram.simplediagram [eclipse-plugin] [INFO] org.eclipse.papyrus.example.text.instance [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.uml [pom] [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.diagram.emftree [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.textual.editors.example [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example [eclipse-plugin] [INFO] org.eclipse.papyrus.examples.uml.diagrams [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.nattable.actions [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line [eclipse-plugin] [INFO] org.eclipse.papyrus.example.uml.services.decorator [eclipse-plugin] [INFO] org.eclipse.papyrus.examples-user [pom] [INFO] org.eclipse.papyrus.examples.user.qvto [eclipse-plugin] [INFO] Papyrus Main Features [pom] [INFO] org.eclipse.papyrus.doc.feature [eclipse-feature] [INFO] org.eclipse.papyrus.editor.feature [eclipse-feature] [INFO] org.eclipse.papyrus.emf.facet.feature [eclipse-feature] [INFO] org.eclipse.papyrus.emf.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.architecture.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.core.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.gmfdiag.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.services.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.ui.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.widget.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.viewpoints.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.alf.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.architecture.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.decoratormodel.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.diagram.css.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.diagram.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.modelexplorer.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.properties.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tools.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.ui.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.textedit.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.search.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.xtext.integration.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.documentation.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.search.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.modelexplorer.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.properties.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.references.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.validation.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.feature [eclipse-feature] [INFO] org.eclipse.papyrus.sdk.feature [eclipse-feature] [INFO] Papyrus Examples Features [pom] [INFO] org.eclipse.papyrus.user.examples.feature [eclipse-feature] [INFO] org.eclipse.papyrus.main.target.parent [pom] [INFO] org.eclipse.papyrus.main.portable.target [eclipse-target-definition] [INFO] org.eclipse.papyrus.p2 [eclipse-repository] [INFO] org.eclipse.papyrus.toolsmiths.releng [pom] [INFO] Papyrus Toolsmiths Features [pom] [INFO] Papyrus Toolsmiths Plugins [pom] [INFO] org.eclipse.papyrus.architectureview [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.view.services.edit.request [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.editpoliciesstates [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.editpartview [eclipse-plugin] [INFO] org.eclipse.papyrus.gmf.figureview [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.commandstack [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.types [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.pluginexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.debug.feature [eclipse-feature] [INFO] org.eclipse.papyrus.codegen [eclipse-plugin] [INFO] org.eclipse.papyrus.gmfgenextension [eclipse-plugin] [INFO] org.eclipse.papyrus.def [eclipse-plugin] [INFO] Papyrus UML Assistants [pom] [INFO] org.eclipse.papyrus.uml.profile.types.generator [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator [eclipse-plugin] [INFO] org.eclipse.papyrus.dev.assistants.codegen [eclipse-plugin] [INFO] org.eclipse.papyrus.mwe2.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.diagramgen.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.junit-framework [pom] [INFO] org.eclipse.papyrus.junit.framework [eclipse-plugin] [INFO] org.eclipse.papyrus.junit.utils [eclipse-plugin] [INFO] org.eclipse.papyrus.bundles.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.junit.feature [eclipse-feature] [INFO] org.eclipse.papyrus.dev.project.management [eclipse-plugin] [INFO] org.eclipse.papyrus.releng.tools [eclipse-plugin] [INFO] org.eclipse.papyrus.releng.feature [eclipse-feature] [INFO] org.eclipse.papyrus.customization.nattableconfiguration [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.ecore [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.expressions [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.palette [eclipse-plugin] [INFO] org.eclipse.papyrus.views.properties.toolsmiths [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.properties.generation [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.nattable [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.types.ui.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.profile-migration [pom] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.assistants.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.validations [pom] [INFO] org.eclipse.papyrus.toolsmiths.validation.common [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.feature [eclipse-feature] [INFO] org.eclipse.papyrus.p2.toolsmiths [eclipse-repository] [INFO] org.eclipse.papyrus.toolsmiths.targetplatform.parent [pom] [INFO] org.eclipse.papyrus.toolsmiths.portable.targetplatform [eclipse-target-definition] [INFO] org.eclipse.papyrus.tests.releng [pom] [INFO] org.eclipse.papyrus.plugins.tests.releng [pom] [INFO] org.eclipse.papyrus.editor.tests.releng [pom] [INFO] org.eclipse.papyrus.editor.integration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.emf.facet.tests [pom] [INFO] org.eclipse.papyrus.emf.facet.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.core.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.core.clipboard.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.editor.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.editor.welcome.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.emf.gmf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.readonly.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.main.test [pom] [INFO] org.eclipse.papyrus.infra.nattable.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.properties.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.properties.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.services.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.semantic.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.tools.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.types.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.types.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.emf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.emf.facet.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.diagram.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.diagram.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.activity.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.component.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.timing.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.composite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.diagram.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.services.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.tests.releng [pom] [INFO] org.eclipse.papyrus.views.modelexplorer.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.modelrepair.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.service.types.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.service.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.profile.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.profile.drafter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.documentation.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.views.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.nattable.main.test [pom] [INFO] org.eclipse.papyrus.uml.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.generic.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.tests.uml.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.core.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tools.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.tools.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.tools.utils.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.tools.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.textedit.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.property.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.tests.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.assistants.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.assistants.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.tests.releng [pom] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.toolsmiths.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests [pom] [INFO] org.eclipse.papyrus.infra.emf.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.internationalization.main.test [pom] [INFO] org.eclipse.papyrus.infra.internationalization.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.expressions.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.internationalization.main.test [pom] [INFO] org.eclipse.papyrus.uml.internationalization.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.alf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.alf.tests.feature [eclipse-feature] [INFO] Papyrus Tests Features [pom] [INFO] org.eclipse.papyrus.developer.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.bundles.tests [pom] [INFO] org.eclipse.papyrus.eclipse.project.editors.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.editors.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.newchild.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.communication.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.architecture.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.alf.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.alf.backend.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.documentation.tests.releng [pom] [INFO] org.eclipse.papyrus.tests.main.releng [pom] [INFO] org.eclipse.papyrus.main.tests.target.parent [pom] [INFO] org.eclipse.papyrus.main.tests.portable.target [eclipse-target-definition] [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.all.releng >--------- [INFO] Building org.eclipse.papyrus.all.releng 0.0.1-SNAPSHOT [1/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.all.releng --- [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.releng >----------- [INFO] Building org.eclipse.papyrus.releng 0.0.1-SNAPSHOT [2/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.releng --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.releng --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.releng --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.releng --- [INFO] [INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.plugins >----------- [INFO] Building Papyrus Main Plugins 0.0.1-SNAPSHOT [3/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus-emf >------------- [INFO] Building Papyrus EMF 0.0.1-SNAPSHOT [4/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus-emf --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus-emf --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus-emf --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus-emf --- [INFO] [INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus.emf >------------- [INFO] Building org.eclipse.papyrus.emf 2.0.0-SNAPSHOT [5/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf --- [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.emf.ui >----------- [INFO] Building org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT [6/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.ui --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf.ui/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.facet >------------ [INFO] Building EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT [7/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.facet-editor >-------- [INFO] Building Papyrus EMF Facet Editors 0.0.1-SNAPSHOT [8/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc >---- [INFO] Building org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT [9/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/target/org.eclipse.papyrus.emf.facet.custom.doc-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core >---- [INFO] Building org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT [10/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/target/org.eclipse.papyrus.emf.facet.common.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core >----- [INFO] Building org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT [11/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/org/eclipse/papyrus/emf/facet/util/core/internal/exported/FileUtils.java:[103] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/target/org.eclipse.papyrus.emf.facet.util.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.sdk.core >-- [INFO] Building org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT [12/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/target/org.eclipse.papyrus.emf.facet.common.sdk.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui >----- [INFO] Building org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT [13/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTree.java:[17] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTree.java:[29] public void setSorter(final ViewerSorter viewerSorter) { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTree.java:[30] this.treeViewer.setSorter(viewerSorter); ^^^^^^^^^^^^^^^^^^^^^^^ The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTable.java:[17] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTable.java:[29] public void setSorter(final ViewerSorter viewerSorter) { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableTable.java:[30] this.tableViewer.setSorter(viewerSorter); ^^^^^^^^^^^^^^^^^^^^^^^ The method setSorter(ViewerSorter) from the type StructuredViewer is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableWidget.java:[16] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/wrappers/SortableWidget.java:[22] void setSorter(ViewerSorter viewerSorter); ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[26] import org.eclipse.jface.viewers.ViewerSorter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[98] PersistableColumn.getColumnWidths().put(uniqueID, new Integer(column.getWidth())); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[155] private static ViewerSorter getViewerSorter(final ColumnLabelProvider columnLabelProvider) { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[156] return new ViewerSorter() { ^^^^^^^^^^^^ The type ViewerSorter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[156] return new ViewerSorter() { @Override public int compare(final Viewer viewer, final Object e1, final Object e2) { String text1 = columnLabelProvider.getText(e1); String text2 = columnLabelProvider.getText(e2); if (text1 == null) { return -1; } int compare = text1.compareTo(text2); SortableWidget sortableWidget = SortableWidgetFactory.createSortableWidget(viewer); if (sortableWidget.getSortDirection() == SWT.DOWN) { compare = compare * -1; } return compare; } }; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor ViewerSorter() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/org/eclipse/papyrus/emf/facet/common/ui/internal/controls/PersistableColumn.java:[174] private static void addSorter(final Column column, final ViewerSorter viewerSorter, ^^^^^^^^^^^^ The type ViewerSorter is deprecated 14 problems (14 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/target/org.eclipse.papyrus.emf.facet.common.ui-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.catalog >-- [INFO] Building org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT [14/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/target/org.eclipse.papyrus.emf.facet.util.emf.catalog-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel >-- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT [15/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[27] import org.eclipse.emf.common.util.ECollections; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.util.ECollections is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[396] allTypedElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllTypedElements(),allTypedElements.size(), allTypedElements.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EcoreEList.UnmodifiableEList needs unchecked conversion to conform to EList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[396] allTypedElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllTypedElements(),allTypedElements.size(), allTypedElements.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EcoreEList.UnmodifiableEList is a raw type. References to generic type EcoreEList.UnmodifiableEList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[415] allFacetOperations = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetOperations(),allFacetOperations.size(), allFacetOperations.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EcoreEList.UnmodifiableEList needs unchecked conversion to conform to EList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[415] allFacetOperations = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetOperations(),allFacetOperations.size(), allFacetOperations.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EcoreEList.UnmodifiableEList is a raw type. References to generic type EcoreEList.UnmodifiableEList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[434] allFacetElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetElements(),allFacetElements.size(), allFacetElements.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EcoreEList.UnmodifiableEList needs unchecked conversion to conform to EList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src-gen/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/impl/FacetImpl.java:[434] allFacetElements = new EcoreEList.UnmodifiableEList(this,EFacetPackage.eINSTANCE.getFacet_AllFacetElements(),allFacetElements.size(), allFacetElements.toArray()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ EcoreEList.UnmodifiableEList is a raw type. References to generic type EcoreEList.UnmodifiableEList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/internal/EFacetValidator.java:[28] import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.Facet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.Facet is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/org/eclipse/papyrus/emf/facet/efacet/metamodel/v0_2_0/efacet/internal/EFacetValidator.java:[30] import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.FacetSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.emf.facet.efacet.metamodel.v0_2_0.efacet.FacetSet is never used 9 problems (9 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/target/org.eclipse.papyrus.emf.facet.efacet.metamodel-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel >-- [INFO] Building org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT [16/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EStructuralFeatureTreeElementImpl.java:[64] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type EStructuralFeatureTreeElementImpl needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EStructuralFeatureTreeElementImpl.java:[64] public Object getAdapter(Class key) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EObjectTreeElementImpl.java:[81] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type EObjectTreeElementImpl needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/internal/treeproxy/impl/EObjectTreeElementImpl.java:[81] public Object getAdapter(Class key) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custompt/impl/CustomptPackageImpl.java:[22] import org.eclipse.emf.edit.provider.StyledString; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.edit.provider.StyledString is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custompt/impl/CustomptFactoryImpl.java:[24] import org.eclipse.emf.edit.provider.StyledString; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.edit.provider.StyledString is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custompt/impl/CustomptFactoryImpl.java:[27] import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt is never used 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/target/org.eclipse.papyrus.emf.facet.custom.metamodel-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet >------ [INFO] Building org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT [17/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog >-- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT [18/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/target/org.eclipse.papyrus.emf.facet.efacet.catalog-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.pde.core >--- [INFO] Building org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT [19/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/Activator.java:[18] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/Activator.java:[27] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/org/eclipse/papyrus/emf/facet/util/pde/core/internal/Activator.java:[37] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/target/org.eclipse.papyrus.emf.facet.util.pde.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.core >--- [INFO] Building org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT [20/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/preferences/PreferenceInitializer.java:[31] IEclipsePreferences preferenceNode = new DefaultScope().getNode(Activator.PLUGIN_ID); ^^^^^^^^^^^^^^ The constructor DefaultScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/catalog/CatalogSetManager.java:[165] result.add((T) catalogManager); ^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ICatalogManager to T [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[150] IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID); ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[173] IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID); ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/registry/BrowserRegistry.java:[196] IEclipsePreferences preferenceNode = new InstanceScope().getNode(Activator.PLUGIN_ID); ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/org/eclipse/papyrus/emf/facet/util/emf/core/internal/serialization/SerializationService.java:[29] ISerializer serializer = (ISerializer) ISerializationRegistry.INSTANCE .getSerializerFor(instanceValue.getClass()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from ISerializer to ISerializer 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/target/org.eclipse.papyrus.emf.facet.util.emf.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core >---- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT [21/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetManager.java:[669] return (List) cache.get(classs); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetManagerContext.java:[142] result = (T) derivedResult; ^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from DerivedTypedElement to T [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetManagerContext.java:[407] final T element = (T) feature; ^^^^^^^^^^^ Type safety: Unchecked cast from ETypedElement to T [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/Messages.java:[18] @SuppressWarnings("PMD") ^^^^^ Unsupported @SuppressWarnings("PMD") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/FacetActions2Impl.java:[78] ICatalogSetManager2.INSTANCE.registerModelDeclaration(file); ^^^^^^^^ The field ICatalogSetManager2.INSTANCE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[39] import org.eclipse.papyrus.emf.facet.efacet.core.internal.query.DerivedTypedElementImplementationFactoryRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DerivedTypedElementImplementationFactoryRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[42] import org.eclipse.papyrus.emf.facet.efacet.core.query.IDerivedTypedElementImplementation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IDerivedTypedElementImplementation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[141] IDerivedTypedElementImplementation evaluator2 = null; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IDerivedTypedElementImplementation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[148] evaluator2 = DerivedTypedElementImplementationFactoryRegistry.INSTANCE.getEvaluatorFor(query, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DerivedTypedElementImplementationFactoryRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[148] evaluator2 = DerivedTypedElementImplementationFactoryRegistry.INSTANCE.getEvaluatorFor(query, this); ^^^^^^^^ The field DerivedTypedElementImplementationFactoryRegistry.INSTANCE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/org/eclipse/papyrus/emf/facet/efacet/core/internal/DerivedTypedElementManager.java:[148] evaluator2 = DerivedTypedElementImplementationFactoryRegistry.INSTANCE.getEvaluatorFor(query, this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEvaluatorFor(Query, IDerivedTypedElementManager) from the type DerivedTypedElementImplementationFactoryRegistry is deprecated 11 problems (11 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/target/org.eclipse.papyrus.emf.facet.efacet.core-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core >---- [INFO] Building org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT [22/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/org/eclipse/papyrus/emf/facet/custom/core/internal/exported/CustomizationUtils.java:[137] result = (T) result.toString(); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from String to T 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/target/org.eclipse.papyrus.emf.facet.custom.core-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel.edit >-- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.metamodel.edit 2.0.0-SNAPSHOT [23/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/target/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/target/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.edit >-- [INFO] Building org.eclipse.papyrus.emf.facet.custom.metamodel.edit 2.0.0-SNAPSHOT [24/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/target/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/target/org.eclipse.papyrus.emf.facet.custom.metamodel.edit-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.core >-- [INFO] Building org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT [25/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[21] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[30] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[40] @SuppressWarnings({ "PMD.SignatureDeclareThrowsException", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/org/eclipse/papyrus/emf/facet/custom/sdk/core/internal/Activator.java:[41] "PMD.NullAssignment" }) ^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.NullAssignment") 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/target/org.eclipse.papyrus.emf.facet.custom.sdk.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java >---- [INFO] Building org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT [26/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/target/org.eclipse.papyrus.emf.facet.query.java-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.infra >------------ [INFO] Building Papyrus Infra 0.0.1-SNAPSHOT [27/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra --- [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-core >--------- [INFO] Building Papyrus Infra Core 0.0.1-SNAPSHOT [28/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log >------- [INFO] Building org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT [29/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.log --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.log --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.log --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.log --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.log --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/target/org.eclipse.papyrus.infra.core.log-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.tools >--------- [INFO] Building org.eclipse.papyrus.infra.tools 4.0.0-SNAPSHOT [30/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.tools --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.tools --- [INFO] Compiling 51 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/IMultipleObservableValue.java:[27] public interface IMultipleObservableValue extends AggregatedObservable, IObservableValue { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/IMultipleObservableValue.java:[32] List getObservableValues(); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/CommandBasedObservableValue.java:[22] public interface CommandBasedObservableValue extends CommandBasedObservable, IObservableValue { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[39] public class MultipleObservableValue extends ReferenceCountedObservable.Value implements IMultipleObservableValue, IChangeListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ReferenceCountedObservable.Value is a raw type. References to generic type ReferenceCountedObservable.Value should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[49] public MultipleObservableValue(Collection values) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[98] for (IObservableValue observable : observableValues) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[99] observable.setValue(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[106] observableValues.add((IObservableValue) observable); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[113] public List getObservableValues() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[119] for (IObservableValue value : getObservableValues()) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[128] for (IObservableValue observable : observableValues) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[141] protected List observableValues = new LinkedList(); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[141] protected List observableValues = new LinkedList(); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[150] for (IObservableValue observable : observableValues) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[169] super.fireValueChange(new ValueDiff() { @Override public Object getOldValue() { return true; } @Override public Object getNewValue() { return false; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/MultipleObservableValue.java:[169] super.fireValueChange(new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[28] public class DelegatingObservableValue extends DelegatingObservable implements IObservableValue { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[28] public class DelegatingObservableValue extends DelegatingObservable implements IObservableValue { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[32] private IValueChangeListener forwardingValueChangeListener; ^^^^^^^^^^^^^^^^^^^^ IValueChangeListener is a raw type. References to generic type IValueChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[34] DelegatingObservableValue(IObservableValue delegate) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[42] public static IObservableValue wrap(IObservableValue observable) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[42] public static IObservableValue wrap(IObservableValue observable) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[43] IObservableValue result; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[60] public static IObservableValue create(Realm realm, ClassLoader loader, Class... mixins) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[64] public void addValueChangeListener(IValueChangeListener listener) { ^^^^^^^^^^^^^^^^^^^^ IValueChangeListener is a raw type. References to generic type IValueChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[68] public void removeValueChangeListener(IValueChangeListener listener) { ^^^^^^^^^^^^^^^^^^^^ IValueChangeListener is a raw type. References to generic type IValueChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[73] protected void hookDelegate(IObservableValue delegate) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[75] delegate.addValueChangeListener(getForwardingValueChangeListener()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[79] protected void unhookDelegate(IObservableValue delegate) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[80] delegate.removeValueChangeListener(getForwardingValueChangeListener()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeValueChangeListener(IValueChangeListener) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[85] protected void delegateChanged(IObservableValue oldDelegate, IObservableValue newDelegate) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[85] protected void delegateChanged(IObservableValue oldDelegate, IObservableValue newDelegate) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[106] getDelegate().setValue(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[110] private IValueChangeListener getForwardingValueChangeListener() { ^^^^^^^^^^^^^^^^^^^^ IValueChangeListener is a raw type. References to generic type IValueChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[112] forwardingValueChangeListener = new IValueChangeListener() { ^^^^^^^^^^^^^^^^^^^^ IValueChangeListener is a raw type. References to generic type IValueChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[114] public void handleValueChange(ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ ValueChangeEvent is a raw type. References to generic type ValueChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[115] ValueChangeEvent myEvent = new MyValueChangeEvent(event.diff); ^^^^^^^^^^^^^^^^ ValueChangeEvent is a raw type. References to generic type ValueChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[128] class MyValueChangeEvent extends ValueChangeEvent { ^^^^^^^^^^^^^^^^ ValueChangeEvent is a raw type. References to generic type ValueChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[132] MyValueChangeEvent(ValueDiff diff) { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValue.java:[133] super(getRealObservable(), diff); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ValueChangeEvent(IObservableValue, ValueDiff) belongs to the raw type ValueChangeEvent. References to generic type ValueChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[31] public class DelegatingObservableSet extends DelegatingObservableCollection implements IObservableSet { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[31] public class DelegatingObservableSet extends DelegatingObservableCollection implements IObservableSet { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[35] private ISetChangeListener forwardingSetChangeListener; ^^^^^^^^^^^^^^^^^^ ISetChangeListener is a raw type. References to generic type ISetChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[37] DelegatingObservableSet(IObservableSet delegate) { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[45] public static IObservableSet wrap(IObservableSet observable) { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[45] public static IObservableSet wrap(IObservableSet observable) { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[46] IObservableSet result; ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[63] public static IObservableSet create(Realm realm, ClassLoader loader, Class... mixins) { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[67] public void addSetChangeListener(ISetChangeListener listener) { ^^^^^^^^^^^^^^^^^^ ISetChangeListener is a raw type. References to generic type ISetChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[71] public void removeSetChangeListener(ISetChangeListener listener) { ^^^^^^^^^^^^^^^^^^ ISetChangeListener is a raw type. References to generic type ISetChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[76] protected void hookDelegate(IObservableSet delegate) { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[78] delegate.addSetChangeListener(getForwardingSetChangeListener()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[82] protected void unhookDelegate(IObservableSet delegate) { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[83] delegate.removeSetChangeListener(getForwardingSetChangeListener()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeSetChangeListener(ISetChangeListener) belongs to the raw type IObservableSet. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[88] protected void delegateChanged(IObservableSet oldDelegate, IObservableSet newDelegate) { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[88] protected void delegateChanged(IObservableSet oldDelegate, IObservableSet newDelegate) { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[97] private ISetChangeListener getForwardingSetChangeListener() { ^^^^^^^^^^^^^^^^^^ ISetChangeListener is a raw type. References to generic type ISetChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[99] forwardingSetChangeListener = new ISetChangeListener() { ^^^^^^^^^^^^^^^^^^ ISetChangeListener is a raw type. References to generic type ISetChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[101] public void handleSetChange(SetChangeEvent event) { ^^^^^^^^^^^^^^ SetChangeEvent is a raw type. References to generic type SetChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[102] SetChangeEvent myEvent = new MySetChangeEvent(event.diff); ^^^^^^^^^^^^^^ SetChangeEvent is a raw type. References to generic type SetChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[115] class MySetChangeEvent extends SetChangeEvent { ^^^^^^^^^^^^^^ SetChangeEvent is a raw type. References to generic type SetChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[119] MySetChangeEvent(SetDiff diff) { ^^^^^^^ SetDiff is a raw type. References to generic type SetDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSet.java:[120] super(getRealObservable(), diff); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor SetChangeEvent(IObservableSet, SetDiff) belongs to the raw type SetChangeEvent. References to generic type SetChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/util/ClassLoaderHelper.java:[461] return theClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollection.java:[28] public abstract class DelegatingObservableCollection extends DelegatingObservable implements IObservableCollection { ^^^^^^^^^^^^^^^^^^^^^ IObservableCollection is a raw type. References to generic type IObservableCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollection.java:[28] public abstract class DelegatingObservableCollection extends DelegatingObservable implements IObservableCollection { ^^^^^^^^^^^^^^^^^^^^^ IObservableCollection is a raw type. References to generic type IObservableCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservable.java:[93] result = DelegatingObservableList.wrap((IObservableList) observable); ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservable.java:[95] result = DelegatingObservableSet.wrap((IObservableSet) observable); ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservable.java:[97] result = DelegatingObservableValue.wrap((IObservableValue) observable); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[33] public class DelegatingObservableList extends DelegatingObservableCollection implements IObservableList { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[33] public class DelegatingObservableList extends DelegatingObservableCollection implements IObservableList { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[37] private IListChangeListener forwardingListChangeListener; ^^^^^^^^^^^^^^^^^^^ IListChangeListener is a raw type. References to generic type IListChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[39] DelegatingObservableList(IObservableList delegate) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[47] public static IObservableList wrap(IObservableList observable) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[47] public static IObservableList wrap(IObservableList observable) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[48] IObservableList result; ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[65] public static IObservableList create(Realm realm, ClassLoader loader, Class... mixins) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[69] public void addListChangeListener(IListChangeListener listener) { ^^^^^^^^^^^^^^^^^^^ IListChangeListener is a raw type. References to generic type IListChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[73] public void removeListChangeListener(IListChangeListener listener) { ^^^^^^^^^^^^^^^^^^^ IListChangeListener is a raw type. References to generic type IListChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[78] protected void hookDelegate(IObservableList delegate) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[80] delegate.addListChangeListener(getForwardingListChangeListener()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[84] protected void unhookDelegate(IObservableList delegate) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[85] delegate.removeListChangeListener(getForwardingListChangeListener()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method removeListChangeListener(IListChangeListener) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[90] protected void delegateChanged(IObservableList oldDelegate, IObservableList newDelegate) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[90] protected void delegateChanged(IObservableList oldDelegate, IObservableList newDelegate) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[112] return getDelegate().addAll(index, c); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(int, Collection) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[128] return getDelegate().set(index, element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[175] private IListChangeListener getForwardingListChangeListener() { ^^^^^^^^^^^^^^^^^^^ IListChangeListener is a raw type. References to generic type IListChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[177] forwardingListChangeListener = new IListChangeListener() { ^^^^^^^^^^^^^^^^^^^ IListChangeListener is a raw type. References to generic type IListChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[179] public void handleListChange(ListChangeEvent event) { ^^^^^^^^^^^^^^^ ListChangeEvent is a raw type. References to generic type ListChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[180] ListChangeEvent myEvent = new MyListChangeEvent(event.diff); ^^^^^^^^^^^^^^^ ListChangeEvent is a raw type. References to generic type ListChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[193] class MyListChangeEvent extends ListChangeEvent { ^^^^^^^^^^^^^^^ ListChangeEvent is a raw type. References to generic type ListChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[197] MyListChangeEvent(ListDiff diff) { ^^^^^^^^ ListDiff is a raw type. References to generic type ListDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableList.java:[198] super(getRealObservable(), diff); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ListChangeEvent(IObservableList, ListDiff) belongs to the raw type ListChangeEvent. References to generic type ListChangeEvent should be parameterized 94 problems (94 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/org.eclipse.papyrus.infra.tools-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/org.eclipse.papyrus.infra.tools-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.metamodel >-- [INFO] Building org.eclipse.papyrus.emf.facet.query.java.metamodel 2.0.0-SNAPSHOT [31/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/src/org/eclipse/papyrus/emf/facet/query/java/metamodel/v0_2_0/javaquery/internal/JavaQueryValidator.java:[114] private boolean validatefacetSet_validate(FacetSet facetSet, DiagnosticChain diagnostics, Map context) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method validatefacetSet_validate(FacetSet, DiagnosticChain, Map) from the type JavaQueryValidator is never used locally 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/target/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/target/org.eclipse.papyrus.emf.facet.query.java.metamodel-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.core >-- [INFO] Building org.eclipse.papyrus.emf.facet.query.java.core 3.0.0-SNAPSHOT [32/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/src/org/eclipse/papyrus/emf/facet/query/java/core/internal/evaluator/JavaQueryImplementationFactory.java:[78] javaQueryInst = (IJavaQuery2) javaQueryClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/target/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/target/org.eclipse.papyrus.emf.facet.query.java.core-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt >----- [INFO] Building org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT [33/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/target/org.eclipse.papyrus.emf.facet.util.swt-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.jface.ui >--- [INFO] Building org.eclipse.papyrus.emf.facet.util.jface.ui 3.0.0-SNAPSHOT [34/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/internal/Activator.java:[19] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/internal/Activator.java:[28] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/org/eclipse/papyrus/emf/facet/util/jface/ui/internal/Activator.java:[38] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/target/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/target/org.eclipse.papyrus.emf.facet.util.jface.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui >------ [INFO] Building org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT [35/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[48] private final ExtendedTreeMenu treeMenu; ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[65] final List> menuItems) { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[96] this.treeMenu = new ExtendedTreeMenu(parent, this, menuItems); ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[158] public AbstractTreeItem getFirstTreeItem() { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[159] AbstractTreeItem result = null; ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/ExtendedTree.java:[169] public ExtendedTreeMenu getTreeMenu() { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/item/AbstractTreeItem.java:[107] public abstract IDialog onItemMouseSelection(); ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/sync/generated/SynchronizedOkDialog.java:[23] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[19] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[28] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[38] @SuppressWarnings({ "PMD.SignatureDeclareThrowsException", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/Activator.java:[39] "PMD.NullAssignment" }) ^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.NullAssignment") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/org/eclipse/papyrus/emf/facet/util/ui/internal/exported/util/tree/menu/AbstractTreeMenuItem.java:[94] newTreeItem = getAssociatedTreeItemClass().newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class> is deprecated since version 9 13 problems (13 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/target/org.eclipse.papyrus.emf.facet.util.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui >----- [INFO] Building org.eclipse.papyrus.emf.facet.custom.ui 4.0.0-SNAPSHOT [36/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/SynchronizedLoadCustomizationsDialog.java:[41] super(new LoadCustomizationsDialog(parent, availableCustoms, selectedCustoms, lockedCustoms, callback, lockMsg), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor LoadCustomizationsDialog(Shell, List, List, List, IDialogCallbackWithPreCommit, String) belongs to the raw type LoadCustomizationsDialog. References to generic type LoadCustomizationsDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/SynchronizedLoadCustomizationsDialog.java:[41] super(new LoadCustomizationsDialog(parent, availableCustoms, selectedCustoms, lockedCustoms, callback, lockMsg), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type LoadCustomizationsDialog needs unchecked conversion to conform to LoadCustomizationsDialog [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/SynchronizedLoadCustomizationsDialog.java:[41] super(new LoadCustomizationsDialog(parent, availableCustoms, ^^^^^^^^^^^^^^^^^^^^^^^^ LoadCustomizationsDialog is a raw type. References to generic type LoadCustomizationsDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[50] import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.Alignment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[51] import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.Shadow; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[75] private static final boolean DEBUG_FONT = DebugUtils.getDebugStatus(Activator.getDefault(), "font"); //$NON-NLS-1$ ^^^^^^^^^^ The value of the field CustomizedLabelProvider.DEBUG_FONT is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[76] private static final boolean DEBUG_COLOR = DebugUtils.getDebugStatus(Activator.getDefault(), "color"); //$NON-NLS-1$ ^^^^^^^^^^^ The value of the field CustomizedLabelProvider.DEBUG_COLOR is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[169] final ServiceReference serviceReference = bundleContext ^^^^^^^^^^^^^^^^ ServiceReference is a raw type. References to generic type ServiceReference should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[171] final ICustomOverride customOverride = (ICustomOverride) bundleContext .getService(serviceReference); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(ServiceReference) of the generic method getService(ServiceReference) of type BundleContext [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[172] .getService(serviceReference); ^^^^^^^^^^^^^^^^ Type safety: The expression of type ServiceReference needs unchecked conversion to conform to ServiceReference [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[421] final Shadow shadow = getPropertyValue(element, ^^^^^^ Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[423] Shadow.class); ^^^^^^ Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[425] case NONE: ^^^^ Discouraged access: The field 'Shadow.NONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[428] case IN: ^^ Discouraged access: The field 'Shadow.IN' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[431] case OUT: ^^^ Discouraged access: The field 'Shadow.OUT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[438] final Alignment alignment = getPropertyValue(element, ^^^^^^^^^ Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[440] Alignment.class); ^^^^^^^^^ Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[442] case LEFT: ^^^^ Discouraged access: The field 'Alignment.LEFT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[445] case CENTER: ^^^^^^ Discouraged access: The field 'Alignment.CENTER' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/CustomizedLabelProvider.java:[448] case RIGHT: ^^^^^ Discouraged access: The field 'Alignment.RIGHT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[20] import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.Shadow; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[31] public class ToolTipShadowQuery implements IJavaQuery2 { ^^^^^^ Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[33] public Shadow evaluate(final EObject source, ^^^^^^ Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[37] return Shadow.NONE; ^^^^^^^^^^^ Discouraged access: The type 'Shadow' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipShadowQuery.java:[37] return Shadow.NONE; ^^^^ Discouraged access: The field 'Shadow.NONE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialog.java:[489] Label label = new Label(parent, SWT.NONE); ^^^^^ The value of the local variable label is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[20] import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custompt.Alignment; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[31] public class ToolTipAlignmentQuery implements IJavaQuery2 { ^^^^^^^^^ Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[33] public Alignment evaluate(final EObject source, ^^^^^^^^^ Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[37] return Alignment.LEFT; ^^^^^^^^^^^^^^ Discouraged access: The type 'Alignment' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/query/ToolTipAlignmentQuery.java:[37] return Alignment.LEFT; ^^^^ Discouraged access: The field 'Alignment.LEFT' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[32] return new SynchronizedLoadCustomizationsDialog(parent, availableCustoms, selectedCustoms, Collections. emptyList(), callback, ""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor SynchronizedLoadCustomizationsDialog(Shell, List, List, List, IDialogCallbackWithPreCommit, String) belongs to the raw type SynchronizedLoadCustomizationsDialog. References to generic type SynchronizedLoadCustomizationsDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[32] return new SynchronizedLoadCustomizationsDialog(parent, availableCustoms, selectedCustoms, Collections. emptyList(), callback, ""); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type SynchronizedLoadCustomizationsDialog needs unchecked conversion to conform to ILoadCustomizationsDialog [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[32] return new SynchronizedLoadCustomizationsDialog(parent, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SynchronizedLoadCustomizationsDialog is a raw type. References to generic type SynchronizedLoadCustomizationsDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[44] return new SynchronizedLoadCustomizationsDialog(parent, availableCustoms, selectedCustoms, lockedCustoms, callback, lockMsg); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor SynchronizedLoadCustomizationsDialog(Shell, List, List, List, IDialogCallbackWithPreCommit, String) belongs to the raw type SynchronizedLoadCustomizationsDialog. References to generic type SynchronizedLoadCustomizationsDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[44] return new SynchronizedLoadCustomizationsDialog(parent, availableCustoms, selectedCustoms, lockedCustoms, callback, lockMsg); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type SynchronizedLoadCustomizationsDialog needs unchecked conversion to conform to ILoadCustomizationsDialog [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/LoadCustomizationsDialogFactory.java:[44] return new SynchronizedLoadCustomizationsDialog(parent, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SynchronizedLoadCustomizationsDialog is a raw type. References to generic type SynchronizedLoadCustomizationsDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/ColorLabelProvider.java:[27] private final LoadCustomizationsDialog loadCustomDialog; ^^^^^^^^^^^^^^^^^^^^^^^^ LoadCustomizationsDialog is a raw type. References to generic type LoadCustomizationsDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/org/eclipse/papyrus/emf/facet/custom/ui/internal/dialog/ColorLabelProvider.java:[29] public ColorLabelProvider(final LoadCustomizationsDialog loadCustomDialog) { ^^^^^^^^^^^^^^^^^^^^^^^^ LoadCustomizationsDialog is a raw type. References to generic type LoadCustomizationsDialog should be parameterized 39 problems (39 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/target/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/target/org.eclipse.papyrus.emf.facet.custom.ui-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.ui >---- [INFO] Building org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT [37/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/preference/pages/DefaultBrowserPreferencePage.java:[42] new InstanceScope(), ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/SelectETypeWizardImpl.java:[38] import org.eclipse.swt.widgets.Shell; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Shell is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/view/PackageRegistryView.java:[64] && new Boolean(Platform.getDebugOption(PackageRegistryView.DEBUG_ID)).booleanValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Boolean(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/page/SynchronizedSelectEClassifierWizardPage.java:[31] SynchronizedWizardPage implements ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ISelectEClassifierWizardPage is a raw type. References to generic type ISelectEClassifierWizardPage should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/page/SynchronizedSelectEClassifierWizardPage.java:[32] ISelectEClassifierWizardPage { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ISelectEClassifierWizardPage is a raw type. References to generic type ISelectEClassifierWizardPage should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/exported/util/wizard/page/SynchronizedSelectEClassifierWizardPage.java:[46] final ISelectEClassifierWizardPage object, final Display display) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ISelectEClassifierWizardPage is a raw type. References to generic type ISelectEClassifierWizardPage should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java:[93] shell.setImage(ImageProvider.getInstance().getEmfFacetLogo()); ^^^^^^^^^^^^^ The method getInstance() from the type ImageProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java:[93] shell.setImage(ImageProvider.getInstance().getEmfFacetLogo()); ^^^^^^^^^^^^^^^^^ The method getEmfFacetLogo() from the type ImageProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/dialogs/UriSelectionDialog.java:[98] IDialogSettings settings = Activator.getPlugin().getDialogSettings(); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated 10. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageProvider.java (at line 43) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored 11. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/org/eclipse/papyrus/emf/facet/util/emf/ui/internal/utils/ImageProvider.java (at line 57) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored 11 problems (0 errors, 9 warnings, 9 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/target/org.eclipse.papyrus.emf.facet.util.emf.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.sdk.ui >--- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT [38/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedETypedElementWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedEStructuralFeatureWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedCreateQueryWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") 4. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/widget/creation/AddOperationInFacetWidget.java (at line 85) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedGetOrCreateFilteredFacetSetWidget.java:[23] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/wizard/page/CreateFacetSetWizardPage.java:[87] final IPath containerFullPath = getContainerFullPath(); ^^^^^^^^^^^^^^^^^ The value of the local variable containerFullPath is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedFacetWidget.java:[22] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedGetExtendedMetaclassWidget.java:[22] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedDerivedTypedElementWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") 10. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/widget/creation/AddParameterInOperationWidget.java (at line 87) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/Activator.java:[19] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/Activator.java:[28] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/Activator.java:[38] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/org/eclipse/papyrus/emf/facet/efacet/sdk/ui/internal/sync/generated/SynchronizedENamedElementWidget.java:[20] @SuppressWarnings("PMD.ExcessivePublicCount") ^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ExcessivePublicCount") 14 problems (0 errors, 12 warnings, 12 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/target/org.eclipse.papyrus.emf.facet.efacet.sdk.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets >------ [INFO] Building org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT [39/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/target/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/target/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors >-- [INFO] Building org.eclipse.papyrus.emf.facet.widgets.celleditors 2.0.0-SNAPSHOT [40/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[41] import org.eclipse.papyrus.emf.facet.widgets.internal.CustomizableLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated 2. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java (at line 211) @SuppressWarnings({ "unchecked", "static-method" }) ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[285] new CustomizableLabelProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[285] new CustomizableLabelProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CustomizableLabelProvider() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[329] this.availableValuesTreeViewer.setLabelProvider(new CustomizableLabelProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[329] this.availableValuesTreeViewer.setLabelProvider(new CustomizableLabelProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CustomizableLabelProvider() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[459] this.featureValuesListViewer.setLabelProvider(new CustomizableLabelProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryReferenceEditingDialog.java:[459] this.featureValuesListViewer.setLabelProvider(new CustomizableLabelProvider()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CustomizableLabelProvider() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ModelCellEditor.java:[56] instance = classInstance.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryAttributeEditingDialog.java:[36] import org.eclipse.papyrus.emf.facet.widgets.internal.CustomizableLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryAttributeEditingDialog.java:[73] private final LabelProvider delegateLabelProvider = new CustomizableLabelProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/ui/NaryAttributeEditingDialog.java:[73] private final LabelProvider delegateLabelProvider = new CustomizableLabelProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CustomizableLabelProvider() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/composite/registries/CompositeEditorFactoriesRegistry.java:[35] org.eclipse.papyrus.emf.facet.widgets.celleditors.core.composite.registries.ICompositeEditorFactoriesRegistry, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ICompositeEditorFactoriesRegistry is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/AbstractCellEditorComposite.java:[46] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/AbstractCellEditorComposite.java:[87] @SuppressWarnings("deprecation") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[36] import org.eclipse.papyrus.emf.facet.widgets.internal.CustomizableLabelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[78] CustomizableLabelProvider customizableLabelProvider = new CustomizableLabelProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[78] CustomizableLabelProvider customizableLabelProvider = new CustomizableLabelProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[78] CustomizableLabelProvider customizableLabelProvider = new CustomizableLabelProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CustomizableLabelProvider() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[80] String label = customizableLabelProvider.getText(eObject); ^^^^^^^^^^^^^^^^ The method getText(EObject) from the type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[144] new CustomizableLabelProvider()) { ^^^^^^^^^^^^^^^^^^^^^^^^^ The type CustomizableLabelProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/internal/core/composite/UnaryReferenceCellEditorComposite.java:[144] new CustomizableLabelProvider()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor CustomizableLabelProvider() is deprecated 22 problems (0 errors, 21 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/target/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/target/org.eclipse.papyrus.emf.facet.widgets.celleditors-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.sdk.ui >--- [INFO] Building org.eclipse.papyrus.emf.facet.custom.sdk.ui 2.0.0-SNAPSHOT [41/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/Activator.java:[19] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/Activator.java:[28] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/Activator.java:[38] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCaseQueryDialog.java:[24] SynchronizedAbstractDialog { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCaseQueryDialog.java:[34] public SynchronizedAddCaseQueryDialog(final IDialog object, ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCaseQueryDialog.java:[36] super(object, display); ^^^^^^ Type safety: The expression of type IDialog needs unchecked conversion to conform to IDialog 7. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/widget/command/CreateEClassCustomizationWidget.java (at line 104) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored 8. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/widget/command/CreateFacetCustomizationWidget.java (at line 96) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateFacetCustomizationDialog.java:[24] SynchronizedAbstractDialog { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateFacetCustomizationDialog.java:[35] final IDialog object, final Display display) { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateFacetCustomizationDialog.java:[36] super(object, display); ^^^^^^ Type safety: The expression of type IDialog needs unchecked conversion to conform to IDialog [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateEClassCustomizationDialog.java:[24] SynchronizedAbstractDialog { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateEClassCustomizationDialog.java:[35] final IDialog object, final Display display) { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedCreateEClassCustomizationDialog.java:[36] super(object, display); ^^^^^^ Type safety: The expression of type IDialog needs unchecked conversion to conform to IDialog [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/dialog/ICustomizationDialogFactory.java:[38] IDialog openCreateEClassCustomizationDialog(Display display, ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/dialog/ICustomizationDialogFactory.java:[46] IDialog openCreateFacetCustomizationDialog(Display display, ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/dialog/ICustomizationDialogFactory.java:[55] IDialog openAddCustomizationPropertyDialog(Display display, ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/dialog/ICustomizationDialogFactory.java:[63] IDialog openAddCaseQueryDialog(Display display, EditingDomain editingDomain); ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCustomizationPropertyDialog.java:[24] SynchronizedAbstractDialog { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCustomizationPropertyDialog.java:[35] final IDialog object, final Display display) { ^^^^^^^ IDialog is a raw type. References to generic type IDialog should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/dialog/sync/SynchronizedAddCustomizationPropertyDialog.java:[36] super(object, display); ^^^^^^ Type safety: The expression of type IDialog needs unchecked conversion to conform to IDialog [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/org/eclipse/papyrus/emf/facet/custom/sdk/ui/internal/util/wizard/page/CreateCustomizationWizardPage.java:[95] final IPath containerFullPath = getContainerFullPath(); ^^^^^^^^^^^^^^^^^ The value of the local variable containerFullPath is not used 22 problems (0 errors, 20 warnings, 20 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/target/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/target/org.eclipse.papyrus.emf.facet.custom.sdk.ui-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.metamodel >-- [INFO] Building org.eclipse.papyrus.emf.facet.query.ocl.metamodel 2.0.0-SNAPSHOT [42/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/target/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/target/org.eclipse.papyrus.emf.facet.query.ocl.metamodel-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor >-- [INFO] Building org.eclipse.papyrus.emf.facet.custom.metamodel.editor 2.0.0-SNAPSHOT [43/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomModelWizard.java:[55] import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.provider.CustomEditPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CustomEditPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomModelWizard.java:[554] return CustomEditPlugin.INSTANCE.getString("_UI_" + typeName + "_type"); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CustomEditPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomModelWizard.java:[554] return CustomEditPlugin.INSTANCE.getString("_UI_" + typeName + "_type"); ^^^^^^^^ Discouraged access: The field 'CustomEditPlugin.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[110] import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.provider.CustomItemProviderAdapterFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CustomItemProviderAdapterFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[341] adapterFactory.addAdapterFactory(new CustomItemProviderAdapterFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CustomItemProviderAdapterFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[341] adapterFactory.addAdapterFactory(new CustomItemProviderAdapterFactory()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CustomItemProviderAdapterFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[479] Exception exception = null; ^^^^^^^^^ The value of the local variable exception is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[952] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type CustomEditor needs unchecked conversion to conform to T from the type WorkbenchPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[963] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type WorkbenchPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomEditor.java:[963] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[137] final List facetOperations = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[140] facetOperations.add(facetOperation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[144] facetOperations.add(facetElement); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[147] for (Object object : (List) inputElement) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[149] facetOperations.add(object); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[271] List listResult = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[274] listResult.add(object.getCase().getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[281] EParameter parameterValue = (EParameter) element; ^^^^^^^^^^^^^^ The value of the local variable parameterValue is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[307] boolean gray = false; ^^^^ The value of the local variable gray is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/CustomViewer.java:[309] final FacetOperation customViewFeature = (FacetOperation) element; ^^^^^^^^^^^^^^^^^ The value of the local variable customViewFeature is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/org/eclipse/papyrus/emf/facet/custom/metamodel/v0_2_0/custom/presentation/EMFUtil.java:[82] private static void addAll(final Set classes, final List resources) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addAll(Set, List) from the type EMFUtil is never used locally 21 problems (21 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc >-- [INFO] Building org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc 2.0.0-SNAPSHOT [44/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/target/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc >-------- [INFO] Building org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT [45/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/target/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/target/org.eclipse.papyrus.emf.facet.doc-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra-types >--------- [INFO] Building Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT [46/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-types --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-types --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-types --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-types --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types >--------- [INFO] Building org.eclipse.papyrus.infra.types 5.0.0-SNAPSHOT [47/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.types --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types/target/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types/target/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture >--- [INFO] Building org.eclipse.papyrus.infra.core.architecture 3.0.0-SNAPSHOT [48/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/org.eclipse.papyrus.infra.core.architecture-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/org.eclipse.papyrus.infra.core.architecture-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture >--- [INFO] Building org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT [49/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] The project's OSGi version is 1.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[180] if (false) { if (diagnostics != null) { diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, 0, "_UI_GenericConstraint_diagnostic", //$NON-NLS-1$ new Object[] { "checkConfiguration", getObjectLabel(emfFacetTreeViewerConfiguration, context) }, //$NON-NLS-1$ new Object[] { emfFacetTreeViewerConfiguration }, context)); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[245] if (false) { if (diagnostics != null) { diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, 0, "_UI_GenericConstraint_diagnostic", //$NON-NLS-1$ new Object[] { "checkCustomizationReference", getObjectLabel(customizationReference, context) }, //$NON-NLS-1$ new Object[] { customizationReference }, context)); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[320] if (false) { if (diagnostics != null) { diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, 0, "_UI_GenericConstraint_diagnostic", //$NON-NLS-1$ new Object[] { "checkAbsoluteOrder", getObjectLabel(absoluteOrder, context) }, //$NON-NLS-1$ new Object[] { absoluteOrder }, context)); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[385] if (false) { if (diagnostics != null) { diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, 0, "_UI_GenericConstraint_diagnostic", //$NON-NLS-1$ new Object[] { "checkRelativeOrder", getObjectLabel(relativeOrder, context) }, //$NON-NLS-1$ new Object[] { relativeOrder }, context)); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/util/CustomizationConfigurationValidator.java:[450] if (false) { if (diagnostics != null) { diagnostics.add(createDiagnostic(Diagnostic.ERROR, DIAGNOSTIC_SOURCE, 0, "_UI_GenericConstraint_diagnostic", //$NON-NLS-1$ new Object[] { "checkRedefinition", getObjectLabel(redefinition, context) }, //$NON-NLS-1$ new Object[] { redefinition }, context)); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/Activator.java:[20] import org.eclipse.papyrus.emf.facet.architecture.customizationconfiguration.CustomizationConfigurationPackage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.emf.facet.architecture.customizationconfiguration.CustomizationConfigurationPackage is never used 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/target/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/target/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit >------ [INFO] Building org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT [50/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.edit --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.types.edit --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/target/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/target/org.eclipse.papyrus.infra.types.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit >-- [INFO] Building org.eclipse.papyrus.infra.core.architecture.edit 3.0.0-SNAPSHOT [51/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/target/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/target/org.eclipse.papyrus.infra.core.architecture.edit-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit >-- [INFO] Building org.eclipse.papyrus.emf.facet.architecture.edit 1.0.0-SNAPSHOT [52/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] The project's OSGi version is 1.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/provider/CustomizationConfigurationEditPlugin.java:[22] import org.eclipse.papyrus.emf.facet.custom.metamodel.v0_2_0.custom.provider.CustomEditPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CustomEditPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/provider/CustomizationConfigurationEditPlugin.java:[68] CustomEditPlugin.INSTANCE, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CustomEditPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src-gen/org/eclipse/papyrus/emf/facet/architecture/customizationconfiguration/provider/CustomizationConfigurationEditPlugin.java:[68] CustomEditPlugin.INSTANCE, ^^^^^^^^ Discouraged access: The field 'CustomEditPlugin.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/target/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/target/org.eclipse.papyrus.emf.facet.architecture.edit-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc >--- [INFO] Building org.eclipse.papyrus.emf.facet.aggregate.doc 2.0.0-SNAPSHOT [53/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/src does not exist [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/target/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/target/org.eclipse.papyrus.emf.facet.aggregate.doc-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc >---- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.doc 2.0.0-SNAPSHOT [54/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/src does not exist [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/target/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/target/org.eclipse.papyrus.emf.facet.efacet.doc-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit >---- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.edit 2.0.0-SNAPSHOT [55/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/target/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/target/org.eclipse.papyrus.emf.facet.efacet.edit-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor >--- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.editor 2.0.0-SNAPSHOT [56/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/target/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/target/org.eclipse.papyrus.emf.facet.efacet.editor-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui >----- [INFO] Building org.eclipse.papyrus.emf.facet.efacet.ui 4.0.0-SNAPSHOT [57/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] Compiling 98 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/NavigationView.java:[61] import org.eclipse.papyrus.emf.facet.efacet.core.FacetUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.emf.facet.efacet.core.FacetUtils is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/NavigationView.java:[360] this.fContext.remove(toBeRemoved); ^^^^^^^^^^^ Unlikely argument type Set for remove(Object) on a Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/wizards/pages/AbstractFacetWizardPage.java:[55] @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/dialogs/ETypedElementSelectionDialog.java:[147] final IDialogSettings settings = Activator.getDefault().getDialogSettings(); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/ETypedElementSelectionControl.java:[183] this.filteredTree = new FilteredTree(parentComposite, selectionStyle(this.selectionMaxSize) | SWT.H_SCROLL | SWT.V_SCROLL | SWT.BORDER, createPatternFilter(), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor FilteredTree(Composite, int, PatternFilter, boolean) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/ETypedElementSelectionControl.java:[200] final Status errorSelection = new Status(IStatus.ERROR, Activator.PLUGIN_ID, Messages.ETypedElementSelectionControl_invalidSelection); ^^^^^^^^^^^^^^ The value of the local variable errorSelection is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/IQueryCreationPagePart2Registry.java:[20] import org.eclipse.papyrus.emf.facet.efacet.ui.internal.exported.wizard.IQueryCreationPagePart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IQueryCreationPagePart is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/dialogs/FacetSetSelectionDialog.java:[128] final IDialogSettings settings = Activator.getDefault().getDialogSettings(); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/composites/BrowseComposite.java:[30] @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") 10. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/widget/FacetSetSelectionControl.java (at line 304) @SuppressWarnings("static-method") ^^^^^^^^^^^^^^^ At least one of the problems in category 'static-method' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[23] import org.eclipse.papyrus.emf.facet.efacet.ui.internal.ImageProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ImageProvider is deprecated 12. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java (at line 29) @SuppressWarnings("synthetic-access") ^^^^^^^^^^^^^^^^^^ At least one of the problems in category 'synthetic-access' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[64] setImageDescriptor(ImageProvider.getInstance().getRemoveAllImageDescriptor()); ^^^^^^^^^^^^^ The type ImageProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[64] setImageDescriptor(ImageProvider.getInstance().getRemoveAllImageDescriptor()); ^^^^^^^^^^^^^ The method getInstance() from the type ImageProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[64] setImageDescriptor(ImageProvider.getInstance().getRemoveAllImageDescriptor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRemoveAllImageDescriptor() from the type ImageProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[77] setImageDescriptor(ImageProvider.getInstance().getRemoveImageDescriptor()); ^^^^^^^^^^^^^ The type ImageProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[77] setImageDescriptor(ImageProvider.getInstance().getRemoveImageDescriptor()); ^^^^^^^^^^^^^ The method getInstance() from the type ImageProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/view/ContextPaneMenuManager.java:[77] setImageDescriptor(ImageProvider.getInstance().getRemoveImageDescriptor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRemoveImageDescriptor() from the type ImageProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/wizards/AbstractAddFacetChildrenWizard.java:[34] @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/composites/SelectETypeComposite.java:[34] @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/org/eclipse/papyrus/emf/facet/efacet/ui/internal/composites/SelectQueryTypeComposite.java:[29] @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.ConstructorCallsOverridableMethod") 21 problems (0 errors, 19 warnings, 19 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/target/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/target/org.eclipse.papyrus.emf.facet.efacet.ui-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java.sdk.ui >-- [INFO] Building org.eclipse.papyrus.emf.facet.query.java.sdk.ui 2.0.0-SNAPSHOT [58/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/java/sdk/ui/internal/Activator.java:[19] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/java/sdk/ui/internal/Activator.java:[28] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/java/sdk/ui/internal/Activator.java:[38] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/java/sdk/ui/internal/wizard/JdtUtils.java:[229] .getEPackageNsURIToGenModelLocationMap(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getEPackageNsURIToGenModelLocationMap() from the type EcorePlugin is deprecated 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.java.sdk.ui-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.core >-- [INFO] Building org.eclipse.papyrus.emf.facet.query.ocl.core 2.0.0-SNAPSHOT [59/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/org/eclipse/papyrus/emf/facet/query/ocl/core/internal/Activator.java:[19] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/org/eclipse/papyrus/emf/facet/query/ocl/core/internal/Activator.java:[28] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/org/eclipse/papyrus/emf/facet/query/ocl/core/internal/Activator.java:[38] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/target/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/target/org.eclipse.papyrus.emf.facet.query.ocl.core-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui >-- [INFO] Building org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui 3.0.0-SNAPSHOT [60/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/ocl/sdk/ui/internal/Activator.java:[19] @SuppressWarnings("PMD.UseSingleton") ^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.UseSingleton") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/ocl/sdk/ui/internal/Activator.java:[28] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/org/eclipse/papyrus/emf/facet/query/ocl/sdk/ui/internal/Activator.java:[38] @SuppressWarnings("PMD.SignatureDeclareThrowsException") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unsupported @SuppressWarnings("PMD.SignatureDeclareThrowsException") 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/target/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.emf.doc >--- [INFO] Building org.eclipse.papyrus.emf.facet.util.emf.doc 2.0.0-SNAPSHOT [61/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/src does not exist [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/target/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/target/org.eclipse.papyrus.emf.facet.util.emf.doc-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore >-- [INFO] Building org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore 2.0.0-SNAPSHOT [62/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/IntComposite.java:[86] return new Integer(string); ^^^^^^^^^^^^^^^ The constructor Integer(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/CharComposite.java:[56] return new Character(string.charAt(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Character(char) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/DoubleComposite.java:[83] return new Double(string); ^^^^^^^^^^^^^^ The constructor Double(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/ShortComposite.java:[86] return new Short(string); ^^^^^^^^^^^^^ The constructor Short(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/ByteComposite.java:[87] return new Byte(string); ^^^^^^^^^^^^ The constructor Byte(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/LongComposite.java:[86] return new Long(string); ^^^^^^^^^^^^ The constructor Long(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/FloatComposite.java:[94] return new Float(string); ^^^^^^^^^^^^^ The constructor Float(String) is deprecated since version 9 8. INFO in /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/composite/BigIntegerComposite.java (at line 73) @SuppressWarnings("unused") ^^^^^^^^ At least one of the problems in category 'unused' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/org/eclipse/papyrus/emf/facet/widgets/celleditors/ecore/ui/MultiLineDialog.java:[100] IDialogSettings settings = Activator.getDefault().getDialogSettings(); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated 9 problems (0 errors, 8 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/target/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/target/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra-architecture >----- [INFO] Building Papyrus Infra Architecture 0.0.1-SNAPSHOT [63/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-architecture --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-architecture --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-architecture --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di >-- [INFO] Building org.eclipse.papyrus.infra.core.sashwindows.di 2.0.0-SNAPSHOT [64/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[31] import org.eclipse.papyrus.infra.core.sashwindows.di.PageList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[778] pageListEClass = createEClass(PAGE_LIST); ^^^^^^^^^ The field DiPackage.PAGE_LIST is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[779] createEReference(pageListEClass, PAGE_LIST__AVAILABLE_PAGE); ^^^^^^^^^^^^^^^^^^^^^^^^^ The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[966] initEClass(pageListEClass, PageList.class, "PageList", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiPackageImpl.java:[967] initEReference(getPageList_AvailablePage(), this.getPageRef(), null, "availablePage", null, 0, -1, PageList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, !IS_ORDERED); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[20] import org.eclipse.papyrus.infra.core.sashwindows.di.PageList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[36] public class PageListImpl extends EObjectImpl implements PageList { ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[67] return DiPackage.Literals.PAGE_LIST; ^^^^^^^^^ The field DiPackage.Literals.PAGE_LIST is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[79] availablePage = new EObjectContainmentEList(PageRef.class, this, DiPackage.PAGE_LIST__AVAILABLE_PAGE); ^^^^^^^^^^^^^^^^^^^^^^^^^ The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[125] case DiPackage.PAGE_LIST__AVAILABLE_PAGE: ^^^^^^^^^^^^^^^^^^^^^^^^^ The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[140] case DiPackage.PAGE_LIST__AVAILABLE_PAGE: ^^^^^^^^^^^^^^^^^^^^^^^^^ The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[156] case DiPackage.PAGE_LIST__AVAILABLE_PAGE: ^^^^^^^^^^^^^^^^^^^^^^^^^ The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[173] case DiPackage.PAGE_LIST__AVAILABLE_PAGE: ^^^^^^^^^^^^^^^^^^^^^^^^^ The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/PageListImpl.java:[189] case DiPackage.PAGE_LIST__AVAILABLE_PAGE: ^^^^^^^^^^^^^^^^^^^^^^^^^ The field DiPackage.PAGE_LIST__AVAILABLE_PAGE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[16] import org.eclipse.papyrus.infra.core.sashwindows.di.PageList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[45] protected PageList pageList; ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[86] public PageList getPageList() { ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[96] public NotificationChain basicSetPageList(PageList newPageList, NotificationChain msgs) { ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[97] PageList oldPageList = pageList; ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[117] public void setPageList(PageList newPageList) { ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[235] setPageList((PageList) newValue); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/SashWindowsMngrImpl.java:[254] setPageList((PageList) null); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[15] import org.eclipse.papyrus.infra.core.sashwindows.di.PageList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[181] case DiPackage.PAGE_LIST: { ^^^^^^^^^ The field DiPackage.PAGE_LIST is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[182] PageList pageList = (PageList) theEObject; ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[182] PageList pageList = (PageList) theEObject; ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiSwitch.java:[385] public T casePageList(PageList object) { ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiAdapterFactory.java:[16] import org.eclipse.papyrus.infra.core.sashwindows.di.PageList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/util/DiAdapterFactory.java:[139] public Adapter casePageList(PageList object) { ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiFactoryImpl.java:[28] import org.eclipse.papyrus.infra.core.sashwindows.di.PageList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiFactoryImpl.java:[102] case DiPackage.PAGE_LIST: ^^^^^^^^^ The field DiPackage.PAGE_LIST is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src-gen/org/eclipse/papyrus/infra/core/sashwindows/di/impl/DiFactoryImpl.java:[258] public PageList createPageList() { ^^^^^^^^ The type PageList is deprecated 32 problems (32 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/target/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/target/org.eclipse.papyrus.infra.core.sashwindows.di-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.core >--------- [INFO] Building org.eclipse.papyrus.infra.core 4.0.0-SNAPSHOT [65/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.core --- [INFO] Compiling 134 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ServicesRegistry.java:[36] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ServicesRegistry.java:[298] IService serviceAdapter = AdapterUtils.adapt(serviceInstance, IService.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ServicesRegistry.java:[298] IService serviceAdapter = AdapterUtils.adapt(serviceInstance, IService.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IService) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/listenerservice/ModelListenerManager.java:[95] Class clazz = extensionBundle.loadClass(classAttribute); ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/listenerservice/ModelListenerManager.java:[96] Object obj = clazz.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ModelsReader.java:[268] model = modelInstance.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ModelsReader.java:[289] snippet = modelInstance.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ModelsReader.java:[310] snippet = modelInstance.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/modelsetquery/impl/ModelSetQueryInitializer.java:[73] modelsManager.eAdapters().remove(modelQueryAdapter); ^^^^^^^^^^^^^^^^^ Unlikely argument type IModelSetQueryAdapter for remove(Object) on a Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ProxyModificationTrackingAdapter.java:[130] Collection references = org.eclipse.papyrus.infra.core.utils.EMFHelper.getUsages(eObj); ^^^ The type EMFHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/ProxyModificationTrackingAdapter.java:[130] Collection references = org.eclipse.papyrus.infra.core.utils.EMFHelper.getUsages(eObj); ^^^^^^^^^^^^^^^ The method getUsages(EObject) from the type EMFHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/AbstractDynamicModel.java:[21] import org.eclipse.core.internal.resources.ResourceException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResourceException' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.13.900.v20201105-1507/org.eclipse.core.resources-3.13.900.v20201105-1507.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/AbstractDynamicModel.java:[65] super.loadModel(fullPathWithoutExtension); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method loadModel(IPath) from the type AbstractBaseModel is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/resource/AbstractDynamicModel.java:[75] createModel(fullPathWithoutExtension); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createModel(IPath) from the type AbstractBaseModel is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ModelSetServiceAdapter.java:[131] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type ModelSetServiceAdapter.Factory needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/ModelSetServiceAdapter.java:[136] public Object getAdapter(Object adaptableObject, @SuppressWarnings("rawtypes") Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type ModelSetServiceAdapter.Factory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/utils/FilteredListView.java:[63] public void setBackupList(List aList) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/utils/FilteredListView.java:[64] list = aList; ^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/org/eclipse/papyrus/infra/core/services/internal/ServiceTypeEntry.java:[129] return classname.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 19 problems (19 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/target/org.eclipse.papyrus.infra.core-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core/target/org.eclipse.papyrus.infra.core-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-emf >---------- [INFO] Building Papyrus EMF Infrastructure 0.0.1-SNAPSHOT [66/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-emf --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-emf --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-emf --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-emf --- [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf >---------- [INFO] Building org.eclipse.papyrus.infra.emf 4.0.0-SNAPSHOT [67/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf --- [INFO] Compiling 71 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/EMFHelper.java:[934] return org.eclipse.papyrus.infra.core.utils.EMFHelper.getUsages(source); ^^^ The type EMFHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/EMFHelper.java:[934] return org.eclipse.papyrus.infra.core.utils.EMFHelper.getUsages(source); ^^^^^^^^^^^^^^^^^ The method getUsages(EObject) from the type EMFHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/org/eclipse/papyrus/infra/emf/utils/EMFHelper.java:[1051] return (T) result; ^^^^^^^^^^ Type safety: Unchecked cast from EObject to T 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/org.eclipse.papyrus.infra.emf-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/org.eclipse.papyrus.infra.emf-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-services >------- [INFO] Building Papyrus Infra Services 0.0.1-SNAPSHOT [68/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-services --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-services --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-services --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-services --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener >-- [INFO] Building org.eclipse.papyrus.infra.services.markerlistener 3.0.0-SNAPSHOT [69/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/org/eclipse/papyrus/infra/services/markerlistener/PapyrusMarkerAdapter.java:[211] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type PapyrusMarkerAdapter needs unchecked conversion to conform to T from the type PlatformObject [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/org/eclipse/papyrus/infra/services/markerlistener/PapyrusMarkerAdapter.java:[216] return super.getAdapter(adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type PlatformObject [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/org/eclipse/papyrus/infra/services/markerlistener/PapyrusMarkerAdapter.java:[216] return super.getAdapter(adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/target/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/target/org.eclipse.papyrus.infra.services.markerlistener-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit >----- [INFO] Building org.eclipse.papyrus.infra.services.edit 4.0.0-SNAPSHOT [70/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/internal/ElementEditService.java:[116] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type ElementEditService needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/internal/ElementEditService.java:[116] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[39] public static final void initializeEObjCache(EObject eObj, Map map) throws ServiceException { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[41] map.put(Client_Context, clientContext); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[44] map.put(Element_Type, type); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[47] map.put(EditHelper_Advice, advices); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[49] map.put(IRequestCacheEntries.Dependent_Elements, new HashSet()); //The set will be populated on the fly ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/utils/RequestCacheEntries.java:[50] map.put(IRequestCacheEntries.Checked_Elements, new HashSet()); //The set will be populated on the fly ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/org/eclipse/papyrus/infra/services/edit/internal/context/DefaultTypeContext.java:[22] import org.eclipse.gmf.runtime.emf.type.core.IElementType; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.gmf.runtime.emf.type.core.IElementType is never used 9 problems (9 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/org.eclipse.papyrus.infra.services.edit-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/org.eclipse.papyrus.infra.services.edit-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture >----- [INFO] Building org.eclipse.papyrus.infra.architecture 3.0.0-SNAPSHOT [71/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.architecture --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/org/eclipse/papyrus/infra/architecture/ArchitectureDescriptionUtils.java:[235] IModelCreationCommand creationCommand = context.getCreationCommandClass().newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/org/eclipse/papyrus/infra/architecture/ArchitectureDescriptionUtils.java:[260] IModelConversionCommand conversionCommand = context.getConversionCommandClass().newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/org.eclipse.papyrus.infra.architecture-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/org.eclipse.papyrus.infra.architecture-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra-constraints >------ [INFO] Building Papyrus Infra Constraints 0.0.1-SNAPSHOT [72/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-constraints --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-constraints --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-constraints --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-constraints --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints >------ [INFO] Building org.eclipse.papyrus.infra.constraints 3.0.0-SNAPSHOT [73/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.constraints --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.constraints --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/org/eclipse/papyrus/infra/constraints/util/ClassLoader.java:[77] return theClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/org/eclipse/papyrus/infra/constraints/runtime/DefaultConstraintEngine.java:[52] private final ListenerList listeners = new ListenerList(ListenerList.IDENTITY); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/org/eclipse/papyrus/infra/constraints/runtime/DefaultConstraintEngine.java:[52] private final ListenerList listeners = new ListenerList(ListenerList.IDENTITY); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/org/eclipse/papyrus/infra/constraints/runtime/DefaultConstraintEngine.java:[165] listeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.constraints --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation >-- [INFO] Building org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT [74/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/src/org/eclipse/papyrus/infra/architecture/representation/impl/ModelAutoCreateCustomImpl.java:[21] import org.eclipse.papyrus.infra.architecture.representation.impl.ModelAutoCreateImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.architecture.representation.impl.ModelAutoCreateImpl is never used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/target/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/target/org.eclipse.papyrus.infra.architecture.representation-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit >--- [INFO] Building org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT [75/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/target/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/target/org.eclipse.papyrus.infra.constraints.edit-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit >-- [INFO] Building org.eclipse.papyrus.infra.architecture.representation.edit 2.0.0-SNAPSHOT [76/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/target/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/target/org.eclipse.papyrus.infra.architecture.representation.edit-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor >---- [INFO] Building org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT [77/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveEditorServicesSwitcher.java:[30] import org.eclipse.ui.internal.services.INestable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveEditorServicesSwitcher.java:[66] private INestable activeServiceLocator; ^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveEditorServicesSwitcher.java:[210] @SuppressWarnings({ "restriction", "deprecation" }) ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("deprecation") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ImageToolTipManager.java:[52] private int offsetX = 20; ^^^^^^^ The value of the field ImageToolTipManager.offsetX is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ImageToolTipManager.java:[256] private Image createControlImage(Control control) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createControlImage(Control) from the type ImageToolTipManager is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ImageToolTipManager.java:[288] private Image scaledImage2(Device device, Image image, float factor) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method scaledImage2(Device, Image, float) from the type ImageToolTipManager is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/utils/PageAddValidatorManager.java:[88] final Object obj = clazz.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/PTabFolder.java:[52] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/ShowPartStatusVisitor.java:[25] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/TabFolderModel.java:[74] private void addItem(IPageModel newModel) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addItem(IPageModel) from the type TabFolderModel is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/TabFolderModel.java:[85] private void addItem(int index, IPageModel newModel) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addItem(int, IPageModel) from the type TabFolderModel is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[43] private ListenerList listeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[43] private ListenerList listeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[48] private ListenerList postListeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[48] private ListenerList postListeners = new ListenerList(); ^^^^^^^^^^^^ ListenerList is a raw type. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[71] listeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageSelectionProvider.java:[83] postListeners.add(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ListenerList. References to generic type ListenerList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[34] import org.eclipse.ui.IKeyBindingService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[35] import org.eclipse.ui.INestableKeyBindingService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[41] import org.eclipse.ui.internal.KeyBindingService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'KeyBindingService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[42] import org.eclipse.ui.internal.PartSite; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[43] import org.eclipse.ui.internal.PopupMenuExtender; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[44] import org.eclipse.ui.internal.WorkbenchPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[45] import org.eclipse.ui.internal.contexts.NestableContextService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[46] import org.eclipse.ui.internal.expressions.ActivePartExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ActivePartExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[47] import org.eclipse.ui.internal.handlers.LegacyHandlerService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[48] import org.eclipse.ui.internal.services.INestable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[49] import org.eclipse.ui.internal.services.IServiceLocatorCreator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[50] import org.eclipse.ui.internal.services.IWorkbenchLocationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[51] import org.eclipse.ui.internal.services.ServiceLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[52] import org.eclipse.ui.internal.services.WorkbenchLocationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[71] public class MultiPageEditorSite implements IMultiPageEditorSite, INestable { ^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[90] private ArrayList menuExtenders; ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[120] private IKeyBindingService service = null; ^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[126] private final ServiceLocator serviceLocator; ^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[129] private NestableContextService contextService; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[226] editorSite.contextService = new NestableContextService(ctxt.getParent().get(IContextService.class), new ActivePartExpression(editorSite.mainEditorSite.getPart())); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[226] editorSite.contextService = new NestableContextService(ctxt.getParent().get(IContextService.class), new ActivePartExpression(editorSite.mainEditorSite.getPart())); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'NestableContextService(IContextService, Expression)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[226] editorSite.contextService = new NestableContextService(ctxt.getParent().get(IContextService.class), new ActivePartExpression(editorSite.mainEditorSite.getPart())); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ActivePartExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[226] editorSite.contextService = new NestableContextService(ctxt.getParent().get(IContextService.class), new ActivePartExpression(editorSite.mainEditorSite.getPart())); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ActivePartExpression(IWorkbenchPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[242] serviceLocator.registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(IServiceScopes.MPESITE_SCOPE, getWorkbenchWindow().getWorkbench(), getWorkbenchWindow(), getMainEditorSite(), this, null, 3)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.registerService(Class, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[242] serviceLocator.registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(IServiceScopes.MPESITE_SCOPE, getWorkbenchWindow().getWorkbench(), getWorkbenchWindow(), getMainEditorSite(), this, null, 3)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[242] serviceLocator.registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(IServiceScopes.MPESITE_SCOPE, getWorkbenchWindow().getWorkbench(), getWorkbenchWindow(), getMainEditorSite(), this, null, 3)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[242] serviceLocator.registerService(IWorkbenchLocationService.class, new WorkbenchLocationService(IServiceScopes.MPESITE_SCOPE, getWorkbenchWindow().getWorkbench(), getWorkbenchWindow(), getMainEditorSite(), this, null, 3)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WorkbenchLocationService(String, IWorkbench, IWorkbenchWindow, IWorkbenchPartSite, IEditorSite, IPageSite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[258] IHandlerService handlerService = new LegacyHandlerService(context); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[258] IHandlerService handlerService = new LegacyHandlerService(context); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LegacyHandlerService(IEclipseContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[273] serviceLocator.activate(); ^^^^^^^^ Discouraged access: The method 'ServiceLocator.activate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[276] contextService.activate(); ^^^^^^^^ Discouraged access: The method 'NestableContextService.activate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[291] contextService.deactivate(); ^^^^^^^^^^ Discouraged access: The method 'NestableContextService.deactivate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[294] serviceLocator.deactivate(); ^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.deactivate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[305] ((PopupMenuExtender) menuExtenders.get(i)).dispose(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[305] ((PopupMenuExtender) menuExtenders.get(i)).dispose(); ^^^^^^^ Discouraged access: The method 'PopupMenuExtender.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[313] IKeyBindingService parentService = getMainEditorSite().getKeyBindingService(); ^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[313] IKeyBindingService parentService = getMainEditorSite().getKeyBindingService(); ^^^^^^^^^^^^^^^^^^^^^^ The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[314] if (parentService instanceof INestableKeyBindingService) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[315] INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[315] INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[316] nestableParent.removeKeyBindingService(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[319] if (service instanceof KeyBindingService) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'KeyBindingService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[320] ((KeyBindingService) service).dispose(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'KeyBindingService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[320] ((KeyBindingService) service).dispose(); ^^^^^^^ Discouraged access: The method 'KeyBindingService.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[326] contextService.dispose(); ^^^^^^^ Discouraged access: The method 'SlaveContextService.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[331] serviceLocator.dispose(); ^^^^^^^ Discouraged access: The method 'ServiceLocator.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[381] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type MultiPageEditorSite needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[381] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[418] public IKeyBindingService getKeyBindingService() { ^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[420] service = getMainEditorSite().getKeyBindingService(); ^^^^^^^^^^^^^^^^^^^^^^ The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[421] if (service instanceof INestableKeyBindingService) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[422] INestableKeyBindingService nestableService = (INestableKeyBindingService) service; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[422] INestableKeyBindingService nestableService = (INestableKeyBindingService) service; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[423] service = nestableService.getKeyBindingService(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[431] WorkbenchPlugin.log("MultiPageEditorSite.getKeyBindingService() Parent key binding service was not an instance of INestableKeyBindingService. It was an instance of " + service.getClass().getName() + " instead."); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[431] WorkbenchPlugin.log("MultiPageEditorSite.getKeyBindingService() Parent key binding service was not an instance of INestableKeyBindingService. It was an instance of " + service.getClass().getName() + " instead."); //$NON-NLS-1$ //$NON-NLS-2$ ^^^ Discouraged access: The method 'WorkbenchPlugin.log(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[525] public final Object getService(final Class key) { ^^^^^^ Type safety: The return type Object for getService(Class) from the type MultiPageEditorSite needs unchecked conversion to conform to T from the type IServiceLocator [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[525] public final Object getService(final Class key) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[526] Object service = serviceLocator.getService(key); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getService(Class) of the generic method getService(Class) of type ServiceLocator [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[526] Object service = serviceLocator.getService(key); ^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.getService(Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[526] Object service = serviceLocator.getService(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[527] if (active && service instanceof INestable) { ^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[529] ((INestable) service).activate(); ^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[529] ((INestable) service).activate(); ^^^^^^^^ Discouraged access: The method 'INestable.activate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[600] public final boolean hasService(final Class key) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[601] return serviceLocator.hasService(key); ^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.hasService(Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[637] menuExtenders = new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[639] PartSite.registerContextMenu(menuID, menuMgr, selProvider, true, editor, context, menuExtenders); ^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[639] PartSite.registerContextMenu(menuID, menuMgr, selProvider, true, editor, context, menuExtenders); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PartSite.registerContextMenu(String, MenuManager, ISelectionProvider, boolean, IWorkbenchPart, IEclipseContext, Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[639] PartSite.registerContextMenu(menuID, menuMgr, selProvider, true, editor, context, menuExtenders); ^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[645] menuExtenders = new ArrayList(1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[647] PartSite.registerContextMenu(menuId, menuManager, selectionProvider, includeEditorInput, editor, context, menuExtenders); ^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[647] PartSite.registerContextMenu(menuId, menuManager, selectionProvider, includeEditorInput, editor, context, menuExtenders); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PartSite.registerContextMenu(String, MenuManager, ISelectionProvider, boolean, IWorkbenchPart, IEclipseContext, Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[647] PartSite.registerContextMenu(menuId, menuManager, selectionProvider, includeEditorInput, editor, context, menuExtenders); ^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/EditorPart.java:[34] import org.eclipse.papyrus.infra.core.sasheditor.internal.AbstractPart.GarbageState; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.internal.AbstractPart.GarbageState is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[263] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type AbstractMultiPageSashEditor needs unchecked conversion to conform to T from the type WorkbenchPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[263] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[276] Object result = super.getAdapter(adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type WorkbenchPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[276] Object result = super.getAdapter(adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[283] result = PlatformHelper.getAdapter(innerEditor, adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(IEditorPart, Class) of the generic method getAdapter(Object, Class) of type PlatformHelper [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/editor/AbstractMultiPageSashEditor.java:[283] result = PlatformHelper.getAdapter(innerEditor, adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerFolderEventsProvider.java:[41] return (List) tabFolderParts; ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerFolderEventsProvider.java:[41] return (List) tabFolderParts; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderPart.java:[876] List newModels = (List) partModel.getChildren(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderPart.java:[1122] private void showTabs(String msg) { ^^^^^^^^^^^^^^^^^^^^ The method showTabs(String) from the type TabFolderPart is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderPart.java:[1309] private int count = 0; ^^^^^ The value of the field new MouseTrackListener(){}.count is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderPart.java:[1356] private int count = 0; ^^^^^ The value of the field new Listener(){}.count is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/multipage/editor/MultiPageEditor.java:[121] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type MultiPageEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/multipage/editor/MultiPageEditor.java:[121] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/multipage/editor/MultiPageEditor.java:[128] return super.getAdapter(adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/multipage/editor/MultiPageEditor.java:[128] return super.getAdapter(adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class 108 problems (108 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/target/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/target/org.eclipse.papyrus.infra.core.sasheditor-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di >-- [INFO] Building org.eclipse.papyrus.infra.core.sasheditor.di 3.0.0-SNAPSHOT [78/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[30] import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[64] TransactionHelper.run(getEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[64] TransactionHelper.run(getEditingDomain(), new Runnable() { @Override public void run() { TransactionalPageManagerImpl.super.removePage(pageIdentifier); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[68] TransactionalPageManagerImpl.super.removePage(pageIdentifier); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removePage(Object) from the type BasicPageManagerImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[79] TransactionHelper.run(getEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[79] TransactionHelper.run(getEditingDomain(), new Runnable() { @Override public void run() { TransactionalPageManagerImpl.super.closePage(pageIdentifier); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[94] TransactionHelper.run(getEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[94] TransactionHelper.run(getEditingDomain(), new Runnable() { @Override public void run() { TransactionalPageManagerImpl.super.closeAllOpenedPages(); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[109] TransactionHelper.run(getEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[109] TransactionHelper.run(getEditingDomain(), new Runnable() { @Override public void run() { TransactionalPageManagerImpl.super.closeOtherPages(pageIdentifier); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[124] TransactionHelper.run(getEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[124] TransactionHelper.run(getEditingDomain(), new Runnable() { @Override public void run() { TransactionalPageManagerImpl.super.openPage(pageIdentifier); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[139] TransactionHelper.run(getEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[139] TransactionHelper.run(getEditingDomain(), new Runnable() { @Override public void run() { TransactionalPageManagerImpl.super.openPage(pageIdentifier, editorID); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[154] TransactionHelper.run(getEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalPageManagerImpl.java:[154] TransactionHelper.run(getEditingDomain(), new Runnable() { @Override public void run() { TransactionalPageManagerImpl.super.closeAllOpenedPages(pageIdentifier); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[24] import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[72] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[72] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { @Override public void run() { diContentProvider.addPage(page); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[76] diContentProvider.addPage(page); ^^^^^^^^^^^^^ The method addPage(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[93] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[93] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { @Override public void run() { diContentProvider.addPage(page, index); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[128] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[128] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { @Override public void run() { diContentProvider.createFolder(tabFolder, tabIndex, targetFolder, side); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[149] diContentProvider.setCurrentFolder(rawModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCurrentFolder(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[172] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[172] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { @Override public void run() { diContentProvider.movePage(folderModel, oldIndex, newIndex); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[196] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[196] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { @Override public void run() { diContentProvider.movePage(srcFolderModel, sourceIndex, targetFolderModel, targetIndex); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[216] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[216] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { @Override public void run() { diContentProvider.removePage(index); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[236] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[236] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { @Override public void run() { diContentProvider.removePage(page); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[257] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider.java:[257] TransactionHelper.run(getTransactionalEditingDomain(), new Runnable() { @Override public void run() { diContentProvider.removePage(parentFolder, tabIndex); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/DiSashModelManager.java:[33] import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/DiSashModelManager.java:[133] TransactionHelper.run(editingDomain, new Runnable() { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/custom-src/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/DiSashModelManager.java:[133] TransactionHelper.run(editingDomain, new Runnable() { @Override public void run() { diResource.getContents().add(sashWindowMngr); }; }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated 38 problems (38 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/target/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/target/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-onefile >-------- [INFO] Building Papyrus Infra One-file 0.0.1-SNAPSHOT [79/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-onefile --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-onefile --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-onefile --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-onefile --- [INFO] [INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf-expressions >-- [INFO] Building Papyrus EMF Expressions Infrastructure 0.0.1-SNAPSHOT [80/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf-expressions --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf-expressions --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf-expressions --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf-expressions --- [INFO] [INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions >-- [INFO] Building org.eclipse.papyrus.infra.emf.expressions 2.0.0-SNAPSHOT [81/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/target/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/target/org.eclipse.papyrus.infra.emf.expressions-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf >-------- [INFO] Building org.eclipse.papyrus.infra.emf.gmf 2.0.0-SNAPSHOT [82/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[66] import org.eclipse.emf.workspace.internal.EMFWorkspacePlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EMFWorkspacePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[67] import org.eclipse.emf.workspace.internal.EMFWorkspaceStatusCodes; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EMFWorkspaceStatusCodes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[68] import org.eclipse.emf.workspace.internal.Tracing; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[69] import org.eclipse.emf.workspace.internal.l10n.Messages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[215] return NLS.bind(Messages.cmdStkCtxLabel, domainID); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[215] return NLS.bind(Messages.cmdStkCtxLabel, domainID); ^^^^^^^^^^^^^^ Discouraged access: The field 'Messages.cmdStkCtxLabel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[252] return NLS.bind(Messages.cmdStkSaveCtxLabel, domainID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[252] return NLS.bind(Messages.cmdStkSaveCtxLabel, domainID); ^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'Messages.cmdStkSaveCtxLabel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[271] Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[271] Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Tracing.throwing(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[276] Tracing.catching(WorkspaceCommandStackImpl.class, "execute", e); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[276] Tracing.catching(WorkspaceCommandStackImpl.class, "execute", e); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Tracing.catching(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[281] Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[281] Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Tracing.throwing(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[286] Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[286] Tracing.throwing(WorkspaceCommandStackImpl.class, "execute", exc); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Tracing.throwing(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[312] Tracing.catching(WorkspaceCommandStackImpl.class, "undo", e); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[312] Tracing.catching(WorkspaceCommandStackImpl.class, "undo", e); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Tracing.catching(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[339] Tracing.catching(WorkspaceCommandStackImpl.class, "redo", e); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[339] Tracing.catching(WorkspaceCommandStackImpl.class, "redo", e); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Tracing.catching(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[429] Tracing.catching(WorkspaceCommandStackImpl.class, "executeTriggers", e); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[429] Tracing.catching(WorkspaceCommandStackImpl.class, "executeTriggers", e); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Tracing.catching(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EMFWorkspacePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e); ^^^^^^^^^^^ Discouraged access: The method 'EMFWorkspacePlugin.getPluginId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EMFWorkspaceStatusCodes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'EMFWorkspaceStatusCodes.PRECOMMIT_FAILED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Messages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[434] status = new Status(IStatus.ERROR, EMFWorkspacePlugin.getPluginId(), EMFWorkspaceStatusCodes.PRECOMMIT_FAILED, Messages.precommitFailed, e); ^^^^^^^^^^^^^^^ Discouraged access: The field 'Messages.precommitFailed' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[437] Tracing.throwing(WorkspaceCommandStackImpl.class, "executeTriggers", rbe); //$NON-NLS-1$ ^^^^^^^ Discouraged access: The type 'Tracing' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[437] Tracing.throwing(WorkspaceCommandStackImpl.class, "executeTriggers", rbe); //$NON-NLS-1$ ^^^^^^^^ Discouraged access: The method 'Tracing.throwing(Class, String, Throwable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[556] operation = (IUndoableOperation) tx.getOptions().get(EMFWorkspacePlugin.OPTION_OWNING_OPERATION); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EMFWorkspacePlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/NotifyingWorkspaceCommandStack.java:[556] operation = (IUndoableOperation) tx.getOptions().get(EMFWorkspacePlugin.OPTION_OWNING_OPERATION); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EMFWorkspacePlugin.OPTION_OWNING_OPERATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.1.201805140824/org.eclipse.emf.workspace-1.5.1.201805140824.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/EMFtoGMFCommandWrapper.java:[149] public List getAffectedFiles() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/EMFtoGMFCommandWrapper.java:[150] ArrayList affectedFiles = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/EMFtoGMFCommandWrapper.java:[150] ArrayList affectedFiles = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/org/eclipse/papyrus/infra/emf/gmf/command/EMFtoGMFCommandWrapper.java:[161] affectedFiles.add(o); ^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized 36 problems (36 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/org.eclipse.papyrus.infra.emf.gmf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/org.eclipse.papyrus.infra.emf.gmf-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider >-- [INFO] Building org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT [83/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/target/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/target/org.eclipse.papyrus.infra.services.labelprovider-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.infra-ui >---------- [INFO] Building Papyrus Infra UI 0.0.1-SNAPSHOT [84/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-ui --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-ui --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets >-------- [INFO] Building org.eclipse.papyrus.infra.widgets 4.0.0-SNAPSHOT [85/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.widgets --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.widgets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.widgets --- [INFO] Compiling 188 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/selectors/BooleanSelector.java:[44] result = new Boolean[] { new Boolean(text.getText()) }; ^^^^^^^^^^^^^^^^^^^^^^^ The constructor Boolean(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextObservableValue.java:[32] public class StyledTextObservableValue extends AbstractObservableValue implements Listener { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextObservableValue.java:[68] public StyledTextObservableValue(final StyledText text, final IObservableValue modelProperty, final int eventType) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextObservableValue.java:[138] fireValueChange(new ValueDiff() { @Override public Object getOldValue() { return oldValue; } @Override public Object getNewValue() { return newValue; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextObservableValue.java:[138] fireValueChange(new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/validator/AbstractValidator.java:[29] public abstract class AbstractValidator implements IValidator { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CLabelObservableValue.java:[30] public class CLabelObservableValue extends AbstractObservableValue { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CLabelObservableValue.java:[64] public CLabelObservableValue(CLabel label, IObservableValue modelObservable) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CLabelObservableValue.java:[78] public CLabelObservableValue(CLabel label, IObservableValue modelObservable, ILabelProvider labelProvider) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/providers/WorkspaceContentProvider.java:[95] TreeBrowseStrategy browseStrategy = new ProviderBasedBrowseStrategy(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompletionStyledTextStringEditor.java:[123] IStatus status = targetValidator.validate(text.getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleValueEditor.java:[174] protected void setInput(IObservableList modelProperty) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[37] protected IObservableList modelProperty; ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[42] protected UpdateListStrategy targetToModelStrategy; ^^^^^^^^^^^^^^^^^^ UpdateListStrategy is a raw type. References to generic type UpdateListStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[47] protected UpdateListStrategy modelToTargetStrategy; ^^^^^^^^^^^^^^^^^^ UpdateListStrategy is a raw type. References to generic type UpdateListStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[52] protected IObservableList widgetObservable; ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[79] protected void setWidgetObservable(IObservableList widgetObservable, IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[79] protected void setWidgetObservable(IObservableList widgetObservable, IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[79] protected void setWidgetObservable(IObservableList widgetObservable, IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[89] protected void setWidgetObservable(IObservableList widgetObservable) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[99] public void setModelObservable(IObservableList modelProperty) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[108] public void setConverters(IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[108] public void setConverters(IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[110] targetToModelStrategy = new UpdateListStrategy(); ^^^^^^^^^^^^^^^^^^ UpdateListStrategy is a raw type. References to generic type UpdateListStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[113] modelToTargetStrategy = new UpdateListStrategy(); ^^^^^^^^^^^^^^^^^^ UpdateListStrategy is a raw type. References to generic type UpdateListStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[116] targetToModelStrategy.setConverter(targetToModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateListStrategy. References to generic type UpdateListStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[117] modelToTargetStrategy.setConverter(modelToTarget); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateListStrategy. References to generic type UpdateListStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[128] public void setUpdateStrategies(UpdateListStrategy targetToModelStrategy, UpdateListStrategy modelToTargetStrategy) { ^^^^^^^^^^^^^^^^^^ UpdateListStrategy is a raw type. References to generic type UpdateListStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[128] public void setUpdateStrategies(UpdateListStrategy targetToModelStrategy, UpdateListStrategy modelToTargetStrategy) { ^^^^^^^^^^^^^^^^^^ UpdateListStrategy is a raw type. References to generic type UpdateListStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindList(IObservableList, IObservableList, UpdateListStrategy, UpdateListStrategy) of the generic method bindList(IObservableList, IObservableList, UpdateListStrategy, UpdateListStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableList needs unchecked conversion to conform to IObservableList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^ Type safety: The expression of type IObservableList needs unchecked conversion to conform to IObservableList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateListStrategy needs unchecked conversion to conform to UpdateListStrategy [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractListEditor.java:[148] binding = getBindingContext().bindList(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateListStrategy needs unchecked conversion to conform to UpdateListStrategy [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/util/DoNothingCompletionProposal.java:[37] private int fReplacementLength; ^^^^^^^^^^^^^^^^^^ The value of the field DoNothingCompletionProposal.fReplacementLength is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceDialog.java:[407] public void setModelObservable(IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceDialog.java:[420] protected IObservableValue createWidgetObservable(final IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceDialog.java:[420] protected IObservableValue createWidgetObservable(final IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceDialog.java:[506] modelProperty.setValue(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/util/ISetNameResolutionHelper.java:[18] import org.eclipse.papyrus.infra.widgets.util.INameResolutionHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.widgets.util.INameResolutionHelper is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[21] import org.eclipse.core.databinding.conversion.StringToNumberConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[56] protected IConverter targetToModelConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[75] setWidgetObservable(new AbstractObservableValue() { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[84] return (Integer) targetToModelConverter.convert(spinner.getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[101] targetToModelConverter = StringToNumberConverter.toInteger(false); ^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[101] targetToModelConverter = StringToNumberConverter.toInteger(false); ^^^^^^^^^^^^^^^^ The method toInteger(boolean) from the type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerSpinner.java:[137] return targetToModelConverter.convert(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextReferenceDialogObservableValue.java:[44] public CompletionStyledTextReferenceDialogObservableValue(CompletionStyledTextReferenceDialog dialog, StyledText styledText, IObservableValue modelObservable, int eventType) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/GrayedCheckboxObservableValue.java:[31] public class GrayedCheckboxObservableValue extends AbstractObservableValue implements SelectionListener { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/GrayedCheckboxObservableValue.java:[97] fireValueChange(new ValueDiff() { @Override public Object getOldValue() { return oldValue; } @Override public Object getNewValue() { return newValue; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/GrayedCheckboxObservableValue.java:[97] fireValueChange(new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[19] import org.eclipse.core.databinding.conversion.NumberToStringConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type NumberToStringConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[20] import org.eclipse.core.databinding.conversion.StringToNumberConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[33] private IConverter targetToModelConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[47] targetToModelConverter = StringToNumberConverter.toFloat(NumberFormat.getInstance(Locale.ENGLISH), true); ^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[47] targetToModelConverter = StringToNumberConverter.toFloat(NumberFormat.getInstance(Locale.ENGLISH), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method toFloat(NumberFormat, boolean) from the type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[48] setConverters(targetToModelConverter, NumberToStringConverter.fromFloat(NumberFormat.getInstance(Locale.ENGLISH), true)); ^^^^^^^^^^^^^^^^^^^^^^^ The type NumberToStringConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[48] setConverters(targetToModelConverter, NumberToStringConverter.fromFloat(NumberFormat.getInstance(Locale.ENGLISH), true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method fromFloat(NumberFormat, boolean) from the type NumberToStringConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/FloatEditor.java:[65] return (Float) targetToModelConverter.convert(super.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IconValueEditor.java:[76] Activator.getDefault().log.error(message, null); ^^^ The static field Activator.log should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextObservableValue.java:[40] public CompletionStyledTextObservableValue(StyledText text, IObservableValue modelProperty, int eventType) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextObservableValue.java:[106] fireValueChange(new ValueDiff() { @Override public Object getOldValue() { return oldValue; } @Override public Object getNewValue() { return newValue; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextObservableValue.java:[106] fireValueChange(new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringLabel.java:[117] modelProperty.setValue(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[22] import org.eclipse.nebula.widgets.richtext.toolbar.ToolbarConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[32] public class GenericToolbarConfiguration extends ToolbarConfiguration { ^^^^^^^^^^^^^^^^^^^^ The type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[44] removeDefaultToolbarButton(RichTextUtils.ITEM_FLASH); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[45] removeDefaultToolbarButton(RichTextUtils.ITEM_TABLE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[46] removeDefaultToolbarButton(RichTextUtils.ITEM_HORIZONTALRULE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[47] removeDefaultToolbarButton(RichTextUtils.ITEM_SMILEY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[48] removeDefaultToolbarButton(RichTextUtils.ITEM_SPECIALCHAR); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[49] removeDefaultToolbarButton(RichTextUtils.ITEM_PAGEBREAK); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[50] removeDefaultToolbarButton(RichTextUtils.ITEM_IFRAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeDefaultToolbarButton(String) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[68] addToolbarButton(action); ^^^^^^^^^^^^^^^^^^^^^^^^ The method addToolbarButton(ToolbarButton) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericToolbarConfiguration.java:[82] super.addToolbarButton(button, function); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method addToolbarButton(ToolbarButton, BrowserFunction) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringMask.java:[187] modelProperty.addAll(values); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringMask.java:[197] return modelProperty; ^^^^^^^^^^^^^ Type safety: The expression of type IObservableList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringWithClearEditor.java:[241] public void setModelObservable(final IObservableValue observable) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringWithClearEditor.java:[410] IStatus status = targetValidator.validate(text.getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringWithClearEditor.java:[414] IStatus status = modelValidator.validate(text.getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[6] import org.eclipse.core.databinding.conversion.NumberToStringConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type NumberToStringConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[7] import org.eclipse.core.databinding.conversion.StringToNumberConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[15] private IConverter targetToModelConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[29] targetToModelConverter = StringToNumberConverter.toLong(NumberFormat.getInstance(Locale.ENGLISH), true); ^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[29] targetToModelConverter = StringToNumberConverter.toLong(NumberFormat.getInstance(Locale.ENGLISH), true); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method toLong(NumberFormat, boolean) from the type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[30] setConverters(targetToModelConverter, NumberToStringConverter.fromLong(NumberFormat.getInstance(Locale.ENGLISH), true)); ^^^^^^^^^^^^^^^^^^^^^^^ The type NumberToStringConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[30] setConverters(targetToModelConverter, NumberToStringConverter.fromLong(NumberFormat.getInstance(Locale.ENGLISH), true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method fromLong(NumberFormat, boolean) from the type NumberToStringConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/LongEditor.java:[47] return (Long) targetToModelConverter.convert(super.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ReferenceCombo.java:[198] protected IObservableValue getObservableValue() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanToggle.java:[18] import org.eclipse.jface.databinding.swt.WidgetProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanToggle.java:[46] setWidgetObservable(WidgetProperties.selection().observe(toggleButton)); ^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanToggle.java:[46] setWidgetObservable(WidgetProperties.selection().observe(toggleButton)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanToggle.java:[46] setWidgetObservable(WidgetProperties.selection().observe(toggleButton)); ^^^^^^^^^^^ The method selection() from the type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[4] import org.eclipse.core.databinding.conversion.StringToNumberConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[13] private IConverter targetToModelConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[42] targetToModelConverter = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[62] return (Integer) StringToNumberConverter.toInteger(false).convert(newString); ^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[62] return (Integer) StringToNumberConverter.toInteger(false).convert(newString); ^^^^^^^^^^^^^^^^ The method toInteger(boolean) from the type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[62] return (Integer) StringToNumberConverter.toInteger(false).convert(newString); ^^^^^^^^^^^^^^^^^^ The method convert(Object) from the type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[68] IConverter integerToString = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[68] IConverter integerToString = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[115] return (Integer) targetToModelConverter.convert(super.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextStringEditor.java:[293] public void setModelObservable(IObservableValue observable) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextStringEditor.java:[430] IStatus status = targetValidator.validate(getTextToValidate()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextStringEditor.java:[434] IStatus status = modelValidator.validate(getTextToValidate()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringEditor.java:[219] public void setModelObservable(IObservableValue observable) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringEditor.java:[357] IStatus status = targetValidator.validate(text.getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringEditor.java:[361] IStatus status = modelValidator.validate(text.getText()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleValueSelectionWithCheckBoxDialog.java:[120] return (MultipleValueSelectionWithCheckboxWidget) super.getWidget(); ^^^^^^^^^^^ The method getWidget() from the type MultipleValueDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[23] import org.eclipse.jface.databinding.swt.WidgetProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[106] SelectObservableValue observable = new SelectObservableValue(); ^^^^^^^^^^^^^^^^^^^^^ SelectObservableValue is a raw type. References to generic type SelectObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[106] SelectObservableValue observable = new SelectObservableValue(); ^^^^^^^^^^^^^^^^^^^^^ SelectObservableValue is a raw type. References to generic type SelectObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[112] IObservableValue buttonObservable = WidgetProperties.selection().observe(button); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[112] IObservableValue buttonObservable = WidgetProperties.selection().observe(button); ^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[112] IObservableValue buttonObservable = WidgetProperties.selection().observe(button); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[112] IObservableValue buttonObservable = WidgetProperties.selection().observe(button); ^^^^^^^^^^^ The method selection() from the type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[113] observable.addOption(value, buttonObservable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addOption(Object, IObservableValue) belongs to the raw type SelectObservableValue. References to generic type SelectObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[210] modelProperty.setValue(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[213] widgetObservable.setValue(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractEditor.java:[288] public abstract void setConverters(IConverter targetToModel, IConverter modelToTarget); ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractEditor.java:[288] public abstract void setConverters(IConverter targetToModel, IConverter modelToTarget); ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[21] import org.eclipse.jface.databinding.swt.WidgetProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[49] private ControlDecoration controlDecoration; ^^^^^^^^^^^^^^^^^ The value of the field BooleanRadio.controlDecoration is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[108] private IObservableValue getObservable() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[109] IObservableValue trueObservable = WidgetProperties.selection().observe(trueRadio); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[109] IObservableValue trueObservable = WidgetProperties.selection().observe(trueRadio); ^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[109] IObservableValue trueObservable = WidgetProperties.selection().observe(trueRadio); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[109] IObservableValue trueObservable = WidgetProperties.selection().observe(trueRadio); ^^^^^^^^^^^ The method selection() from the type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[110] IObservableValue falseObservable = WidgetProperties.selection().observe(falseRadio); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[110] IObservableValue falseObservable = WidgetProperties.selection().observe(falseRadio); ^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[110] IObservableValue falseObservable = WidgetProperties.selection().observe(falseRadio); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[110] IObservableValue falseObservable = WidgetProperties.selection().observe(falseRadio); ^^^^^^^^^^^ The method selection() from the type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[112] SelectObservableValue observable = new SelectObservableValue(); ^^^^^^^^^^^^^^^^^^^^^ SelectObservableValue is a raw type. References to generic type SelectObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[112] SelectObservableValue observable = new SelectObservableValue(); ^^^^^^^^^^^^^^^^^^^^^ SelectObservableValue is a raw type. References to generic type SelectObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[113] observable.addOption(true, trueObservable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addOption(Object, IObservableValue) belongs to the raw type SelectObservableValue. References to generic type SelectObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[114] observable.addOption(false, falseObservable); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addOption(Object, IObservableValue) belongs to the raw type SelectObservableValue. References to generic type SelectObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleDoubleEditor.java:[105] return new Double(0); ^^^^^^^^^ The constructor Double(double) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[158] public void setModelObservable(IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[437] public void setModelObservable(final IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[452] protected void setEditorsModelObservable(final IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[456] stringComboEditor.setModelObservable((IObservableValue) stringComboObservableValue); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[460] lowerValueEditor.setModelObservable((IObservableValue) lowerValueObservableValue); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultiplicityDialog.java:[464] upperValueEditor.setModelObservable((IObservableValue) upperValueObservableValue); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/providers/AbstractTreeFilter.java:[94] strategy = new ProviderBasedBrowseStrategy((ITreeContentProvider) baseContentProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompletionStyledTextReferenceDialog.java:[68] protected IObservableValue createWidgetObservable(IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompletionStyledTextReferenceDialog.java:[68] protected IObservableValue createWidgetObservable(IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/validator/InputValidatorWrapper.java:[30] protected IValidator validator; ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/validator/InputValidatorWrapper.java:[32] public InputValidatorWrapper(IValidator validator) { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/validator/InputValidatorWrapper.java:[39] IStatus status = validator.validate(newText); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method validate(Object) belongs to the raw type IValidator. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/providers/FlatFilteredContentProvider.java:[375] IDialogSettings settings = Activator.getDefault().getDialogSettings().getSection(DIALOG_SETTINGS_KEY); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/providers/FlatFilteredContentProvider.java:[377] settings = Activator.getDefault().getDialogSettings().addNewSection(DIALOG_SETTINGS_KEY); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/TextObservableValue.java:[33] public class TextObservableValue extends AbstractObservableValue implements Listener { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/TextObservableValue.java:[60] public TextObservableValue(Text text, IObservableValue modelProperty, int eventType) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/TextObservableValue.java:[120] fireValueChange(new ValueDiff() { @Override public Object getOldValue() { return oldValue; } @Override public Object getNewValue() { return newValue; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/TextObservableValue.java:[120] fireValueChange(new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[139] filePathList.addAll(modelProperty); ^^^^^^^^^^^^^ Type safety: The expression of type IObservableList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[146] modelProperty.addAll(filePathList); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[176] MultipleValueSelectorDialog dialog = new MultipleValueSelectorDialog(getShell(), selector); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[176] MultipleValueSelectorDialog dialog = new MultipleValueSelectorDialog(getShell(), selector); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[176] MultipleValueSelectorDialog dialog = new MultipleValueSelectorDialog(getShell(), selector); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor MultipleValueSelectorDialog(Shell, IElementSelector) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[181] dialog.setLabelProvider(labelProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLabelProvider(ILabelProvider) from the type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[183] dialog.setOrdered(true); ^^^^^^^^^^^^^^^^ The method setOrdered(boolean) from the type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[184] dialog.setUnique(true); ^^^^^^^^^^^^^^^ The method setUnique(boolean) from the type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[187] int code = dialog.open(); ^^^^^^ The method open() from the type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[192] filePathResult.addAll(modelProperty); ^^^^^^^^^^^^^ Type safety: The expression of type IObservableList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringFileEditor.java:[199] modelProperty.addAll(filePathResult); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BundleExplorerDialog.java:[100] IDialogSettings settings = Activator.getDefault().getDialogSettings().getSection(DIALOG_SETTINGS); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BundleExplorerDialog.java:[103] settings = Activator.getDefault().getDialogSettings().addNewSection(DIALOG_SETTINGS); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BundleExplorerDialog.java:[179] private class PluginSearchComparator implements Comparator { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerMask.java:[186] modelProperty.setValue(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[74] protected MultipleValueSelectorDialog dialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[148] dialog = new MultipleValueSelectorDialog(parent.getShell(), selector, unique); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[148] dialog = new MultipleValueSelectorDialog(parent.getShell(), selector, unique); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor MultipleValueSelectorDialog(Shell, IElementSelector, boolean) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[179] dialog.setLabelProvider(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setLabelProvider(ILabelProvider) from the type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[238] dialog.setContextElement(getContextElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setContextElement(Object) from the type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[240] int returnCode = dialog.open(); ^^^^^^ The method open() from the type MultipleValueSelectorDialog is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompactMultipleValueEditor.java:[257] modelProperty.addAll(resultElements); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ComboObservableValue.java:[35] public class ComboObservableValue extends AbstractObservableValue implements ISelectionChangedListener { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ComboObservableValue.java:[62] public ComboObservableValue(ComboViewer viewer, IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ComboObservableValue.java:[121] fireValueChange(new ValueDiff() { @Override public Object getOldValue() { return oldValue; } @Override public Object getNewValue() { return newValue; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ComboObservableValue.java:[121] fireValueChange(new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericRichTextEditor.java:[120] super(parent, toolbarConfig, style); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor RichTextEditor(Composite, ToolbarConfiguration, int) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/richtext/GenericRichTextEditor.java:[121] toolbarConfig.setBrowser(getEditorConfiguration().getBrowser()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setBrowser(Browser) from the type ToolbarConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[18] import org.eclipse.jface.databinding.swt.WidgetProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[70] IObservableValue widgetObservable = WidgetProperties.selection().observe(checkbox); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[70] IObservableValue widgetObservable = WidgetProperties.selection().observe(checkbox); ^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[70] IObservableValue widgetObservable = WidgetProperties.selection().observe(checkbox); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[70] IObservableValue widgetObservable = WidgetProperties.selection().observe(checkbox); ^^^^^^^^^^^ The method selection() from the type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[80] public void setModelObservable(IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[81] IObservableValue newWidgetObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[91] newWidgetObservable = WidgetProperties.selection().observe(checkbox); ^^^^^^^^^^^^^^^^ The type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[91] newWidgetObservable = WidgetProperties.selection().observe(checkbox); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Widget) belongs to the raw type IWidgetValueProperty. References to generic type IWidgetValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[91] newWidgetObservable = WidgetProperties.selection().observe(checkbox); ^^^^^^^^^^^ The method selection() from the type WidgetProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[142] modelProperty.setValue(selected); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[144] widgetObservable.setValue(selected); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BrowseFileEditor.java:[183] dialog.setInitialSelections(new IFile[] { currentFile }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/StyledTextReferenceDialogObservableValue.java:[53] public StyledTextReferenceDialogObservableValue(final AbstractValueEditor dialog, final StyledText styledText, final IObservableValue modelObservable, final int eventType, final ILabelProvider labelProvider) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringFileSelector.java:[138] dialog.setInitialSelections(new IFile[] { currentFile }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/TreeSelectorDialog.java:[545] IDialogSettings settings = Activator.getDefault().getDialogSettings().getSection(DIALOG_SETTINGS_KEY); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/TreeSelectorDialog.java:[547] settings = Activator.getDefault().getDialogSettings().addNewSection(DIALOG_SETTINGS_KEY); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractMultipleValueEditor.java:[357] protected abstract void setInput(IObservableList modelProperty); ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractMultipleValueEditor.java:[480] modelProperty.addAll(Arrays.asList(result)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractMultipleValueEditor.java:[723] public void setModelObservable(IObservableList modelProperty) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractMultipleValueEditor.java:[885] modelProperty.add(result); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringEditor.java:[295] modelProperty.add(result); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringEditor.java:[317] int size = ((List) data).size(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringEditor.java:[319] Object object = ((List) data).get(size - 1); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleStringEditor.java:[385] modelProperty.set(index, newValue); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/ITreeSelectorDialog.java:[63] public void setInitialElementSelections(List selectedElements); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringCombo.java:[121] protected IObservableValue getObservableValue() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringCombo.java:[167] class CComboObservableValue extends AbstractObservableValue implements SelectionListener, KeyListener, FocusListener { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringCombo.java:[231] fireValueChange(new ValueDiff() { @Override public Object getOldValue() { return oldValue; } @Override public Object getNewValue() { return currentValue; } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringCombo.java:[231] fireValueChange(new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/selectors/ReferenceSelector.java:[313] TreeBrowseStrategy revealBrowseStrategy = new ProviderBasedBrowseStrategy(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringDirectorySelector.java:[154] dialog.setInitialSelections(new IFile[] { currentFile }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation. [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[50] protected IObservableValue modelProperty; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[55] protected IObservableValue widgetObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[60] protected UpdateValueStrategy targetToModelStrategy; ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[65] protected UpdateValueStrategy modelToTargetStrategy; ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[75] protected IValidator modelValidator; ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[116] protected void setWidgetObservable(IObservableValue widgetObservable, IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[116] protected void setWidgetObservable(IObservableValue widgetObservable, IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[116] protected void setWidgetObservable(IObservableValue widgetObservable, IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[130] protected void setWidgetObservable(IObservableValue widgetObservable, boolean commitOnChange) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[148] protected void setWidgetObservable(IObservableValue widgetObservable) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[158] public void setModelObservable(IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[167] public void setConverters(IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[167] public void setConverters(IConverter targetToModel, IConverter modelToTarget) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[169] targetToModelStrategy = new UpdateValueStrategy(); ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[172] modelToTargetStrategy = new UpdateValueStrategy(); ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[174] targetToModelStrategy.setConverter(targetToModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[175] modelToTargetStrategy.setConverter(modelToTarget); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setConverter(IConverter) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[187] public void setUpdateStrategies(UpdateValueStrategy targetToModelStrategy, UpdateValueStrategy modelToTargetStrategy) { ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[187] public void setUpdateStrategies(UpdateValueStrategy targetToModelStrategy, UpdateValueStrategy modelToTargetStrategy) { ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of the generic method bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) of type DataBindingContext [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^ Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[220] binding = getBindingContext().bindValue(widgetObservable, modelProperty, targetToModelStrategy, modelToTargetStrategy); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[221] binding.getValidationStatus().addValueChangeListener(new IValueChangeListener() { @Override public void handleValueChange(ValueChangeEvent event) { // Don't handle validation changes if we don't have a validator, because then it could only be green and it isn't useful. // Also, if we're showing in a dialog, then our widget may have been disposed already if we're validating a change applied // by hitting the OK button if ((modelValidator) != null) { // Check if the widget is disposed before isReadOnly() to avoid NPE if (!AbstractValueEditor.this.isDisposed() && !isReadOnly()) { // Bug 434787 : Shouldn't not execute the timer thread if the widget is disposed IStatus status = (IStatus) binding.getValidationStatus().getValue(); // Bug 435415 : Update the status only if the widget isn't disposed updateStatus(status); // Don't kick the colour if we're just doing the initial validation to show the decoration. // Only trigger the colours on user-initiated edits if (!initialValidation) { changeColorField(); } } } } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type new IValueChangeListener(){} needs unchecked conversion to conform to IValueChangeListener [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[221] binding.getValidationStatus().addValueChangeListener(new IValueChangeListener() { ^^^^^^^^^^^^^^^^^^^^ IValueChangeListener is a raw type. References to generic type IValueChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[224] public void handleValueChange(ValueChangeEvent event) { ^^^^^^^^^^^^^^^^ ValueChangeEvent is a raw type. References to generic type ValueChangeEvent should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[256] targetToModelStrategy.setAfterGetValidator(targetToModelValidator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setAfterGetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[266] public void setModelValidator(IValidator targetToModelValidator) { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[268] targetToModelStrategy.setBeforeSetValidator(targetToModelValidator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setBeforeSetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[269] modelToTargetStrategy.setAfterGetValidator(targetToModelValidator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setAfterGetValidator(IValidator) belongs to the raw type UpdateValueStrategy. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[288] modelToTargetStrategy = new UpdateValueStrategy(); ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/AbstractValueEditor.java:[291] targetToModelStrategy = new UpdateValueStrategy(); ^^^^^^^^^^^^^^^^^^^ UpdateValueStrategy is a raw type. References to generic type UpdateValueStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/providers/FlattenableRestrictedFilteredContentProvider.java:[163] IDialogSettings settings = Activator.getDefault().getDialogSettings().getSection(DIALOG_SETTINGS_KEY); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/providers/FlattenableRestrictedFilteredContentProvider.java:[165] settings = Activator.getDefault().getDialogSettings().addNewSection(DIALOG_SETTINGS_KEY); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ReferenceDialogObservableValue.java:[40] public ReferenceDialogObservableValue(ReferenceDialog dialog, CLabel label, IObservableValue modelObservable) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/ReferenceDialogObservableValue.java:[54] public ReferenceDialogObservableValue(ReferenceDialog dialog, CLabel label, IObservableValue modelObservable, ILabelProvider labelProvider) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleIntegerEditor.java:[113] return new Integer(0); ^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextMultiReferenceDialogObservableValue.java:[38] private IObservableList list; ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextMultiReferenceDialogObservableValue.java:[51] public CompletionStyledTextMultiReferenceDialogObservableValue(Control dialog, StyledText styledText, IObservableList modelObservable, int eventType) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/databinding/CompletionStyledTextMultiReferenceDialogObservableValue.java:[81] list.addAll((Collection) newValues); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type IObservableList. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/CompletionStyledTextMultipleReferenceEditor.java:[106] public void setModelObservable(IObservableList modelProperty) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/selectors/UnlimitedNaturalSelector.java:[49] result = new Integer[] { new Integer(-1) }; ^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[31] private IConverter targetToModelConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[46] targetToModelConverter = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[75] IConverter doubleToString = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[75] IConverter doubleToString = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/DoubleEditor.java:[114] return (Double) targetToModelConverter.convert(super.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCombo.java:[17] import org.eclipse.jface.databinding.viewers.ViewerProperties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ViewerProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCombo.java:[77] setWidgetObservable(ViewerProperties.singleSelection().observe(viewer)); ^^^^^^^^^^^^^^^^ The type ViewerProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCombo.java:[77] setWidgetObservable(ViewerProperties.singleSelection().observe(viewer)); ^^^^^^^^^^^^^^^^^ The method singleSelection() from the type ViewerProperties is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/MultipleValueDialog.java:[172] public void setInitialSelections(Object[] selectedElements) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike MultipleValueDialog.setInitialSelections(Object[]) and SelectionDialog.setInitialSelections(Object...) [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[18] import org.eclipse.core.databinding.conversion.StringToNumberConverter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[34] private IConverter targetToModelConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[64] targetToModelConverter = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[81] Integer i = (Integer) StringToNumberConverter.toInteger(false).convert(newString); ^^^^^^^^^^^^^^^^^^^^^^^ The type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[81] Integer i = (Integer) StringToNumberConverter.toInteger(false).convert(newString); ^^^^^^^^^^^^^^^^ The method toInteger(boolean) from the type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[81] Integer i = (Integer) StringToNumberConverter.toInteger(false).convert(newString); ^^^^^^^^^^^^^^^^^^ The method convert(Object) from the type StringToNumberConverter is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[93] IConverter integerToString = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[93] IConverter integerToString = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[141] return (Integer) targetToModelConverter.convert(super.getValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextReferenceDialog.java:[466] public void setModelObservable(final IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextReferenceDialog.java:[481] protected IObservableValue createWidgetObservable(final IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextReferenceDialog.java:[481] protected IObservableValue createWidgetObservable(final IObservableValue modelProperty) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StyledTextReferenceDialog.java:[600] modelProperty.setValue(value); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized 280 problems (280 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.widgets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/org.eclipse.papyrus.infra.widgets-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/org.eclipse.papyrus.infra.widgets-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox >---- [INFO] Building org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT [86/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/org/eclipse/papyrus/infra/widgets/toolbox/notification/builders/NotificationBuilder.java:[295] copy.add(builderClass.newInstance()); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/org/eclipse/papyrus/infra/widgets/toolbox/notification/popups/PopupNotification.java:[28] private final PapyrusPopup popup; ^^^^^ The value of the field PopupNotification.popup is not used 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/target/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/target/org.eclipse.papyrus.infra.widgets.toolbox-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui >---------- [INFO] Building org.eclipse.papyrus.infra.ui 3.0.0-SNAPSHOT [87/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.ui --- [INFO] Compiling 122 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/DiSashModelMngrServiceFactory.java:[26] private TransactionalEditingDomain transactionalEditingDomain; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field DiSashModelMngrServiceFactory.transactionalEditingDomain is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EMFSelectionContext.java:[36] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type EMFSelectionContext needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[22] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[81] IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(next, IInternalEMFSelectionContext.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[81] IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(next, IInternalEMFSelectionContext.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[104] IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(delegating.getDelegate(), IInternalEMFSelectionContext.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/IInternalEMFSelectionContext.java:[104] IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(delegating.getDelegate(), IInternalEMFSelectionContext.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/ContentOutlineRegistry.java:[218] factoryClass = (Class) Class.forName(className); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/ContentOutlineRegistry.java:[224] factoryClass = (Class) bundle.loadClass(className); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/ContentOutlineRegistry.java:[241] IPapyrusContentOutlinePage outline = loadClass().newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/NamePropertyTester.java:[37] return new Boolean(answer).equals(expectedValue); ^^^^^^^^^^^^^^^ The constructor Boolean(boolean) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/util/EditorUtils.java:[42] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/util/EditorUtils.java:[115] IFile diFile = DiModelUtils.getRelatedDiFile(file); ^^^^^^^^^^^^^^^^^^^^^^ The method getRelatedDiFile(IFile) from the type DiModelUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EMFTreeViewerContext.java:[36] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type EMFTreeViewerContext needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/extension/diagrameditor/EditorFactoryProxy.java:[101] editorFactory = editorDescriptor.getEditorFactoryClass().newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[18] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[36] IReloadContextProvider provider = AdapterUtils.adapt(reloadContextProvider, IReloadContextProvider.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[36] IReloadContextProvider provider = AdapterUtils.adapt(reloadContextProvider, IReloadContextProvider.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IReloadContextProvider) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[57] IReloadContextProvider provider = AdapterUtils.adapt(reloadContextProvider, IReloadContextProvider.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[57] IReloadContextProvider provider = AdapterUtils.adapt(reloadContextProvider, IReloadContextProvider.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IReloadContextProvider) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[71] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type DelegatingReloadContext needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[78] if ((delegate != null) && (AdapterUtils.adapt(delegate, IInternalEMFSelectionContext.class, null) != null)) { ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/DelegatingReloadContext.java:[78] if ((delegate != null) && (AdapterUtils.adapt(delegate, IInternalEMFSelectionContext.class, null) != null)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EditorReloadEvent.java:[24] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EditorReloadEvent.java:[84] IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(object, IInternalEMFSelectionContext.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/EditorReloadEvent.java:[84] IInternalEMFSelectionContext emfContext = AdapterUtils.adapt(object, IInternalEMFSelectionContext.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/multidiagram/actionbarcontributor/ActionBarContributorExtensionFactory.java:[69] res.contextClass = (Class) parseClass(element, CONTEXTCLASS_ATTRIBUTE, EDITOR_ACTIONBARCONTRIBUTOR_EXTENSIONPOINT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/extension/diagrameditor/EditorIconFactory.java:[110] editorFactory = editorDescriptor.getEditorFactoryClass().newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/lifecycleevents/SaveAndDirtyService.java:[335] resourceSet.saveAs(path); ^^^^^^^^^^^^ The method saveAs(IPath) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/CompositeReloadContext.java:[21] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/CompositeReloadContext.java:[73] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type CompositeReloadContext needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/CompositeReloadContext.java:[81] if (AdapterUtils.adapt(next, IInternalEMFSelectionContext.class, null) != null) { ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/reload/CompositeReloadContext.java:[81] if (AdapterUtils.adapt(next, IInternalEMFSelectionContext.class, null) != null) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IInternalEMFSelectionContext) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/multidiagram/actionbarcontributor/ActionBarContributorDescriptor.java:[57] EditorActionBarContributor context = contextClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/MultiDiagramEditorSelectionContext.java:[34] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/MultiDiagramEditorSelectionContext.java:[126] sashContainer = AdapterUtils.adapt(editor, ISashWindowsContainer.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/editor/MultiDiagramEditorSelectionContext.java:[126] sashContainer = AdapterUtils.adapt(editor, ISashWindowsContainer.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, ISashWindowsContainer) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[44] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[533] return mapIPapyrusPageToOutlineRec.containsKey(page); ^^^^ Unlikely argument type IContentOutlinePage for containsKey(Object) on a Map [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[1075] IReloadContextProvider provider = AdapterUtils.adapt(outlinePage.contentOutlinePage, IReloadContextProvider.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[1075] IReloadContextProvider provider = AdapterUtils.adapt(outlinePage.contentOutlinePage, IReloadContextProvider.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IReloadContextProvider) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[1092] AdapterUtils.adapt(outlinePage.contentOutlinePage, IReloadContextProvider.class, null).restore(context); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePage.java:[1092] AdapterUtils.adapt(outlinePage.contentOutlinePage, IReloadContextProvider.class, null).restore(context); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IReloadContextProvider) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractParametricOnSelectedElementsAction.java:[25] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractParametricOnSelectedElementsAction.java:[111] editingDomain = ServiceUtilsForActionHandlers.getInstance().getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractParametricOnSelectedElementsAction.java:[111] editingDomain = ServiceUtilsForActionHandlers.getInstance().getTransactionalEditingDomain(); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractParametricOnSelectedElementsAction.java:[111] editingDomain = ServiceUtilsForActionHandlers.getInstance().getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[58] import org.eclipse.ui.internal.WorkbenchMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[247] return new Double(defaults.getDouble(key, DOUBLE_DEFAULT_DEFAULT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Double(double) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[249] return new Float(defaults.getFloat(key, FLOAT_DEFAULT_DEFAULT)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Float(float) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[352] Assert.isTrue(false, WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[352] Assert.isTrue(false, WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'WorkbenchMessages.ScopedPreferenceStore_DefaultAddedError' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.122.0.v20201119-1132/org.eclipse.ui.workbench-3.122.0.v20201119-1132.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[731] firePropertyChangeEvent(name, new Double(oldValue), new Double(value)); ^^^^^^^^^^^^^^^^ The constructor Double(double) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[731] firePropertyChangeEvent(name, new Double(oldValue), new Double(value)); ^^^^^^^^^^^^^ The constructor Double(double) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[757] firePropertyChangeEvent(name, new Float(oldValue), new Float(value)); ^^^^^^^^^^^^^^^ The constructor Float(float) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/preferences/PapyrusScopedPreferenceStore.java:[757] firePropertyChangeEvent(name, new Float(oldValue), new Float(value)); ^^^^^^^^^^^^ The constructor Float(float) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/org/eclipse/papyrus/infra/ui/menu/AbstractEMFParametricOnSelectedElementsAction.java:[23] import org.eclipse.papyrus.infra.ui.menu.AbstractParametricOnSelectedElementsAction; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.menu.AbstractParametricOnSelectedElementsAction is never used 57 problems (57 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/org.eclipse.papyrus.infra.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/org.eclipse.papyrus.infra.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra-internationalization >-- [INFO] Building Papyrus Internationalization 0.0.1-SNAPSHOT [88/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-internationalization --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-internationalization --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-internationalization --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-internationalization --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common >-- [INFO] Building org.eclipse.papyrus.infra.internationalization.common 2.0.0-SNAPSHOT [89/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/target/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/target/org.eclipse.papyrus.infra.internationalization.common-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-nattable >------- [INFO] Building Papyrus Nattable 0.0.1-SNAPSHOT [90/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-nattable --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-nattable --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-nattable --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-nattable --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model >---- [INFO] Building org.eclipse.papyrus.infra.nattable.model 5.0.0-SNAPSHOT [91/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] Compiling 229 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src-gen/org/eclipse/papyrus/infra/nattable/model/nattable/nattablestyle/impl/StyledElementImpl.java:[99] for(Iterator i = getStyles().iterator(); i.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/target/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/target/org.eclipse.papyrus.infra.nattable.model-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization >-- [INFO] Building org.eclipse.papyrus.infra.internationalization 2.0.0-SNAPSHOT [92/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/org.eclipse.papyrus.infra.internationalization-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/org.eclipse.papyrus.infra.internationalization-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile >-------- [INFO] Building org.eclipse.papyrus.infra.onefile 3.0.0-SNAPSHOT [93/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.onefile --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.onefile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.onefile --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/PapyrusFile.java:[129] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type PapyrusFile needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/PapyrusFile.java:[129] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/PapyrusFile.java:[130] return Platform.getAdapterManager().getAdapter(this, adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(PapyrusFile, Class) of the generic method getAdapter(Object, Class) of type IAdapterManager [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/PapyrusFile.java:[130] return Platform.getAdapterManager().getAdapter(this, adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/DiViewFilterHelper.java:[139] instance = (IDiViewFilter) bundle.loadClass(className).newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/SubResourceFile.java:[71] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type SubResourceFile needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/SubResourceFile.java:[71] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/SubResourceFile.java:[72] return Platform.getAdapterManager().getAdapter(this, adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(SubResourceFile, Class) of the generic method getAdapter(Object, Class) of type IAdapterManager [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/impl/SubResourceFile.java:[72] return Platform.getAdapterManager().getAdapter(this, adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/providers/OneFileModelProvider.java:[61] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type OneFileModelProvider needs unchecked conversion to conform to T from the type PlatformObject [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/providers/OneFileModelProvider.java:[62] return super.getAdapter(adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type PlatformObject [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/providers/OneFileModelProvider.java:[62] return super.getAdapter(adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/org/eclipse/papyrus/infra/onefile/model/PapyrusModelHelper.java:[101] className).newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 13 problems (13 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.onefile --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.onefile --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/org.eclipse.papyrus.infra.onefile-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.onefile --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/org.eclipse.papyrus.infra.onefile-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor >-- [INFO] Building org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT [94/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/presentation/ConstraintsEditor.java:[1337] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type ConstraintsEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/presentation/ConstraintsEditor.java:[1348] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/presentation/ConstraintsEditor.java:[1348] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/environment/presentation/EnvironmentEditor.java:[1338] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type EnvironmentEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/environment/presentation/EnvironmentEditor.java:[1349] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src-gen/org/eclipse/papyrus/infra/constraints/environment/presentation/EnvironmentEditor.java:[1349] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/target/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/target/org.eclipse.papyrus.infra.constraints.editor-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui >---- [INFO] Building org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT [95/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/target/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/target/org.eclipse.papyrus.infra.constraints.ui-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra-editor >-------- [INFO] Building Papyrus Editor Welcome Page 0.0.1-SNAPSHOT [96/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-editor --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-editor --- [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra-properties >------ [INFO] Building Papyrus Infra Properties Framework 0.0.1-SNAPSHOT [97/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-properties --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-properties --- [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties >------ [INFO] Building org.eclipse.papyrus.infra.properties 4.0.0-SNAPSHOT [98/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.properties --- [INFO] Compiling 87 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/org.eclipse.papyrus.infra.properties-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/org.eclipse.papyrus.infra.properties-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly >----- [INFO] Building org.eclipse.papyrus.infra.emf.readonly 4.0.0-SNAPSHOT [99/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/org/eclipse/papyrus/infra/emf/readonly/internal/ControlledResourceTracker.java:[52] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyAdapterFactory.java:[27] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type ReadOnlyAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyAdapterFactory.java:[34] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type ReadOnlyAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/org.eclipse.papyrus.infra.emf.readonly-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/org.eclipse.papyrus.infra.emf.readonly-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf >-------- [INFO] Building org.eclipse.papyrus.infra.ui.emf 3.0.0-SNAPSHOT [100/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/databinding/AnnotationObservableValue.java:[32] public class AnnotationObservableValue extends AbstractObservableValue { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/databinding/AnnotationObservableValue.java:[240] annotation.getDetails().remove(key); ^^^ Unlikely argument type String for remove(Object) on a Collection> [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/databinding/AnnotationObservableValue.java:[300] annotation.getDetails().remove(key); ^^^ Unlikely argument type String for remove(Object) on a Collection> [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/utils/ProviderHelper.java:[73] TreeBrowseStrategy browseStrategy = new ProviderBasedBrowseStrategy(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/EMFLabelProvider.java:[171] final EClass common = org.eclipse.papyrus.emf.facet.util.emf.core.internal.EMFUtils.computeLeastCommonSupertype(getEClasses(selectedEObject)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EMFUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/EMFLabelProvider.java:[171] final EClass common = org.eclipse.papyrus.emf.facet.util.emf.core.internal.EMFUtils.computeLeastCommonSupertype(getEClasses(selectedEObject)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'EMFUtils.computeLeastCommonSupertype(Collection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/internal/emf/Activator.java:[109] private void init(final ICustomizationManager customizationManager) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method init(ICustomizationManager) from the type Activator is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/EMFContentProvider.java:[103] TreeBrowseStrategy browseStrategy = new ProviderBasedBrowseStrategy(provider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/internal/facet/WorskpaceCustomizationUpdater.java:[117] return Activator.getDefault().getDialogSettings().getSection(CUSTOMIZATION_MANAGER_SECTION); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/internal/facet/WorskpaceCustomizationUpdater.java:[137] settings = Activator.getDefault().getDialogSettings().addNewSection(CUSTOMIZATION_MANAGER_SECTION); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/internal/facet/WorskpaceCustomizationUpdater.java:[228] final DialogSettings settings = (DialogSettings) Activator.getDefault().getDialogSettings(); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/DependentEMFLabelProvider.java:[133] subscriptions.computeIfAbsent(subscription, x -> Sets.newSetFromMap(new WeakHashMap<>())) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newSetFromMap(Map) from the type Sets is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/EMFGraphicalContentProvider.java:[606] IDialogSettings settings = Activator.getDefault().getDialogSettings().getSection(getDialogSettingsIdentifier()); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/org/eclipse/papyrus/infra/ui/emf/providers/EMFGraphicalContentProvider.java:[608] settings = Activator.getDefault().getDialogSettings().addNewSection(getDialogSettingsIdentifier()); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated 14 problems (14 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/org.eclipse.papyrus.infra.ui.emf-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/org.eclipse.papyrus.infra.ui.emf-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui >----- [INFO] Building org.eclipse.papyrus.infra.properties.ui 4.0.0-SNAPSHOT [101/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/ModelElement.java:[173] public IValidator getValidator(String propertyPath); ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/providers/EncapsulatedComboViewer.java:[39] public void setFilters(ViewerFilter[] filters) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Varargs methods should only override or be overridden by other varargs methods unlike EncapsulatedComboViewer.setFilters(ViewerFilter[]) and StructuredViewer.setFilters(ViewerFilter...) [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/DataSource.java:[570] public IValidator getValidator(String propertyPath) { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[113] IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new EMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature); ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[113] IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new EMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[113] IObservableList list = domain == null ? EMFProperties.list(featurePath).observe(source) : new EMFObservableList(EMFProperties.list(featurePath).observe(source), domain, getSource(featurePath), feature); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[117] IObservableValue value = domain == null ? EMFProperties.value(featurePath).observe(source) : new EMFObservableValue(getSource(featurePath), feature, domain); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/EMFModelElement.java:[117] IObservableValue value = domain == null ? EMFProperties.value(featurePath).observe(source) : new EMFObservableValue(getSource(featurePath), feature, domain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method observe(Object) belongs to the raw type IValueProperty. References to generic type IValueProperty should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/internal/ui/observable/PreferencesObservableValue.java:[23] public class PreferencesObservableValue extends AbstractObservableValue implements IPropertyChangeListener { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/internal/ui/observable/PreferencesObservableValue.java:[56] fireValueChange(Diffs.createValueDiff(event.getOldValue(), event.getNewValue())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/runtime/DefaultDisplayEngine.java:[351] constraintEvaluationCache.replace(source, new Boolean(value)); ^^^^^^^^^^^^^^ The constructor Boolean(boolean) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/runtime/DefaultDisplayEngine.java:[353] constraintEvaluationCache.put(source, new Boolean(value)); ^^^^^^^^^^^^^^ The constructor Boolean(boolean) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/MultiReferenceEditorWithPropertyView.java:[115] public void setModelObservable(IObservableList modelObservable) { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/modelelement/AbstractModelElement.java:[193] public IValidator getValidator(String propertyPath) { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[101] protected IObservableList observableList; ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[107] protected IObservableValue observableValue; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[110] protected IValidator modelValidator; ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[112] protected IConverter targetToModelConverter; ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[255] IObservableList inputObservableList = getInputObservableList(); ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[262] IObservableValue inputObservableValue = getInputObservableValue(); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[269] IValidator modelVal = getValidator(); ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[535] protected IObservableList getInputObservableList() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[538] observableList = (IObservableList) input.getObservable(propertyPath); ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[551] protected IObservableValue getInputObservableValue() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[554] observableValue = (IObservableValue) input.getObservable(propertyPath); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[691] public IValidator getValidator() { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[711] IObservableValue observable = AbstractPropertyEditor.this.observableValue; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/AbstractPropertyEditor.java:[856] this.listenerClassesSet.add((IPropertiesListener) listenerClass.newInstance()); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/MultiString.java:[34] protected MultipleStringEditor editor; ^^^^^^^^^^^^^^^^^^^^ MultipleStringEditor is a raw type. References to generic type MultipleStringEditor should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/MultiString.java:[58] protected MultipleStringEditor createMultipleStringEditor(Composite parent, int style) { ^^^^^^^^^^^^^^^^^^^^ MultipleStringEditor is a raw type. References to generic type MultipleStringEditor should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/MultiString.java:[59] return new MultipleStringEditor(parent, style); ^^^^^^^^^^^^^^^^^^^^ MultipleStringEditor is a raw type. References to generic type MultipleStringEditor should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[39] import org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabbedPropertyRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[40] import org.eclipse.ui.internal.views.properties.tabbed.view.TabbedPropertyRegistryFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabbedPropertyRegistryFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[161] TabbedPropertyRegistry registry = TabbedPropertyRegistryFactory.getInstance().createRegistry(contributor); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabbedPropertyRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[161] TabbedPropertyRegistry registry = TabbedPropertyRegistryFactory.getInstance().createRegistry(contributor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabbedPropertyRegistryFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[161] TabbedPropertyRegistry registry = TabbedPropertyRegistryFactory.getInstance().createRegistry(contributor); ^^^^^^^^^^^ Discouraged access: The method 'TabbedPropertyRegistryFactory.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[161] TabbedPropertyRegistry registry = TabbedPropertyRegistryFactory.getInstance().createRegistry(contributor); ^^^^^^^^^^^^^^ Discouraged access: The method 'TabbedPropertyRegistryFactory.createRegistry(ITabbedPropertySheetPageContributor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[167] Method method = TabbedPropertyRegistry.class.getDeclaredMethod("getAllTabDescriptors"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabbedPropertyRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[202] TabbedPropertyRegistryFactory.getInstance().disposeRegistry(contributor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabbedPropertyRegistryFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[202] TabbedPropertyRegistryFactory.getInstance().disposeRegistry(contributor); ^^^^^^^^^^^ Discouraged access: The method 'TabbedPropertyRegistryFactory.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/xwt/XWTTabDescriptorProvider.java:[202] TabbedPropertyRegistryFactory.getInstance().disposeRegistry(contributor); ^^^^^^^^^^^^^^^ Discouraged access: The method 'TabbedPropertyRegistryFactory.disposeRegistry(ITabbedPropertySheetPageContributor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.0.v20201026-0739/org.eclipse.ui.views.properties.tabbed-3.9.0.v20201026-0739.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/ViewEditor.java:[225] IObservableValue observableValue = (IObservableValue) observable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/ViewEditor.java:[225] IObservableValue observableValue = (IObservableValue) observable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/ViewEditor.java:[234] IObservableList observableList = (IObservableList) observable; ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/widgets/ViewEditor.java:[234] IObservableList observableList = (IObservableList) observable; ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized 45 problems (45 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/org.eclipse.papyrus.infra.properties.ui-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/org.eclipse.papyrus.infra.properties.ui-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome >---- [INFO] Building org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT [102/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeModelManager.java:[49] import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeModelManager.java:[316] TransactionHelper.run(TransactionUtil.getEditingDomain(rset), () -> { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeModelManager.java:[316] TransactionHelper.run(TransactionUtil.getEditingDomain(rset), () -> { Welcome newWelcome = getWelcome(rset); become(realWelcome, newWelcome); // And it was unloaded, so it has a proxy URI that it shouldn't ((InternalEObject) realWelcome).eSetProxyURI(null); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/AbstractPageLayoutToggleValue.java:[36] import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/AbstractPageLayoutToggleValue.java:[72] protected abstract Command getToggleCommand(SashLayoutCommandFactory factory); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/AbstractPageLayoutToggleValue.java:[82] Command command = getToggleCommand(new SashLayoutCommandFactory(editor)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/AbstractPageLayoutToggleValue.java:[82] Command command = getToggleCommand(new SashLayoutCommandFactory(editor)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashLayoutCommandFactory(IMultiDiagramEditor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/PrivateLayoutValue.java:[28] import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/PrivateLayoutValue.java:[66] protected Command getToggleCommand(SashLayoutCommandFactory factory) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/PrivateLayoutValue.java:[67] return factory.createTogglePrivateLayoutCommand(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashLayoutCommandFactory.createTogglePrivateLayoutCommand()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[41] import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[488] TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[488] TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> { if (welcome.eResource() != res) { // Move it res.getContents().add(welcome); } WelcomePage page = welcome.getWelcomePage(); if (page == null) { page = welcome.createWelcomePage(); } recordTabSectionOrder(page); recordSashLayout(page); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[579] TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[579] TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> { Welcome defaultWelcome = (Welcome) EcoreUtil.getObjectByType(welcomeResource.getContents(), WelcomePackage.Literals.WELCOME); if (res == sashResource) { // Move it back to the default resource if (defaultWelcome != null) { EcoreUtil.replace(defaultWelcome, welcome); } else { res.getContents().add(welcome); } } if (!EcoreUtil.equals(defaultWelcome, welcome)) { recompute[0] = true; // We need to keep the identity of the welcome object to maintain // the reference from the sash model page, so make it look like the // default welcome become(welcome, defaultWelcome); } }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(EditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/RestoreActivePageValue.java:[22] import org.eclipse.papyrus.infra.ui.internal.commands.SashLayoutCommandFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/RestoreActivePageValue.java:[51] protected Command getToggleCommand(SashLayoutCommandFactory factory) { ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/modelelements/RestoreActivePageValue.java:[52] return factory.createToggleRestoreActivePageCommand(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashLayoutCommandFactory.createToggleRestoreActivePageCommand()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') 18 problems (18 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/target/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/target/org.eclipse.papyrus.infra.editor.welcome-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation >-- [INFO] Building org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT [103/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/target/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/target/org.eclipse.papyrus.infra.services.navigation-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable >-- [INFO] Building org.eclipse.papyrus.infra.editor.welcome.nattable 4.0.0-SNAPSHOT [104/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/target/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/target/org.eclipse.papyrus.infra.editor.welcome.nattable-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance >---- [INFO] Building org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT [105/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/org/eclipse/papyrus/infra/emf/appearance/style/AnnotationStyleProvider.java:[46] return new Boolean(gradientvalueString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Boolean(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/org/eclipse/papyrus/infra/emf/appearance/style/AnnotationStyleProvider.java:[67] return new Integer(depthString); ^^^^^^^^^^^^^^^^^^^^ The constructor Integer(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/org/eclipse/papyrus/infra/emf/appearance/style/AnnotationStyleProvider.java:[83] return new Boolean(gradientvalueString); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Boolean(String) is deprecated since version 9 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/target/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/target/org.eclipse.papyrus.infra.emf.appearance-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common >-- [INFO] Building org.eclipse.papyrus.infra.emf.diagram.common 3.0.0-SNAPSHOT [106/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/target/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/target/org.eclipse.papyrus.infra.emf.diagram.common-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core >------ [INFO] Building org.eclipse.papyrus.infra.types.core 5.0.0-SNAPSHOT [107/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.core --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.types.core --- [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/org.eclipse.papyrus.infra.types.core-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/org.eclipse.papyrus.infra.types.core-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased >---- [INFO] Building org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT [108/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/AbstractRule.java:[56] values.addAll((List) value); ^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/AbstractRule.java:[74] Map objectsToMove = ((MoveRequest) request).getElementsToMove(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/DefaultRuleEditHelperAdvice.java:[85] values.addAll((List) value); ^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/DefaultRuleEditHelperAdvice.java:[107] Map objectsToMove = ((MoveRequest) request).getElementsToMove(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map 4 problems (4 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/target/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/target/org.eclipse.papyrus.infra.types.rulebased-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types >------- [INFO] Building org.eclipse.papyrus.infra.emf.types 5.0.0-SNAPSHOT [109/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.types --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.types --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.types --- [INFO] Compiling 59 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToBooleanConverter.java:[24] public class ValueSpecificationToBooleanConverter extends Converter implements IConverter { ^^^^^^^^^ Converter is a raw type. References to generic type Converter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToBooleanConverter.java:[24] public class ValueSpecificationToBooleanConverter extends Converter implements IConverter { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/rules/container/InvariantContainerRule.java:[34] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToEnumerationConverter.java:[29] public class ValueSpecificationToEnumerationConverter extends Converter implements IConverter { ^^^^^^^^^ Converter is a raw type. References to generic type Converter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToEnumerationConverter.java:[29] public class ValueSpecificationToEnumerationConverter extends Converter implements IConverter { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToStringConverter.java:[24] public class ValueSpecificationToStringConverter extends Converter implements IConverter { ^^^^^^^^^ Converter is a raw type. References to generic type Converter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToStringConverter.java:[24] public class ValueSpecificationToStringConverter extends Converter implements IConverter { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToEENumConverter.java:[27] public class ValueSpecificationToEENumConverter extends Converter implements IConverter { ^^^^^^^^^ Converter is a raw type. References to generic type Converter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToEENumConverter.java:[27] public class ValueSpecificationToEENumConverter extends Converter implements IConverter { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/advices/values/SetValuesAdviceEditHelperAdvice.java:[30] import org.eclipse.papyrus.infra.emf.types.advices.values.FeatureToSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.emf.types.advices.values.FeatureToSet is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/advices/values/SetValuesAdviceEditHelperAdvice.java:[31] import org.eclipse.papyrus.infra.emf.types.advices.values.FeatureValue; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.emf.types.advices.values.FeatureValue is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/advices/values/SetValuesAdviceEditHelperAdvice.java:[32] import org.eclipse.papyrus.infra.emf.types.advices.values.SetValuesAdviceConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.emf.types.advices.values.SetValuesAdviceConfiguration is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToIntegerConverter.java:[24] public class ValueSpecificationToIntegerConverter extends Converter implements IConverter { ^^^^^^^^^ Converter is a raw type. References to generic type Converter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ValueSpecificationToIntegerConverter.java:[24] public class ValueSpecificationToIntegerConverter extends Converter implements IConverter { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[34] private Map, IConverter> converterMaps = new HashMap, IConverter>(); ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[34] private Map, IConverter> converterMaps = new HashMap, IConverter>(); ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[74] public IConverter getConverter(Class toType) { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[80] IConverter converter = getConverter(parameterType); ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/org/eclipse/papyrus/infra/emf/types/converter/ConverterRegistry.java:[83] return converter.convert(valueInstance); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method convert(Object) belongs to the raw type IConverter. References to generic type IConverter should be parameterized 19 problems (19 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.types --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/target/org.eclipse.papyrus.infra.emf.types-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/target/org.eclipse.papyrus.infra.emf.types-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit >---- [INFO] Building org.eclipse.papyrus.infra.properties.edit 4.0.0-SNAPSHOT [110/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/org.eclipse.papyrus.infra.properties.edit-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/org.eclipse.papyrus.infra.properties.edit-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui >----- [INFO] Building org.eclipse.papyrus.infra.emf.types.ui 5.0.0-SNAPSHOT [111/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/target/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/target/org.eclipse.papyrus.infra.emf.types.ui-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.edit >-- [INFO] Building org.eclipse.papyrus.infra.emf.expressions.edit 2.0.0-SNAPSHOT [112/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/target/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/target/org.eclipse.papyrus.infra.emf.expressions.edit-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.editor >-- [INFO] Building org.eclipse.papyrus.infra.emf.expressions.editor 2.0.0-SNAPSHOT [113/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src-gen/org/eclipse/papyrus/infra/emf/expressions/booleanexpressions/presentation/BooleanExpressionsEditor.java:[1091] @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src-gen/org/eclipse/papyrus/infra/emf/expressions/presentation/ExpressionsEditor.java:[1347] @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/target/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/target/org.eclipse.papyrus.infra.emf.expressions.editor-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --< org.eclipse.papyrus.infra.emf-expressions:org.eclipse.papyrus.infra.emf.expressions.properties >-- [INFO] Building org.eclipse.papyrus.infra.emf.expressions.properties 2.0.0-SNAPSHOT [114/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/target/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/target/org.eclipse.papyrus.infra.emf.expressions.properties-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-filters >-------- [INFO] Building Papyrus Infra Filters Model 0.0.1-SNAPSHOT [115/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-filters --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-filters --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-filters --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-filters --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.filters >-------- [INFO] Building org.eclipse.papyrus.infra.filters 2.0.0-SNAPSHOT [116/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.filters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.filters --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.filters --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit >----- [INFO] Building org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT [117/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/target/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/target/org.eclipse.papyrus.infra.filters.edit-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor >--- [INFO] Building org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT [118/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/ui/presentation/UiEditor.java:[1335] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type UiEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/ui/presentation/UiEditor.java:[1343] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/ui/presentation/UiEditor.java:[1343] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/contexts/presentation/ContextsEditor.java:[1335] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type ContextsEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/contexts/presentation/ContextsEditor.java:[1343] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/contexts/presentation/ContextsEditor.java:[1343] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/environment/presentation/EnvironmentEditor.java:[1334] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type EnvironmentEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/environment/presentation/EnvironmentEditor.java:[1342] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/environment/presentation/EnvironmentEditor.java:[1342] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class 9 problems (9 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/target/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/target/org.eclipse.papyrus.infra.properties.editor-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture >-- [INFO] Building org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT [119/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/target/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/target/org.eclipse.papyrus.infra.services.architecture-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode >-- [INFO] Building org.eclipse.papyrus.infra.services.controlmode 3.0.0-SNAPSHOT [120/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[31] import org.eclipse.papyrus.infra.emf.internal.resource.CrossReferenceIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[32] import org.eclipse.papyrus.infra.emf.internal.resource.index.IndexManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[74] if (IndexManager.getInstance().isStarted()) { ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[74] if (IndexManager.getInstance().isStarted()) { ^^^^^^^^^^^ Discouraged access: The method 'IndexManager.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[74] if (IndexManager.getInstance().isStarted()) { ^^^^^^^^^ Discouraged access: The method 'IndexManager.isStarted()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[91] index = CrossReferenceIndex.getInstance(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[91] index = CrossReferenceIndex.getInstance(); ^^^^^^^^^^^ Discouraged access: The method 'CrossReferenceIndex.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[94] unregisterHandler = ((CrossReferenceIndex) index).onIndexChanged( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[94] unregisterHandler = ((CrossReferenceIndex) index).onIndexChanged( ^^^^^^^^^^^^^^ Discouraged access: The method 'CrossReferenceIndex.onIndexChanged(Consumer, Executor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/internal/ui/ControlledUnitLabelDecorator.java:[158] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/helper/advice/ControlModeEditHelperAdvice.java:[78] request.getParameters().put(RequestParameterConstants.TRANSACTIONAL_NESTING, Boolean.TRUE); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/ui/CreateModelFragmentDialog.java:[213] IDialogSettings settings = DialogSettings.getOrCreateSection(ControlModePlugin.getDefault().getDialogSettings(), DIALOG_SETTINGS); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/ui/CreateModelFragmentDialog.java:[231] IDialogSettings settings = DialogSettings.getOrCreateSection(ControlModePlugin.getDefault().getDialogSettings(), DIALOG_SETTINGS); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/ui/OptionalMessageDialog.java:[117] IDialogSettings settings = ControlModePlugin.getDefault().getDialogSettings(); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/ui/OptionalMessageDialog.java:[120] settings = ControlModePlugin.getDefault().getDialogSettings().addNewSection(STORE_ID); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/org/eclipse/papyrus/infra/services/controlmode/ui/OptionalMessageDialog.java:[145] IDialogSettings settings = ControlModePlugin.getDefault().getDialogSettings(); ^^^^^^^^^^^^^^^^^^^ The method getDialogSettings() from the type AbstractUIPlugin is deprecated 16 problems (16 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/org.eclipse.papyrus.infra.services.controlmode-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/org.eclipse.papyrus.infra.services.controlmode-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history >-- [INFO] Building org.eclipse.papyrus.infra.services.controlmode.history 3.0.0-SNAPSHOT [121/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/org/eclipse/papyrus/infra/services/controlmode/history/utils/HistoryUtils.java:[41] return (HistoryModel) ModelUtils.getModelSetChecked().getModel(HistoryModel.MODEL_ID); ^^^^^^^^^^^^^^^^^^^^ The method getModelSetChecked() from the type ModelUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/org/eclipse/papyrus/infra/services/controlmode/history/utils/HistoryUtils.java:[58] return (HistoryModel) ModelUtils.getModelSetChecked().getModel(HistoryModel.MODEL_ID); ^^^^^^^^^^^^^^^^^^^^ The method getModelSetChecked() from the type ModelUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/org/eclipse/papyrus/infra/services/controlmode/history/utils/HistoryUtils.java:[162] if (SashModel.MODEL_FILE_EXTENSION.equals(r.getURI().fileExtension())) { ^^^^^^^^^^^^^^^^^^^^ The field SashModel.MODEL_FILE_EXTENSION is deprecated 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/target/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/target/org.eclipse.papyrus.infra.services.controlmode.history-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration >-- [INFO] Building org.eclipse.papyrus.infra.services.decoration 3.0.0-SNAPSHOT [122/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[27] import java.util.Observable; ^^^^^^^^^^^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[28] import java.util.Observer; ^^^^^^^^^^^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[47] public class DecorationService extends Observable implements IDecorationService { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[94] if (countObservers() > 0) { ^^^^^^^^^^^^^^^^ The method countObservers() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[106] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[107] notifyObservers(new DecorationChange(DecorationChangeKind.DecorationRemoved, next)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method notifyObservers(Object) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[130] public synchronized void addListener(Observer o) { ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[131] addObserver(o); ^^^^^^^^^^^^^^ The method addObserver(Observer) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[142] public synchronized void deleteListener(Observer o) { ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[143] deleteObserver(o); ^^^^^^^^^^^^^^^^^ The method deleteObserver(Observer) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[160] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[161] notifyObservers(new DecorationChange(DecorationChangeKind.DecorationRemoved, decoration)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method notifyObservers(Object) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[235] setChanged(); ^^^^^^^^^^^^ The method setChanged() from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/DecorationService.java:[236] notifyObservers(new DecorationChange(decorationChangeKind, decoration)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method notifyObservers(Object) from the type Observable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/IDecorationService.java:[18] import java.util.Observer; ^^^^^^^^^^^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/IDecorationService.java:[55] void addListener(Observer o); ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/org/eclipse/papyrus/infra/services/decoration/IDecorationService.java:[63] void deleteListener(Observer o); ^^^^^^^^ The type Observer is deprecated since version 9 17 problems (17 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/org.eclipse.papyrus.infra.services.decoration-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/org.eclipse.papyrus.infra.services.decoration-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui >--- [INFO] Building org.eclipse.papyrus.infra.services.edit.ui 4.0.0-SNAPSHOT [123/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/src/org/eclipse/papyrus/infra/services/edit/ui/databinding/AggregatedPapyrusObservableValue.java:[48] if (((IObservableValue) observable).getValueType() != valueType) { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/target/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/target/org.eclipse.papyrus.infra.services.edit.ui-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer >-- [INFO] Building org.eclipse.papyrus.infra.services.localizer 3.0.0-SNAPSHOT [124/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/org.eclipse.papyrus.infra.services.localizer-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/org.eclipse.papyrus.infra.services.localizer-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement >-- [INFO] Building org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT [125/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/src/org/eclipse/papyrus/infra/services/openelement/service/impl/OpenElementServiceImpl.java:[274] fileURI = fileURI.appendFileExtension(SashModel.MODEL_FILE_EXTENSION); ^^^^^^^^^^^^^^^^^^^^ The field SashModel.MODEL_FILE_EXTENSION is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/target/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/target/org.eclipse.papyrus.infra.services.openelement-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading >-- [INFO] Building org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT [126/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/ControledResourceAdapter.java:[73] if (SashModel.MODEL_FILE_EXTENSION.equals(r.getURI().fileExtension())) { ^^^^^^^^^^^^^^^^^^^^ The field SashModel.MODEL_FILE_EXTENSION is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/OnDemandLoadingModelSet.java:[27] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/OnDemandLoadingModelSet.java:[42] public class OnDemandLoadingModelSet extends DiResourceSet { ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/OnDemandLoadingModelSet.java:[62] super(); ^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/org/eclipse/papyrus/infra/services/resourceloading/HistoryRoutingUtils.java:[49] set.getResource(URI.createURI(path.concat(initialURI.trimFragment().trimFileExtension().appendFileExtension(SashModel.MODEL_FILE_EXTENSION).toString())), loadCorrespondantDI); ^^^^^^^^^^^^^^^^^^^^ The field SashModel.MODEL_FILE_EXTENSION is deprecated 5 problems (5 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/target/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/target/org.eclipse.papyrus.infra.services.resourceloading-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui >-- [INFO] Building org.eclipse.papyrus.infra.services.resourceloading.ui 2.0.0-SNAPSHOT [127/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[136] IModel mainDiModel = modelSet.getModel(DiModel.MODEL_ID); ^^^^^^^^ The field DiModel.MODEL_ID is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[217] ArrayList v = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[217] ArrayList v = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[219] v.add(st.nextElement()); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/strategy/LoadedAuthorizedResourceManager.java:[221] return (String[]) v.toArray(new String[v.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/expressions/LoadingTester.java:[62] return new Boolean(answer).equals(expectedValue); ^^^^^^^^^^^^^^^ The constructor Boolean(boolean) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/expressions/LoadingTester.java:[66] return new Boolean(answer).equals(expectedValue); ^^^^^^^^^^^^^^^ The constructor Boolean(boolean) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/editor/UnloadResourcesEditorFactory.java:[15] private EditorDescriptor editorDescriptor; ^^^^^^^^^^^^^^^^ The value of the field UnloadResourcesEditorFactory.editorDescriptor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/editor/UnloadResourcesEditorFactory.java:[17] private ServicesRegistry serviceRegistry; ^^^^^^^^^^^^^^^ The value of the field UnloadResourcesEditorFactory.serviceRegistry is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/preferences/LoadinStrategyGroup.java:[22] import org.eclipse.papyrus.infra.services.resourceloading.impl.ProxyManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/preferences/LoadinStrategyGroup.java:[62] Map allStrategies = ProxyManager.getAllStrategies(); ^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/org/eclipse/papyrus/infra/services/resourceloading/internal/ui/preferences/LoadinStrategyGroup.java:[62] Map allStrategies = ProxyManager.getAllStrategies(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProxyManager.getAllStrategies()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin') 12 problems (12 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/target/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/target/org.eclipse.papyrus.infra.services.resourceloading.ui-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic >--- [INFO] Building org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT [128/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/target/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/target/org.eclipse.papyrus.infra.services.semantic-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation >-- [INFO] Building org.eclipse.papyrus.infra.services.validation 4.0.0-SNAPSHOT [129/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.validation --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.validation --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/src/org/eclipse/papyrus/infra/services/validation/ValidationTool.java:[81] : MarkerListenerUtils.getMarkerProvider(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMarkerProvider(Resource) from the type MarkerListenerUtils is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.validation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/org.eclipse.papyrus.infra.services.validation-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/org.eclipse.papyrus.infra.services.validation-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch >-- [INFO] Building org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT [130/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/src/org/eclipse/papyrus/infra/services/viewersearch/impl/AbstractViewerSearcher.java:[26] import org.eclipse.papyrus.infra.services.viewersearch.IViewerSearcher; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.services.viewersearch.IViewerSearcher is never used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/target/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/target/org.eclipse.papyrus.infra.services.viewersearch-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider >-- [INFO] Building org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT [131/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/target/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/target/org.eclipse.papyrus.infra.services.viewlabelprovider-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-newchild >------- [INFO] Building Papyrus Infra New-Child Model 0.0.1-SNAPSHOT [132/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-newchild --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-newchild --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-newchild --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-newchild --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-gmfdiag >-------- [INFO] Building Papyrus Diagram Infrastructure 0.0.1-SNAPSHOT [133/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-gmfdiag --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-gmfdiag --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-gmfdiag --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-gmfdiag --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration >-- [INFO] Building Papyrus UML Diagram PaletteConfiguration 0.0.1-SNAPSHOT [134/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration 5.0.0-SNAPSHOT [135/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/util/PaletteconfigurationAdapterFactory.java:[22] import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/util/PaletteconfigurationSwitch.java:[21] import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src-gen/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/impl/PaletteconfigurationFactoryImpl.java:[23] import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.*; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/modelelement/ConfigurationModelElement.java:[73] public IValidator getValidator(final String propertyPath) { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/modelelement/ConfigurationModelElement.java:[74] IValidator validator = null; ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/modelelement/ConfigurationModelElement.java:[78] validator = new IValidator() { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/org/eclipse/papyrus/infra/gmfdiag/paletteconfiguration/modelelement/ConfigurationModelElement.java:[99] validator = new IValidator() { ^^^^^^^^^^ IValidator is a raw type. References to generic type IValidator should be parameterized 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT [136/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/org/eclipse/papyrus/infra/gmfdiag/representation/impl/PathElementCustomImpl.java:[20] import org.eclipse.papyrus.infra.gmfdiag.representation.AssistantRule; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.gmfdiag.representation.AssistantRule is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/org/eclipse/papyrus/infra/gmfdiag/representation/impl/AssistantRuleCustomImpl.java:[23] import org.eclipse.papyrus.infra.gmfdiag.representation.impl.AssistantRuleImpl; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.gmfdiag.representation.impl.AssistantRuleImpl is never used 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/target/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/target/org.eclipse.papyrus.infra.gmfdiag.representation-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils >-- [INFO] Building org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT [137/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] The project's OSGi version is 2.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/target/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/target/org.eclipse.papyrus.infra.internationalization.utils-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation >-- [INFO] Building org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT [138/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/target/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/target/org.eclipse.papyrus.infra.nattable.representation-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra-viewpoints >------ [INFO] Building Papyrus Infra Viewpoints 0.0.1-SNAPSHOT [139/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-viewpoints --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-viewpoints --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-viewpoints --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-viewpoints --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy >--- [INFO] Building org.eclipse.papyrus.infra.viewpoints.policy 4.0.0-SNAPSHOT [140/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] Compiling 47 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/util/StyleSwitch.java:[81] PapyrusViewStyle papyrusViewStyle = (PapyrusViewStyle)theEObject; ^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/util/StyleSwitch.java:[81] PapyrusViewStyle papyrusViewStyle = (PapyrusViewStyle)theEObject; ^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/util/StyleSwitch.java:[102] public T casePapyrusViewStyle(PapyrusViewStyle object) { ^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ViewpointExplorer.java:[56] import org.eclipse.ui.IViewSite; ^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.IViewSite is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ViewpointExplorer.java:[58] import org.eclipse.ui.PartInitException; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.ui.PartInitException is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[90] public PapyrusView createPapyrusView() { ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[91] PapyrusViewImpl papyrusView = new PapyrusViewImpl(); ^^^^^^^^^^^^^^^ The type PapyrusViewImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[91] PapyrusViewImpl papyrusView = new PapyrusViewImpl(); ^^^^^^^^^^^^^^^ The type PapyrusViewImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[91] PapyrusViewImpl papyrusView = new PapyrusViewImpl(); ^^^^^^^^^^^^^^^^^ The constructor PapyrusViewImpl() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[101] public PapyrusDiagram createPapyrusDiagram() { ^^^^^^^^^^^^^^ The type PapyrusDiagram is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[102] PapyrusDiagramImpl papyrusDiagram = new PapyrusDiagramImpl(); ^^^^^^^^^^^^^^^^^^ The type PapyrusDiagramImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[102] PapyrusDiagramImpl papyrusDiagram = new PapyrusDiagramImpl(); ^^^^^^^^^^^^^^^^^^ The type PapyrusDiagramImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[102] PapyrusDiagramImpl papyrusDiagram = new PapyrusDiagramImpl(); ^^^^^^^^^^^^^^^^^^^^ The constructor PapyrusDiagramImpl() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[112] public PapyrusSyncTable createPapyrusSyncTable() { ^^^^^^^^^^^^^^^^ The type PapyrusSyncTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[113] PapyrusSyncTableImpl papyrusSyncTable = new PapyrusSyncTableImpl(); ^^^^^^^^^^^^^^^^^^^^ The type PapyrusSyncTableImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[113] PapyrusSyncTableImpl papyrusSyncTable = new PapyrusSyncTableImpl(); ^^^^^^^^^^^^^^^^^^^^ The type PapyrusSyncTableImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[113] PapyrusSyncTableImpl papyrusSyncTable = new PapyrusSyncTableImpl(); ^^^^^^^^^^^^^^^^^^^^^^ The constructor PapyrusSyncTableImpl() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[123] public PapyrusTable createPapyrusTable() { ^^^^^^^^^^^^ The type PapyrusTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[124] PapyrusTableImpl papyrusTable = new PapyrusTableImpl(); ^^^^^^^^^^^^^^^^ The type PapyrusTableImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[124] PapyrusTableImpl papyrusTable = new PapyrusTableImpl(); ^^^^^^^^^^^^^^^^ The type PapyrusTableImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationFactoryImpl.java:[124] PapyrusTableImpl papyrusTable = new PapyrusTableImpl(); ^^^^^^^^^^^^^^^^^^ The constructor PapyrusTableImpl() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StyleFactoryImpl.java:[80] public PapyrusViewStyle createPapyrusViewStyle() { ^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StyleFactoryImpl.java:[81] PapyrusViewStyleImpl papyrusViewStyle = new PapyrusViewStyleImpl(); ^^^^^^^^^^^^^^^^^^^^ The type PapyrusViewStyleImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StyleFactoryImpl.java:[81] PapyrusViewStyleImpl papyrusViewStyle = new PapyrusViewStyleImpl(); ^^^^^^^^^^^^^^^^^^^^ The type PapyrusViewStyleImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StyleFactoryImpl.java:[81] PapyrusViewStyleImpl papyrusViewStyle = new PapyrusViewStyleImpl(); ^^^^^^^^^^^^^^^^^^^^^^ The constructor PapyrusViewStyleImpl() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[108] EList list = (EList) current.eGet(feature); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[108] EList list = (EList) current.eGet(feature); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[109] list.add(target); ^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[123] ((EList) undoOrigin.eGet(undoReference)).remove(undoValueNext); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[134] ((EList) undoOrigin.eGet(undoReference)).add(undoValueNext); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[134] ((EList) undoOrigin.eGet(undoReference)).add(undoValueNext); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[163] EList list = (EList) value; ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[163] EList list = (EList) value; ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/org/eclipse/papyrus/infra/viewpoints/policy/ModelAddData.java:[175] list.add(inst); ^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/util/StyleAdapterFactory.java:[81] public Adapter casePapyrusViewStyle(PapyrusViewStyle object) { ^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/ConfigurationFactory.java:[44] PapyrusView createPapyrusView(); ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/ConfigurationFactory.java:[53] PapyrusDiagram createPapyrusDiagram(); ^^^^^^^^^^^^^^ The type PapyrusDiagram is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/ConfigurationFactory.java:[62] PapyrusSyncTable createPapyrusSyncTable(); ^^^^^^^^^^^^^^^^ The type PapyrusSyncTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/ConfigurationFactory.java:[71] PapyrusTable createPapyrusTable(); ^^^^^^^^^^^^ The type PapyrusTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationAdapterFactory.java:[83] public Adapter casePapyrusView(PapyrusView object) { ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationAdapterFactory.java:[88] public Adapter casePapyrusDiagram(PapyrusDiagram object) { ^^^^^^^^^^^^^^ The type PapyrusDiagram is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationAdapterFactory.java:[93] public Adapter casePapyrusSyncTable(PapyrusSyncTable object) { ^^^^^^^^^^^^^^^^ The type PapyrusSyncTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationAdapterFactory.java:[98] public Adapter casePapyrusTable(PapyrusTable object) { ^^^^^^^^^^^^ The type PapyrusTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/StyleFactory.java:[44] PapyrusViewStyle createPapyrusViewStyle(); ^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[83] PapyrusView papyrusView = (PapyrusView) theEObject; ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[83] PapyrusView papyrusView = (PapyrusView) theEObject; ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[90] PapyrusDiagram papyrusDiagram = (PapyrusDiagram) theEObject; ^^^^^^^^^^^^^^ The type PapyrusDiagram is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[90] PapyrusDiagram papyrusDiagram = (PapyrusDiagram) theEObject; ^^^^^^^^^^^^^^ The type PapyrusDiagram is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[99] PapyrusSyncTable papyrusSyncTable = (PapyrusSyncTable) theEObject; ^^^^^^^^^^^^^^^^ The type PapyrusSyncTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[99] PapyrusSyncTable papyrusSyncTable = (PapyrusSyncTable) theEObject; ^^^^^^^^^^^^^^^^ The type PapyrusSyncTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[108] PapyrusTable papyrusTable = (PapyrusTable) theEObject; ^^^^^^^^^^^^ The type PapyrusTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[108] PapyrusTable papyrusTable = (PapyrusTable) theEObject; ^^^^^^^^^^^^ The type PapyrusTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[132] public T casePapyrusView(PapyrusView object) { ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[147] public T casePapyrusDiagram(PapyrusDiagram object) { ^^^^^^^^^^^^^^ The type PapyrusDiagram is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[162] public T casePapyrusSyncTable(PapyrusSyncTable object) { ^^^^^^^^^^^^^^^^ The type PapyrusSyncTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/util/ConfigurationSwitch.java:[177] public T casePapyrusTable(PapyrusTable object) { ^^^^^^^^^^^^ The type PapyrusTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[26] import org.eclipse.papyrus.infra.viewpoints.configuration.PapyrusDiagram; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PapyrusDiagram is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[27] import org.eclipse.papyrus.infra.viewpoints.configuration.PapyrusSyncTable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PapyrusSyncTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[28] import org.eclipse.papyrus.infra.viewpoints.configuration.PapyrusTable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PapyrusTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[29] import org.eclipse.papyrus.infra.viewpoints.configuration.PapyrusView; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[277] initEClass(papyrusViewEClass, PapyrusView.class, "PapyrusView", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[278] initEAttribute(getPapyrusView_Name(), ecorePackage.getEString(), "name", null, 0, 1, PapyrusView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[279] initEAttribute(getPapyrusView_Icon(), ecorePackage.getEString(), "icon", null, 0, 1, PapyrusView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[280] initEAttribute(getPapyrusView_ImplementationID(), ecorePackage.getEString(), "implementationID", null, 1, 1, PapyrusView.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ ^^^^^^^^^^^ The type PapyrusView is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[282] initEClass(papyrusDiagramEClass, PapyrusDiagram.class, "PapyrusDiagram", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ ^^^^^^^^^^^^^^ The type PapyrusDiagram is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[284] initEClass(papyrusSyncTableEClass, PapyrusSyncTable.class, "PapyrusSyncTable", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ The type PapyrusSyncTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/configuration/impl/ConfigurationPackageImpl.java:[286] initEClass(papyrusTableEClass, PapyrusTable.class, "PapyrusTable", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ ^^^^^^^^^^^^ The type PapyrusTable is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StylePackageImpl.java:[25] import org.eclipse.papyrus.infra.viewpoints.style.PapyrusViewStyle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StylePackageImpl.java:[202] initEClass(papyrusViewStyleEClass, PapyrusViewStyle.class, "PapyrusViewStyle", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StylePackageImpl.java:[203] initEReference(getPapyrusViewStyle_Owner(), theEcorePackage.getEObject(), null, "owner", null, 1, 1, PapyrusViewStyle.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src-gen/org/eclipse/papyrus/infra/viewpoints/style/impl/StylePackageImpl.java:[204] initEReference(getPapyrusViewStyle_Configuration(), theConfigurationPackage.getPapyrusView(), null, "configuration", null, 0, 1, PapyrusViewStyle.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^ The type PapyrusViewStyle is deprecated 71 problems (71 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/target/org.eclipse.papyrus.infra.viewpoints.policy-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/target/org.eclipse.papyrus.infra.viewpoints.policy-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands >--- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT [141/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/OperationToGEFCommandWrapper.java:[27] import org.eclipse.papyrus.commands.INonDirtying; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INonDirtying is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/OperationToGEFCommandWrapper.java:[66] if (operation instanceof INonDirtying) { ^^^^^^^^^^^^ The type INonDirtying is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/OperationToGEFCommandWrapper.java:[162] public static class NonDirtying extends OperationToGEFCommandWrapper implements INonDirtying { ^^^^^^^^^^^^ The type INonDirtying is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/GMFtoGEFCommandWrapper.java:[23] import org.eclipse.papyrus.commands.INonDirtying; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INonDirtying is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/GMFtoGEFCommandWrapper.java:[64] if (command instanceof INonDirtying) { ^^^^^^^^^^^^ The type INonDirtying is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/GMFtoGEFCommandWrapper.java:[164] public static class NonDirtying extends GMFtoGEFCommandWrapper implements INonDirtying { ^^^^^^^^^^^^ The type INonDirtying is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/EMFtoGEFCommandWrapper.java:[21] import org.eclipse.papyrus.commands.INonDirtying; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INonDirtying is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/wrappers/EMFtoGEFCommandWrapper.java:[157] public static class NonDirtying extends EMFtoGEFCommandWrapper implements INonDirtying { ^^^^^^^^^^^^ The type INonDirtying is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CheckedDiagramCommandStack.java:[30] import org.eclipse.papyrus.commands.util.NonDirtyingUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type NonDirtyingUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CheckedDiagramCommandStack.java:[76] return NonDirtyingUtils.wrap(command); ^^^^^^^^^^^^^^^^ The type NonDirtyingUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CheckedDiagramCommandStack.java:[76] return NonDirtyingUtils.wrap(command); ^^^^^^^^^^^^^ The method wrap(Command) from the type NonDirtyingUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[53] affectedFiles = new ArrayList(super.getAffectedFiles()); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[54] affectedFiles.addAll(fileOfIncomingReferences(((DestroyElementRequest) getRequest()).getElementToDestroy())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[65] protected List fileOfIncomingReferences(EObject destructee) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[73] List files = getWorkspaceFiles(setting.getEObject()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[75] result.addAll(files); ^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/ICreationCommand.java:[19] import org.eclipse.papyrus.infra.gmfdiag.representation.PapyrusDiagram; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.gmfdiag.representation.PapyrusDiagram is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CreationCommandDescriptor.java:[86] ICreationCommand command = creationCommandClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CreationCommandExtensionFactory.java:[76] res.creationCommandClass = (Class) parseClass(element, CREATION_COMMAND_CLASS_ATTR, CREATION_COMMAND_EXTENSIONPOINT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CreationCommandExtensionFactory.java:[86] Class classCondition = (Class) parseClass(element, CONDITION_COMMAND_CLASS_ATTR, CREATION_COMMAND_EXTENSIONPOINT); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Class to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/CreationCommandExtensionFactory.java:[89] res.setCondition(classCondition.newInstance()); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 21 problems (21 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/target/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/target/org.eclipse.papyrus.infra.gmfdiag.commands-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild >------- [INFO] Building org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT [142/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.newchild --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.newchild --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit >----- [INFO] Building org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT [143/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/target/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/target/org.eclipse.papyrus.infra.newchild.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor >---- [INFO] Building org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT [144/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src-gen/org/eclipse/papyrus/infra/newchild/elementcreationmenumodel/presentation/ElementCreationMenuModelEditor.java:[1323] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type ElementCreationMenuModelEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src-gen/org/eclipse/papyrus/infra/newchild/elementcreationmenumodel/presentation/ElementCreationMenuModelEditor.java:[1334] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src-gen/org/eclipse/papyrus/infra/newchild/elementcreationmenumodel/presentation/ElementCreationMenuModelEditor.java:[1334] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/target/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/target/org.eclipse.papyrus.infra.newchild.editor-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor >----- [INFO] Building org.eclipse.papyrus.infra.types.editor 4.0.0-SNAPSHOT [145/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.editor --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.editor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.types.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/src-gen/org/eclipse/papyrus/infra/types/presentation/ElementTypesConfigurationsEditor.java:[1326] public Object getAdapter(Class key) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type ElementTypesConfigurationsEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/src-gen/org/eclipse/papyrus/infra/types/presentation/ElementTypesConfigurationsEditor.java:[1337] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type MultiPageEditorPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/src-gen/org/eclipse/papyrus/infra/types/presentation/ElementTypesConfigurationsEditor.java:[1337] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/target/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/target/org.eclipse.papyrus.infra.types.editor-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.types.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.editor --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui >------- [INFO] Building org.eclipse.papyrus.infra.types.ui 4.0.0-SNAPSHOT [146/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.ui --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.ui --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.types.ui --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/target/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/target/org.eclipse.papyrus.infra.types.ui-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.types.ui --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.ui --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable >------- [INFO] Building org.eclipse.papyrus.infra.nattable 7.0.0-SNAPSHOT [147/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable --- [INFO] The project's OSGi version is 7.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable --- [INFO] Compiling 487 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dialog/LoadCurrentAxisProvidersDialog.java:[58] private IConfigRegistry registry; ^^^^^^^^ The value of the field LoadCurrentAxisProvidersDialog.registry is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/axis/AbstractAxisManager.java:[745] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type AbstractAxisManager needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/MatrixTableWidgetModelManager.java:[25] import org.eclipse.emf.common.command.UnexecutableCommand; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.common.command.UnexecutableCommand is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ReverseComparator.java:[49] final ReverseComparator that = (ReverseComparator) o; ^^^^^^^^^^^^^^^^^ ReverseComparator is a raw type. References to generic type ReverseComparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ReverseComparator.java:[49] final ReverseComparator that = (ReverseComparator) o; ^^^^^^^^^^^^^^^^^ ReverseComparator is a raw type. References to generic type ReverseComparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/cell/CellManagerFactory.java:[88] final Integer order = new Integer(iConfigurationElement.getAttribute(ORDER)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/ITreeNattableModelManager.java:[114] public TreeList getTreeList(); ^^^^^^^^ TreeList is a raw type. References to generic type TreeList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/AbstractTableComparatorChooser.java:[138] final Comparator rebuiltComparator = sortingState.buildComparator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/AbstractTableComparatorChooser.java:[167] public List getComparatorsForColumn(int column) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/AbstractTableComparatorChooser.java:[261] public Comparator createComparatorForElement(Comparator comparatorForColumn, int column) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/configuration/PapyrusRowResizeBindingsConfiguration.java:[64] configRegistry.registerConfigAttribute(NattableConfigAttributes.REINITIALISE_ROW_HEIGHT, new Boolean(false)); ^^^^^^^^^^^^^^ The constructor Boolean(boolean) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/wizard/ConfigureTableCategoriesWizard.java:[502] IAxis axis = IAxisFactory.createAxisForFeature(categoryItem.getElement(), representation, categoryItem.getAlias()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createAxisForFeature(Object, AxisManagerRepresentation, String) from the type IAxisFactory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/PapyrusGlazedListsSortModel.java:[130] public List getComparatorsForColumnIndex(int columnIndex) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/utils/TableSelectionWrapper2.java:[112] super(manager, Collections.emptyList(), Collections.emptyMap(), Collections.emptyMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor TableSelectionWrapper(INattableModelManager, Collection, Map, Map) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1171] BooleanValueStyle fillColumnsSize = (BooleanValueStyle) getTable().getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE); ^^^^^^^^^^^^^^^^^ The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1174] fillColumnsSize = (BooleanValueStyle) config.getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE); ^^^^^^^^^^^^^^^^^ The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1949] BooleanValueStyle fillColumnsSize = (BooleanValueStyle) getTable().getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE); ^^^^^^^^^^^^^^^^^ The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1952] fillColumnsSize = (BooleanValueStyle) config.getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE); ^^^^^^^^^^^^^^^^^ The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[2311] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type AbstractNattableWidgetManager needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/wizard/pages/ConfigurePastePage.java:[371] treeContentProvider = new ProviderBasedBrowseStrategy(new EncapsulatedContentProvider(containmentFeatureContentProvider)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[27] import java.util.Observable; ^^^^^^^^^^^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[28] import java.util.Observer; ^^^^^^^^^^^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[202] private Observer decoractionServiceObserver; ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[217] private final AdapterImpl changeAxisProviderHistory; ^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field NattableModelManager.changeAxisProviderHistory is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[800] final ICompositeAxisManager newRowManager = this.columnManager; ^^^^^^^^^^^^^ The value of the local variable newRowManager is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2003] final Object feature = notification.getFeature(); ^^^^^^^ The value of the local variable feature is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2006] final int type = notification.getEventType(); ^^^^ The value of the local variable type is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2247] private Observer getOrCreateDecorationServiceObserver() { ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2249] this.decoractionServiceObserver = new Observer() { ^^^^^^^^ The type Observer is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/NattableModelManager.java:[2258] public void update(Observable o, Object arg) { ^^^^^^^^^^ The type Observable is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/PapyrusSortingState.java:[54] protected SortingColumn createSortingColumn(TableFormat tableFormat, int columnIndex) { ^^^^^^^^^^^ TableFormat is a raw type. References to generic type TableFormat should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/PapyrusSortingState.java:[76] public PapyrusSortingColumn(TableFormat tableFormat, int column, INattableModelManager manager) { ^^^^^^^^^^^ TableFormat is a raw type. References to generic type TableFormat should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/configuration/CellEditorAxisConfiguration.java:[57] private Collection messagesAlreadyDisplayed = new ArrayList(); ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field CellEditorAxisConfiguration.messagesAlreadyDisplayed is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[74] Set elementsToDestroy = adapter.getInverseReferencers(eobject, NattableaxisPackage.eINSTANCE.getEObjectAxis_Element(), NattableaxisPackage.eINSTANCE.getEObjectAxis()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Set [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[75] elementsToDestroy.addAll(adapter.getInverseReferencers(eobject, NattablecellPackage.eINSTANCE.getEObjectAxisWrapper_Element(), NattablecellPackage.eINSTANCE.getEObjectAxisWrapper())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[77] elementsToDestroy.addAll(adapter.getInverseReferencers(eobject, NattablewrapperPackage.eINSTANCE.getEObjectWrapper_Element(), NattablewrapperPackage.eINSTANCE.getEObjectWrapper())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[80] elementsToDestroy.addAll(adapter.getInverseReferencers(eobject, NattablecellPackage.eINSTANCE.getCell_RowWrapper(), NattablecellPackage.eINSTANCE.getCell())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/helper/advice/TableContentsAdviceHelper.java:[81] elementsToDestroy.addAll(adapter.getInverseReferencers(eobject, NattablecellPackage.eINSTANCE.getCell_ColumnWrapper(), NattablecellPackage.eINSTANCE.getCell())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Set needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/fillhandle/command/PapyrusFillHandlePasteCommandHandler.java:[484] diff = new Integer(Integer.parseInt(((String) c1.getDataValue()).replace(templateString, "")) - Integer.parseInt(((String) c2.getDataValue()).replace(templateString, ""))); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ComparatorChain.java:[30] this.comparators = comparators.toArray(new Comparator[comparators.size()]); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Comparator[] needs unchecked conversion to conform to Comparator[] [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ComparatorChain.java:[60] final ComparatorChain that = (ComparatorChain) o; ^^^^^^^^^^^^^^^ ComparatorChain is a raw type. References to generic type ComparatorChain should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/ComparatorChain.java:[60] final ComparatorChain that = (ComparatorChain) o; ^^^^^^^^^^^^^^^ ComparatorChain is a raw type. References to generic type ComparatorChain should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/celleditor/config/CellAxisConfigurationRegistry.java:[68] final Integer order = new Integer(iConfigurationElement.getAttribute(ORDER_ATTRIBUTE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/sort/PapyrusCompositeGlazedListSortModel.java:[161] public List getComparatorsForColumnIndex(int columnIndex) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/axis/AxisManagerFactory.java:[97] axisManager = managerClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/celleditor/config/CellEditorConfigurationFactory.java:[68] final Integer order = new Integer(iConfigurationElement.getAttribute(ORDER_ATTRIBUTE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[56] private final AbstractTableComparatorChooser tableComparatorChooser; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractTableComparatorChooser is a raw type. References to generic type AbstractTableComparatorChooser should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[61] public SortingState(AbstractTableComparatorChooser tableComparatorChooser) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractTableComparatorChooser is a raw type. References to generic type AbstractTableComparatorChooser should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[65] public AbstractTableComparatorChooser getTableComparatorChooser() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractTableComparatorChooser is a raw type. References to generic type AbstractTableComparatorChooser should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[81] public Comparator buildComparator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[89] Comparator comparator = sortingColumn.getComparator(); ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[92] comparators.add(comparator); ^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[107] sortingColumns.add(new Integer(clickedColumn.getColumn())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[129] public void detectStateFromComparator(Comparator foreignComparator) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[134] final List comparatorsList; ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[138] ComparatorChain chain = (ComparatorChain) foreignComparator; ^^^^^^^^^^^^^^^ ComparatorChain is a raw type. References to generic type ComparatorChain should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[138] ComparatorChain chain = (ComparatorChain) foreignComparator; ^^^^^^^^^^^^^^^ ComparatorChain is a raw type. References to generic type ComparatorChain should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[145] for (Iterator i = comparatorsList.iterator(); i.hasNext();) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[147] Comparator comparator = i.next(); ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[151] comparator = ((ReverseComparator) comparator).getSourceComparator(); ^^^^^^^^^^^^^^^^^ ReverseComparator is a raw type. References to generic type ReverseComparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[183] public void rebuildColumns(TableFormat tableFormat) { ^^^^^^^^^^^ TableFormat is a raw type. References to generic type TableFormat should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[195] protected SortingColumn createSortingColumn(TableFormat tableFormat, int columnIndex) { ^^^^^^^^^^^ TableFormat is a raw type. References to generic type TableFormat should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[273] private final List comparators = new ArrayList(1); ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[273] private final List comparators = new ArrayList(1); ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[280] public SortingColumn(TableFormat tableFormat, int column) { ^^^^^^^^^^^ TableFormat is a raw type. References to generic type TableFormat should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[285] AdvancedTableFormat advancedTableFormat = (AdvancedTableFormat) tableFormat; ^^^^^^^^^^^^^^^^^^^ AdvancedTableFormat is a raw type. References to generic type AdvancedTableFormat should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[285] AdvancedTableFormat advancedTableFormat = (AdvancedTableFormat) tableFormat; ^^^^^^^^^^^^^^^^^^^ AdvancedTableFormat is a raw type. References to generic type AdvancedTableFormat should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[286] Comparator columnComparator = advancedTableFormat.getColumnComparator(column); ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[288] comparators.add(new TableColumnComparator(tableFormat, column, columnComparator)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TableColumnComparator(TableFormat, int, Comparator) belongs to the raw type TableColumnComparator. References to generic type TableColumnComparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[288] comparators.add(new TableColumnComparator(tableFormat, column, columnComparator)); ^^^^^^^^^^^^^^^^^^^^^ TableColumnComparator is a raw type. References to generic type TableColumnComparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[291] comparators.add(new TableColumnComparator(tableFormat, column)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TableColumnComparator(TableFormat, int) belongs to the raw type TableColumnComparator. References to generic type TableColumnComparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[291] comparators.add(new TableColumnComparator(tableFormat, column)); ^^^^^^^^^^^^^^^^^^^^^ TableColumnComparator is a raw type. References to generic type TableColumnComparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[319] public List getComparators() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[326] public Comparator getComparator() { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[329] Comparator comparator = comparators.get(getComparatorIndex()); ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[331] comparator = GlazedLists.reverseComparator(comparator); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation reverseComparator(Comparator) of the generic method reverseComparator(Comparator) of type GlazedLists [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/SortingState.java:[331] comparator = GlazedLists.reverseComparator(comparator); ^^^^^^^^^^ Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/command/ErrorTransactionalCommand.java:[53] final String label, final List affectedFiles, final IStatus errorStatus) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/command/ErrorTransactionalCommand.java:[73] final String label, final Map options, final List affectedFiles, final IStatus errorStatus) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/command/ErrorTransactionalCommand.java:[73] final String label, final Map options, final List affectedFiles, final IStatus errorStatus) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/messages/Messages.java:[17] import javax.inject.Singleton; ^^^^^^^^^^^^^^^^^^^^^^ The import javax.inject.Singleton is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/provider/PasteEObjectAxisInTableCommandProvider.java:[81] private static final int MIN_AXIS_FOR_PROGRESS_MONITOR = 5; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field PasteEObjectAxisInTableCommandProvider.MIN_AXIS_FOR_PROGRESS_MONITOR is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/provider/PasteEObjectAxisInTableCommandProvider.java:[420] final List cells = (List) sharedMap.get(Constants.CELLS_TO_ADD_KEY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/provider/PasteEObjectAxisInTableCommandProvider.java:[421] final List valueToSet = (List) sharedMap.get(Constants.REFERENCES_TO_SET_KEY); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/provider/PasteEObjectAxisInTableCommandProvider.java:[654] private Boolean mustInitializeName() { ^^^^^^^^^^^^^^^^^^^^ The method mustInitializeName() from the type PasteEObjectAxisInTableCommandProvider is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/Activator.java:[92] this.papyrusPreferenceStore = new PapyrusTablePreferenceStore(new InstanceScope(), getBundle().getSymbolicName()); ^^^^^^^^^^^^^^^ The constructor InstanceScope() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[23] private Comparator comparator = null; ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[37] public TableColumnComparator(TableFormat tableFormat, int column, Comparator comparator) { ^^^^^^^^^^ Comparator is a raw type. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[50] return comparator.compare(alphaField, betaField); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method compare(Object, Object) belongs to the raw type Comparator. References to generic type Comparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[75] final TableColumnComparator that = (TableColumnComparator) o; ^^^^^^^^^^^^^^^^^^^^^ TableColumnComparator is a raw type. References to generic type TableColumnComparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/TableColumnComparator.java:[75] final TableColumnComparator that = (TableColumnComparator) o; ^^^^^^^^^^^^^^^^^^^^^ TableColumnComparator is a raw type. References to generic type TableColumnComparator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[132] protected TreeList treeList; ^^^^^^^^ TreeList is a raw type. References to generic type TreeList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[235] this.treeList = new TreeList(this.horizontalFilterList, treeFormat, expansionModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor TreeList(EventList, TreeList.Format, TreeList.ExpansionModel) belongs to the raw type TreeList. References to generic type TreeList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[235] this.treeList = new TreeList(this.horizontalFilterList, treeFormat, expansionModel); ^^^^^^^^ TreeList is a raw type. References to generic type TreeList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[237] return this.treeList; ^^^^^^^^^^^^^ Type safety: The expression of type TreeList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/TreeNattableModelManager.java:[241] public TreeList getTreeList() { ^^^^^^^^ TreeList is a raw type. References to generic type TreeList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[50] public static final MatchOperation GREATER_THAN = new MatchOperation(1, false); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[50] public static final MatchOperation GREATER_THAN = new MatchOperation(1, false); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[51] public static final MatchOperation GREATER_THAN_OR_EQUAL = new MatchOperation(1, true); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[51] public static final MatchOperation GREATER_THAN_OR_EQUAL = new MatchOperation(1, true); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[52] public static final MatchOperation LESS_THAN = new MatchOperation(-1, false); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[52] public static final MatchOperation LESS_THAN = new MatchOperation(-1, false); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[53] public static final MatchOperation LESS_THAN_OR_EQUAL = new MatchOperation(-1, true); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[53] public static final MatchOperation LESS_THAN_OR_EQUAL = new MatchOperation(-1, true); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[54] public static final MatchOperation EQUAL = new MatchOperation(0, true); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[54] public static final MatchOperation EQUAL = new MatchOperation(0, true); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[55] public static final MatchOperation NOT_EQUAL = new MatchOperation(0, false); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[55] public static final MatchOperation NOT_EQUAL = new MatchOperation(0, false); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[57] private MatchOperation currentMatcher; ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[60] private MatchOperation operation; ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[111] public PapyrusThresholdMatcherEditor(T threshold, MatchOperation operation) { ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[128] public PapyrusThresholdMatcherEditor(T threshold, MatchOperation operation, Comparator comparator) { ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[150] public PapyrusThresholdMatcherEditor(T threshold, MatchOperation operation, Comparator comparator, FunctionList.Function function) { ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[178] public PapyrusThresholdMatcherEditor(final T threshold, final MatchOperation operation, final Comparator comparator, final FunctionList.Function function, final int columnIndex, final Object objectToMatch) { ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[179] MatchOperation modifiedOperation = operation; ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[186] modifiedComparator = (Comparator) GlazedLists.comparableComparator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Comparator to Comparator [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[191] modifiedFunction = (FunctionList.Function) GlazedListsImpl.identityFunction(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from FunctionList.Function to FunctionList.Function [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[203] currentMatcher = modifiedOperation.instance(modifiedComparator, threshold, modifiedFunction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method instance(Comparator, Object, FunctionList.Function) belongs to the raw type PapyrusThresholdMatcherEditor.MatchOperation. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[204] fireChanged(currentMatcher); ^^^^^^^^^^^^^^ Type safety: The expression of type PapyrusThresholdMatcherEditor.MatchOperation needs unchecked conversion to conform to Matcher [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[259] public void setMatchOperation(MatchOperation operation) { ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[270] public MatchOperation getMatchOperation() { ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[280] comparator = (Comparator) GlazedLists.comparableComparator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Comparator to Comparator [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[292] final MatchOperation newMatcher = operation.instance(comparator, threshold, function); ^^^^^^^^^^^^^^ PapyrusThresholdMatcherEditor.MatchOperation is a raw type. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[292] final MatchOperation newMatcher = operation.instance(comparator, threshold, function); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method instance(Comparator, Object, FunctionList.Function) belongs to the raw type PapyrusThresholdMatcherEditor.MatchOperation. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[295] final boolean moreStrict = newMatcher.isMoreStrict(currentMatcher); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method isMoreStrict(PapyrusThresholdMatcherEditor.MatchOperation) belongs to the raw type PapyrusThresholdMatcherEditor.MatchOperation. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[296] final boolean lessStrict = currentMatcher.isMoreStrict(newMatcher); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method isMoreStrict(PapyrusThresholdMatcherEditor.MatchOperation) belongs to the raw type PapyrusThresholdMatcherEditor.MatchOperation. References to generic type PapyrusThresholdMatcherEditor.MatchOperation should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[305] fireChanged(currentMatcher); ^^^^^^^^^^^^^^ Type safety: The expression of type PapyrusThresholdMatcherEditor.MatchOperation needs unchecked conversion to conform to Matcher [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[307] fireConstrained(currentMatcher); ^^^^^^^^^^^^^^ Type safety: The expression of type PapyrusThresholdMatcherEditor.MatchOperation needs unchecked conversion to conform to Matcher [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[309] fireRelaxed(currentMatcher); ^^^^^^^^^^^^^^ Type safety: The expression of type PapyrusThresholdMatcherEditor.MatchOperation needs unchecked conversion to conform to Matcher [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[338] this(null, null, polarity, inclusive, (FunctionList.Function) GlazedListsImpl.identityFunction()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from FunctionList.Function to FunctionList.Function [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/PapyrusThresholdMatcherEditor.java:[387] final int compareResult = comparator.compare((T) object, threshold); ^^^^^^^^^^ Type safety: Unchecked cast from Object to T [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dataprovider/FilterRowDataProvider.java:[485] private String getFilterStringRepresentation(Object filterValue, IDisplayConverter converter) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFilterStringRepresentation(Object, IDisplayConverter) from the type FilterRowDataProvider is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dataprovider/FilterRowDataProvider.java:[525] private Object getFilterFromString(String filterText, IDisplayConverter converter) throws InstantiationException, IllegalAccessException, ClassNotFoundException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFilterFromString(String, IDisplayConverter) from the type FilterRowDataProvider is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dataprovider/FilterRowDataProvider.java:[530] Collection filterCollection = (Collection) Class.forName(collectionSpec).newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/layerstack/RowHeaderHierarchicalLayerStack.java:[49] private Object rowSortModel;// TODO ^^^^^^^^^^^^ The value of the field RowHeaderHierarchicalLayerStack.rowSortModel is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/wizard/ImportTableWizard.java:[190] IStatus status = pasteManager.doAction(); ^^^^^^ The value of the local variable status is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/layer/PapyrusSpanningDataLayer.java:[39] private INattableModelManager manager; ^^^^^^^ The value of the field PapyrusSpanningDataLayer.manager is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/command/TableCommands.java:[324] private static final ICommand getRegisterLocalHeaderAxisConfigurationCommand(final Table table, final LocalTableHeaderAxisConfiguration localHeaderAxisConfiguration, final boolean workOnColumn) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRegisterLocalHeaderAxisConfigurationCommand(Table, LocalTableHeaderAxisConfiguration, boolean) from the type TableCommands is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/configuration/AbstractDoubleEditorFilterConfiguration.java:[109] values.add(new Double(object.toString()).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Double(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/configuration/AbstractDoubleEditorFilterConfiguration.java:[119] values.add(new Double(canonicalValue.toString()).toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Double(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/filter/validator/StringFilterDataValidator.java:[66] String num = value.replaceFirst(PapyrusTextMatchingMode.NUM.getMode(), ""); //$NON-NLS-1$ ^^^ The value of the local variable num is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/layer/PapyrusSelectionLayer.java:[64] super(underlyingLayer, selectionModel, useDefaultConfiguration, registerDefaultEventHandler); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor SelectionLayer(IUniqueIndexLayer, ISelectionModel, boolean, boolean) is deprecated 142 problems (142 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/org.eclipse.papyrus.infra.nattable-7.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/org.eclipse.papyrus.infra.nattable-7.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.nattable --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable --- [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable >----- [INFO] Building org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT [148/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] The project's OSGi version is 6.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/org/eclipse/papyrus/infra/emf/nattable/manager/axis/EObjectColumnMatrixAxisManager.java:[506] final Collection collection = (Collection) ((EObject) notification.getNotifier()).eGet((EStructuralFeature) notification.getFeature()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/org/eclipse/papyrus/infra/emf/nattable/validator/IntegerDataValidator.java:[40] new Integer(newValue.toString()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Integer(String) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/org/eclipse/papyrus/infra/emf/nattable/manager/axis/AbstractSynchronizedOnEStructuralFeatureAxisManager.java:[388] final Collection collection = (Collection) ((EObject)notification.getNotifier()).eGet((EStructuralFeature) notification.getFeature()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Collection 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.nattable --- [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common >---- [INFO] Building org.eclipse.papyrus.infra.nattable.common 6.0.0-SNAPSHOT [149/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] The project's OSGi version is 6.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/AbstractEMFNattableEditor.java:[267] public Object getAdapter(@SuppressWarnings("rawtypes") final Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type AbstractEMFNattableEditor needs unchecked conversion to conform to T from the type WorkbenchPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/AbstractEMFNattableEditor.java:[291] return super.getAdapter(adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type WorkbenchPart [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/AbstractEMFNattableEditor.java:[291] return super.getAdapter(adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/internal/common/commands/CreateAndOpenTableEditorCommand.java:[220] final Table table = TableHelper.createTable(configuration, null, this.name, this.description); // context null here, see bug 410357 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/TableCommandHelper.java:[78] command = creationCommandClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorDeleteHelper.java:[80] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[73] Set duplicatedObjects = ((Set) additional); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Set [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[152] List elementsToBeDuplicated = request.getElementsToBeDuplicated(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[200] public DuplicateTableCommand(TransactionalEditingDomain editingDomain, String label, Table Table, Map allDuplicatedObjectsMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[220] public DuplicateTableCommand(TransactionalEditingDomain editingDomain, String label, Table Table, Map allDuplicatedObjectsMap, EObject targetContainer) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[234] EcoreUtil.Copier copier = new TableCopier(getAllDuplicatedObjectsMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[248] pageManager.addPage(duplicateTable); ^^^^^^^^^^^^^^^^^^^^^^^ The method addPage(Object) from the type IPageManager is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[264] pageManager.addPage(duplicateTable); ^^^^^^^^^^^^^^^^^^^^^^^ The method addPage(Object) from the type IPageManager is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/NattableReloadContextProvider.java:[22] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/NattableReloadContextProvider.java:[57] INattableModelManager mgr = AdapterUtils.adapt(editor, INattableModelManager.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/NattableReloadContextProvider.java:[57] INattableModelManager mgr = AdapterUtils.adapt(editor, INattableModelManager.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, INattableModelManager) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/utils/TableEditorInput.java:[78] public Object getAdapter(@SuppressWarnings("rawtypes") final Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type TableEditorInput needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/adapter/NattableAdapterFactory.java:[25] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type NattableAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/adapter/NattableAdapterFactory.java:[36] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type NattableAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory 19 problems (19 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/org.eclipse.papyrus.infra.nattable.common-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/org.eclipse.papyrus.infra.nattable.common-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.common --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode >-- [INFO] Building org.eclipse.papyrus.infra.nattable.controlmode 3.0.0-SNAPSHOT [150/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/org.eclipse.papyrus.infra.nattable.controlmode-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/org.eclipse.papyrus.infra.nattable.controlmode-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.controlmode --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit >-- [INFO] Building org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT [151/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] The project's OSGi version is 5.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model.edit --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor >-- [INFO] Building org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT [152/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] The project's OSGi version is 6.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model.editor --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style >----- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT [153/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/target/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/target/org.eclipse.papyrus.infra.gmfdiag.style-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.0.0-SNAPSHOT [154/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/draw2d/labels/VerticalLabelCellEditorLocator.java:[27] int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth(); ^^^^^^^^^^^^^^^^^^^^^ The method getAverageCharWidth() from the type FontMetrics is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[31] import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.LineMode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[32] import org.eclipse.gmf.runtime.gef.ui.internal.tools.ConnectionBendpointTrackerEx; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConnectionBendpointTrackerEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[33] import org.eclipse.gmf.runtime.gef.ui.internal.tools.SelectConnectionEditPartTracker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectConnectionEditPartTracker' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[42] ConnectionBendpointEditPolicy3 { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ConnectionBendpointEditPolicy3 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[54] public LinksLFConnectionBendpointEditPolicy(LineMode lineMode) { ^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[55] super(lineMode); ^^^^^^^^^^^^^^^^ The constructor ConnectionBendpointEditPolicy3(LineMode) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[59] this(LineMode.OBLIQUE); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[59] this(LineMode.OBLIQUE); ^^^^^^^ Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[68] * The difference is that the {@link ConnectionBendpointTrackerEx} (case of ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConnectionBendpointTrackerEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[69] * single bendpoint) and {@link SelectConnectionEditPartTracker} (case of ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectConnectionEditPartTracker' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[75] * {@link SelectConnectionEditPartTracker#handleButtonUp(int)}) first erases ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SelectConnectionEditPartTracker' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[102] Command result = super.getBendpointsChangedCommand(request); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getBendpointsChangedCommand(BendpointRequest) from the type ConnectionBendpointEditPolicy3 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[105] request.getExtendedData().put( PARAM_CACHED_COMMAND_BASED_ON_FEEDBACK, result); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[219] sbbCommand.setNewPointList( ^^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, Point, Point)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[224] sbbCommand.setNewPointList( ^^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, ConnectionAnchor, ConnectionAnchor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[240] return super.getConnection(); ^^^^^^^^^^^^^^^ The method getConnection() from the type ConnectionBendpointEditPolicy2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[249] List constraint) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[272] constraint.add(0, new AbsoluteBendpoint(startPoint)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[281] List constraint) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[302] constraint.add(new AbsoluteBendpoint(endPoint)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[329] super.showSourceFeedback(request); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method showSourceFeedback(Request) from the type ConnectionBendpointEditPolicy2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[339] super.eraseSourceFeedback(request); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method eraseSourceFeedback(Request) from the type ConnectionBendpointEditPolicy2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[349] super.eraseConnectionFeedback(request, removeFeedbackFigure); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method eraseConnectionFeedback(BendpointRequest, boolean) from the type ConnectionBendpointEditPolicy2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[359] super.showMoveBendpointFeedback(request); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method showMoveBendpointFeedback(BendpointRequest) from the type ConnectionBendpointEditPolicy2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[365] super.showCreateBendpointFeedback(request); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method showCreateBendpointFeedback(BendpointRequest) from the type ConnectionBendpointEditPolicy2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[371] super.showMoveLineSegFeedback(request); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method showMoveLineSegFeedback(BendpointRequest) from the type ConnectionBendpointEditPolicy2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionBendpointEditPolicy.java:[377] super.showMoveOrthogonalBenspointFeedback(request); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method showMoveOrthogonalBenspointFeedback(BendpointRequest) from the type ConnectionBendpointEditPolicy2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/labels/LinkLFResizableLabelLocator.java:[8] import org.eclipse.gmf.runtime.diagram.ui.internal.figures.ResizableLabelLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResizableLabelLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/labels/LinkLFResizableLabelLocator.java:[12] * Extends default GMF Runtime {@link ResizableLabelLocator} with custom ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResizableLabelLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/labels/LinkLFResizableLabelLocator.java:[18] public class LinkLFResizableLabelLocator extends ResizableLabelLocator { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ResizableLabelLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/labels/LinkLFResizableLabelLocator.java:[22] super(parent, bounds, alignment); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ResizableLabelLocator(IFigure, Rectangle, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DiagramElementTypeImages.java:[16] import org.eclipse.swt.widgets.Display; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.swt.widgets.Display is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[23] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.ForestRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[24] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[25] import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.LineMode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[118] if (getConnectionFigure().getConnectionRouter() instanceof ForestRouter) { ^^^^^^^^^^^^ Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[121] LineMode.ORTHOGONAL_CONSTRAINED)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[121] LineMode.ORTHOGONAL_CONSTRAINED)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[122] } else if (getConnectionFigure().getConnectionRouter() instanceof OrthogonalRouter) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[125] LineMode.ORTHOGONAL_FREE)); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[125] LineMode.ORTHOGONAL_FREE)); ^^^^^^^^^^^^^^^ Discouraged access: The field 'LineMode.ORTHOGONAL_FREE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[128] new LinksLFConnectionBendpointEditPolicy(LineMode.OBLIQUE)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/LinkLFConnectionNodeEditPart.java:[128] new LinksLFConnectionBendpointEditPolicy(LineMode.OBLIQUE)); ^^^^^^^ Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/CreationEditPolicyWithCustomReparent.java:[23] import org.eclipse.papyrus.infra.gmfdiag.tooling.runtime.structure.DiagramStructure; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/CreationEditPolicyWithCustomReparent.java:[30] private final DiagramStructure myDiagramStructure; ^^^^^^^^^^^^^^^^ The type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/CreationEditPolicyWithCustomReparent.java:[32] public CreationEditPolicyWithCustomReparent(DiagramStructure diagramStructure) { ^^^^^^^^^^^^^^^^ The type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[22] import org.eclipse.papyrus.infra.gmfdiag.tooling.runtime.structure.DiagramStructure; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[34] private DiagramStructure myDiagramStructure; ^^^^^^^^^^^^^^^^ The type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[48] public void setVisualIDRegistry(DiagramStructure diagramStructure) { ^^^^^^^^^^^^^^^^ The type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[71] int actualVisualId = myDiagramStructure.getVisualID(childView); ^^^^^^^^^^^^^^^^^^^^^^ The method getVisualID(View) from the type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/edit/policies/reparent/MoveViewCommand.java:[72] return myDiagramStructure.checkNodeVisualID(parentView, child, actualVisualId); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkNodeVisualID(View, EObject, int) from the type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[18] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[19] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[23] * horizontally, the {@link OrthogonalRouter} has to decide whether the first / ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[29] * The default {@link RectilinearRouter} always prefers the first choice. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[31] * This router extends the {@link OrthogonalRouter} with ability to specify the ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/HintedOrthogonalRouter.java:[36] public interface HintedOrthogonalRouter extends OrthogonalRouter { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersDiagramRootEditPartProvider.java:[10] import org.eclipse.gmf.runtime.diagram.ui.render.internal.providers.DiagramUIRenderEditPartProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramUIRenderEditPartProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.7.1.202004160913/org.eclipse.gmf.runtime.diagram.ui.render-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersDiagramRootEditPartProvider.java:[22] DiagramUIRenderEditPartProvider implements IExecutableExtension { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramUIRenderEditPartProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.7.1.202004160913/org.eclipse.gmf.runtime.diagram.ui.render-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersDiagramRootEditPartProvider.java:[30] View view = op.getView(); ^^^^^^^ Discouraged access: The method 'EditPartOperation.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/locator/LabelCellEditorLocator.java:[28] int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth(); ^^^^^^^^^^^^^^^^^^^^^ The method getAverageCharWidth() from the type FontMetrics is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[108] protected List createSelectionHandles() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[109] List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[109] List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[110] list.add(new ConnectionEndpointHandle((ConnectionEditPart) getHost(), ConnectionLocator.SOURCE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFConnectionEndPointEditPolicy.java:[112] list.add(new ConnectionEndpointHandle((ConnectionEditPart) getHost(), ConnectionLocator.TARGET)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/locator/VerticalLabelCellEditorLocator.java:[28] int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth(); ^^^^^^^^^^^^^^^^^^^^^ The method getAverageCharWidth() from the type FontMetrics is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[18] import org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorExDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CellEditorExDelegate' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[23] /* public */class ComboCellEditorEx extends ComboBoxCellEditor implements org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CellEditorEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[27] private org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorExDelegate myExDelegate; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CellEditorExDelegate' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[43] private CellEditorExDelegate getExDelegate() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CellEditorExDelegate' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[45] myExDelegate = new CellEditorExDelegate(this); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CellEditorExDelegate' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[45] myExDelegate = new CellEditorExDelegate(this); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'CellEditorExDelegate(CellEditor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[81] getExDelegate().setOriginalValue(value); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'CellEditorExDelegate.setOriginalValue(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[96] return getExDelegate().hasValueChanged(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'CellEditorExDelegate.hasValueChanged()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[106] if (!getExDelegate().unlockDeactivation()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CellEditorExDelegate.unlockDeactivation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[117] return getExDelegate().isDeactivationLocked(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CellEditorExDelegate.isDeactivationLocked()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/ComboCellEditorEx.java:[127] getExDelegate().setDeactivationLock(deactivationLock); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'CellEditorExDelegate.setDeactivationLock(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[48] import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.FeedbackConnection; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeedbackConnection' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[50] import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.LineMode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[51] import org.eclipse.gmf.runtime.gef.ui.internal.handles.BendpointCreationInvisibleHandle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BendpointCreationInvisibleHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[52] import org.eclipse.gmf.runtime.gef.ui.internal.handles.BendpointMoveHandleEx; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BendpointMoveHandleEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[53] import org.eclipse.gmf.runtime.gef.ui.internal.handles.LineSegMoveInvisibleHandle; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineSegMoveInvisibleHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[57] * {@link org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.ConnectionBendpointEditPolicy} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConnectionBendpointEditPolicy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[90] private static List NULL_CONSTRAINT = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[90] private static List NULL_CONSTRAINT = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[93] private LineMode lineSegMode = LineMode.OBLIQUE; ^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[93] private LineMode lineSegMode = LineMode.OBLIQUE; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[93] private LineMode lineSegMode = LineMode.OBLIQUE; ^^^^^^^ Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[96] public List originalConstraint; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[124] public ConnectionBendpointEditPolicy2(LineMode lineSegMode) { ^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[132] public LineMode getLineSegMode() { ^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[157] FeedbackConnection r = new FeedbackConnection(getConnection()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeedbackConnection' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[157] FeedbackConnection r = new FeedbackConnection(getConnection()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'FeedbackConnection' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[157] FeedbackConnection r = new FeedbackConnection(getConnection()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'FeedbackConnection(Connection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[182] protected List createManualHandles() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[183] List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[183] List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[188] list.add(new BendpointMoveHandleEx(connEP, i, new BendpointLocator( getConnection(), i))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[188] list.add(new BendpointMoveHandleEx(connEP, i, new BendpointLocator( ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BendpointMoveHandleEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[188] list.add(new BendpointMoveHandleEx(connEP, i, new BendpointLocator( ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BendpointMoveHandleEx(ConnectionEditPart, int, Locator)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[204] protected void addInvisibleCreationHandle(List list, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[206] if (getLineSegMode() != LineMode.OBLIQUE) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[206] if (getLineSegMode() != LineMode.OBLIQUE) { ^^^^^^^ Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[207] list.add(new LineSegMoveInvisibleHandle(connEP, i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[207] list.add(new LineSegMoveInvisibleHandle(connEP, i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineSegMoveInvisibleHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[207] list.add(new LineSegMoveInvisibleHandle(connEP, i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LineSegMoveInvisibleHandle(ConnectionEditPart, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[209] list.add(new BendpointCreationInvisibleHandle(connEP, i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[209] list.add(new BendpointCreationInvisibleHandle(connEP, i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'BendpointCreationInvisibleHandle' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[209] list.add(new BendpointCreationInvisibleHandle(connEP, i)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'BendpointCreationInvisibleHandle(ConnectionEditPart, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[221] protected List createSelectionHandles() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[273] if (getLineSegMode() != LineMode.OBLIQUE) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[273] if (getLineSegMode() != LineMode.OBLIQUE) { ^^^^^^^ Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[361] getFeedbackState().originalConstraint = (List) getConnection() ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[366] if (getLineSegMode() != LineMode.OBLIQUE && !getFeedbackState().init) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[366] if (getLineSegMode() != LineMode.OBLIQUE && !getFeedbackState().init) { ^^^^^^^ Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[368] List newConstraint = new ArrayList( ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[368] List newConstraint = new ArrayList( ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[377] newConstraint.add(abp); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[404] getFeedbackState().originalConstraint.add(i, bpNew); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[410] new ArrayList(getFeedbackState().originalConstraint)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[410] new ArrayList(getFeedbackState().originalConstraint)); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[430] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[430] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[440] private void setNewFeedbackConstraint(List constraint) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[452] List constraint; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[459] constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[460] constraint.add(request.getIndex() + 1, bp); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[462] constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[479] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[479] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[520] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[520] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[532] protected void stickyStraightLineFeedback(List constraint, int nIndex, ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[568] constraint.set(nIndex, bpNew); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[570] constraint.set(nIndex, bp); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[588] if (getLineSegMode() != LineMode.OBLIQUE) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[588] if (getLineSegMode() != LineMode.OBLIQUE) { ^^^^^^^ Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[631] protected final LineSeg getLineSeg(List bendPoints, int nIndex) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[645] protected void setLineSeg(List bendPoints, int nIndex, LineSeg newLine) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[649] bendPoints.set(nIndex - 1, bp1); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[650] bendPoints.set(nIndex, bp2); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[678] if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[678] if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[716] if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[716] if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[744] protected void removeOutsideSourceFeedback(List constraint) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[755] protected void removeOutsideTargetFeedback(List constraint) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[771] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[771] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[801] constraint.set(index, new AbsoluteBendpoint(movedFirst.getOrigin())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[802] constraint.set(index + 1, new AbsoluteBendpoint(movedFirst.getTerminus())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[807] constraint.set(index + 1, new AbsoluteBendpoint(movedSecond.getTerminus())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method set(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[827] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[827] List constraint = (List) getConnection().getRoutingConstraint(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[863] List constraint, LineSeg moveLine) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[864] if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[864] if (getLineSegMode().equals(LineMode.ORTHOGONAL_CONSTRAINED)) { ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'LineMode.ORTHOGONAL_CONSTRAINED' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[937] List constraint) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[955] constraint.add(0, new AbsoluteBendpoint(startPoint)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(int, Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[967] List constraint) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[985] constraint.add(new AbsoluteBendpoint(endPoint)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[994] public Object getAdapter(Class key) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[8] import org.eclipse.gmf.runtime.diagram.ui.internal.editpolicies.ConnectionLineSegEditPolicy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConnectionLineSegEditPolicy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[9] import org.eclipse.gmf.runtime.diagram.ui.internal.editpolicies.TreeConnectionBendpointEditPolicy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TreeConnectionBendpointEditPolicy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[12] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.ForestRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[13] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[14] import org.eclipse.gmf.runtime.gef.ui.internal.l10n.Cursors; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[45] if (getConnectionFigure().getConnectionRouter() instanceof ForestRouter) { ^^^^^^^^^^^^ Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[47] new TreeConnectionBendpointEditPolicy()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TreeConnectionBendpointEditPolicy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[47] new TreeConnectionBendpointEditPolicy()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TreeConnectionBendpointEditPolicy()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[48] } else if (getConnectionFigure().getConnectionRouter() instanceof OrthogonalRouter) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[50] new ConnectionLineSegEditPolicy()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConnectionLineSegEditPolicy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[50] new ConnectionLineSegEditPolicy()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ConnectionLineSegEditPolicy()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[69] if (getConnectionFigure().getConnectionRouter() instanceof ForestRouter) { ^^^^^^^^^^^^ Discouraged access: The type 'ForestRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[70] getConnectionFigure().setCursor(Cursors.CURSOR_SEG_MOVE); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[70] getConnectionFigure().setCursor(Cursors.CURSOR_SEG_MOVE); ^^^^^^^^^^^^^^^ Discouraged access: The field 'Cursors.CURSOR_SEG_MOVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[71] } else if (getConnectionFigure().getConnectionRouter() instanceof OrthogonalRouter) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[72] getConnectionFigure().setCursor(Cursors.CURSOR_SEG_MOVE); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[72] getConnectionFigure().setCursor(Cursors.CURSOR_SEG_MOVE); ^^^^^^^^^^^^^^^ Discouraged access: The field 'Cursors.CURSOR_SEG_MOVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[74] getConnectionFigure().setCursor(Cursors.CURSOR_SEG_ADD); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/editparts/OverridableConnectionNodeEditPart.java:[74] getConnectionFigure().setCursor(Cursors.CURSOR_SEG_ADD); ^^^^^^^^^^^^^^ Discouraged access: The field 'Cursors.CURSOR_SEG_ADD' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[30] import org.eclipse.gmf.runtime.diagram.ui.internal.commands.SetConnectionBendpointsCommand; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[35] import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.LineMode; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[44] * {@link org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.ConnectionBendpointEditPolicy}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConnectionBendpointEditPolicy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[62] protected ConnectionBendpointEditPolicy3(LineMode lineSegMode) { ^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[70] super(LineMode.OBLIQUE); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'LineMode' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[70] super(LineMode.OBLIQUE); ^^^^^^^ Discouraged access: The field 'LineMode.OBLIQUE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[136] SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[136] SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[136] SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SetConnectionBendpointsCommand(TransactionalEditingDomain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[138] sbbCommand.setEdgeAdapter(new EObjectAdapter(edge)); ^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setEdgeAdapter(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[139] sbbCommand.setNewPointList(connection.getPoints(), ptRef1, ptRef2); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, Point, Point)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[159] SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[159] SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[159] SetConnectionBendpointsCommand sbbCommand = new SetConnectionBendpointsCommand( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SetConnectionBendpointsCommand(TransactionalEditingDomain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[161] sbbCommand.setEdgeAdapter(new EObjectAdapter((Edge) getHost() ^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setEdgeAdapter(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[166] sbbCommand.setNewPointList(newPoints, request.getSourceReference(), ^^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, Point, Point)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy3.java:[169] sbbCommand.setNewPointList(newPoints, connection.getSourceAnchor(), ^^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, ConnectionAnchor, ConnectionAnchor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[38] import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.AnimatableScrollPane; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[39] import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.OverlayScrollPaneLayout; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OverlayScrollPaneLayout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[243] scrollpane.setLayoutManager(new OverlayScrollPaneLayout()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OverlayScrollPaneLayout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[243] scrollpane.setLayoutManager(new OverlayScrollPaneLayout()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'OverlayScrollPaneLayout()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[260] AnimatableScrollPane implements IMapMode { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[24] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[27] * Right now extending {@link RectilinearRouter} does not make sense, because ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[35] * private counterparts in {@link RectilinearRouter}, without any changes. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[43] class RectilinearRouter2 extends RectilinearRouter { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[46] * [GMFRT] make protected in {@link RectilinearRouter} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[86] * [GMFRT] make protected in {@link RectilinearRouter} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[115] * [GMFRT] make protected in {@link RectilinearRouter} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[137] * [GMFRT] make protected in {@link RectilinearRouter} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[171] super.routeLine(conn, nestedRoutingDepth, newLine); ^^^^^^^^^ Discouraged access: The method 'RectilinearRouter.routeLine(Connection, int, PointList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[175] * [GMFRT] make protected in {@link RectilinearRouter} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[195] * [GMFRT] make protected in {@link RectilinearRouter} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/RectilinearRouter2.java:[215] * [GMFRT] make protected in {@link RectilinearRouter} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/update/UpdaterLinkDescriptor.java:[50] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type new IAdaptable(){} needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[29] import org.eclipse.gmf.runtime.diagram.ui.internal.commands.SetConnectionBendpointsCommand; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[118] SetConnectionBendpointsCommand sbbCommand = new SetAbsoluteBendpointsCommand( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[120] sbbCommand.setEdgeAdapter(request.getConnectionEditPart()); ^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setEdgeAdapter(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[121] sbbCommand.setNewPointList(pointList, ^^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, Point, Point)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[181] SetConnectionBendpointsCommand sbpCommand = (SetConnectionBendpointsCommand) commandItr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[181] SetConnectionBendpointsCommand sbpCommand = (SetConnectionBendpointsCommand) commandItr ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[189] PointList points = sbpCommand.getNewPointList(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.getNewPointList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[231] sbpCommand.setNewPointList(points, sourceAnchor, targetAnchor); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setNewPointList(PointList, ConnectionAnchor, ConnectionAnchor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[260] SetConnectionBendpointsCommand sbbCommand = new SetAbsoluteBendpointsCommand( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SetConnectionBendpointsCommand' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[262] sbbCommand.setEdgeAdapter(getViewAdapter()); ^^^^^^^^^^^^^^ Discouraged access: The method 'SetConnectionBendpointsCommand.setEdgeAdapter(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/LinksLFGraphicalNodeEditPolicy.java:[270] request.getExtendedData().put(PARAM_SOURCE_ANCHOR, sourceAnchor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DefaultEditPartProvider.java:[27] import org.eclipse.papyrus.infra.gmfdiag.tooling.runtime.structure.DiagramStructure; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DefaultEditPartProvider.java:[42] private final DiagramStructure diagramStructure; ^^^^^^^^^^^^^^^^ The type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DefaultEditPartProvider.java:[46] public DefaultEditPartProvider(EditPartFactory factory, DiagramStructure diagramStructure, String expectedModelId) { ^^^^^^^^^^^^^^^^ The type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/DefaultEditPartProvider.java:[104] if (!expectedModelId.equals(diagramStructure.getModelID(view))) { ^^^^^^^^^^^^^^^^ The method getModelID(View) from the type DiagramStructure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeNodeAnchorDelegate.java:[18] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeNodeAnchorDelegate.java:[38] * when active router is {@link OrthogonalRouter}, adjusted anchor position ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeNodeAnchorDelegate.java:[85] if (router instanceof OrthogonalRouter) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeNodeAnchorDelegate.java:[118] if (router instanceof OrthogonalRouter) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/impl/ocl/tracker/activeocl/EcoreEnvironmentFactoryEx.java:[21] import org.eclipse.ocl.internal.evaluation.TracingEvaluationVisitor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TracingEvaluationVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ocl/3.15.100.v20201123-2037/org.eclipse.ocl-3.15.100.v20201123-2037.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/impl/ocl/tracker/activeocl/EcoreEnvironmentFactoryEx.java:[48] return new TracingEvaluationVisitor(base); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TracingEvaluationVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ocl/3.15.100.v20201123-2037/org.eclipse.ocl-3.15.100.v20201123-2037.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/impl/ocl/tracker/activeocl/EcoreEnvironmentFactoryEx.java:[48] return new TracingEvaluationVisitor(base); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TracingEvaluationVisitor(EvaluationVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.ocl/3.15.100.v20201123-2037/org.eclipse.ocl-3.15.100.v20201123-2037.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/CellEditorEx.java:[19] * @see org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CellEditorEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/CellEditorEx.java:[22] public interface CellEditorEx extends org.eclipse.gmf.runtime.gef.ui.internal.parts.CellEditorEx { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CellEditorEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[19] import org.eclipse.gmf.runtime.draw2d.ui.internal.figures.ConnectionLayerEx; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConnectionLayerEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[20] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[23] * Allows to redefine default GMF Runtime {@link RectilinearRouter} for given ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[28] public class CustomRoutersConnectionLayer extends ConnectionLayerEx { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ConnectionLayerEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[60] * standard GMF Runtime {@link RectilinearRouter}, subclasses may override ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[64] return new RectilinearRouter(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/providers/router/CustomRoutersConnectionLayer.java:[64] return new RectilinearRouter(); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'RectilinearRouter()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[31] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[32] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouterUtilities; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[33] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[205] conn.getConnectionRouter() instanceof OrthogonalRouter; ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[485] if (!OrthogonalRouterUtilities.isRectilinear(middlePart)) { ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[485] if (!OrthogonalRouterUtilities.isRectilinear(middlePart)) { ^^^^^^^^^^^^^ Discouraged access: The method 'OrthogonalRouterUtilities.isRectilinear(PointList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[492] OrthogonalRouterUtilities.transformToOrthogonalPointList( ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[492] OrthogonalRouterUtilities.transformToOrthogonalPointList( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'OrthogonalRouterUtilities.transformToOrthogonalPointList(PointList, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[543] * @see RectilinearRouter ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[546] return INSTANCE.removeRedundantPoints2(line); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method removeRedundantPoints2(PointList) from the type RectilinearRouter2 should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[546] return INSTANCE.removeRedundantPoints2(line); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeRedundantPoints2(PointList) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustLinksToIndirectlyMovedNodesEditPolicy.java:[584] return getOutisePointOffRectanglePosition2(start, new Rectangle( end.x, end.y, 0, 0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOutisePointOffRectanglePosition2(Point, Rectangle) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustSyntheticBendpointsEditPolicy.java:[18] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/AdjustSyntheticBendpointsEditPolicy.java:[91] if (false == router instanceof OrthogonalRouter) { ^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[22] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.OrthogonalRouterUtilities; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[23] import org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[83] * While {@link RectilinearRouter} claims to ignore the endpoints, it still ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[112] * @see org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter#resetEndPointsToEdge(org.eclipse.draw2d.Connection, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[112] * @see org.eclipse.gmf.runtime.draw2d.ui.internal.routers.RectilinearRouter#resetEndPointsToEdge(org.eclipse.draw2d.Connection, ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RectilinearRouter.resetEndPointsToEdge(Connection, PointList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[120] if (isReorienting(conn)) { ^^^^^^^^^^^^^ Discouraged access: The method 'ObliqueRouter.isReorienting(Connection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[128] super.resetEndPointsToEdge(conn, line); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'RectilinearRouter.resetEndPointsToEdge(Connection, PointList)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[131] PrecisionRectangle source = sourceBoundsRelativeToConnection2(conn); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method sourceBoundsRelativeToConnection2(Connection) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[132] PrecisionRectangle target = targetBoundsRelativeToConnection2(conn); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method targetBoundsRelativeToConnection2(Connection) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[157] sourceAnchorRelativeLocation = getAnchorOffRectangleDirection2( sourceAnchorPoint, source); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[159] targetAnchorRelativeLocation = getAnchorOffRectangleDirection2( targetAnchorPoint, target); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[166] offSourceDirection = getOffShapeDirection2(sourceAnchorRelativeLocation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[167] offTargetDirection = getOffShapeDirection2(targetAnchorRelativeLocation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[205] sourceAnchorRelativeLocation = getAnchorOffRectangleDirection2( line.getFirstPoint(), source); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[207] offSourceDirection = getOffShapeDirection2(sourceAnchorRelativeLocation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[208] targetAnchorRelativeLocation = getAnchorOffRectangleDirection2( line.getLastPoint(), target); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getAnchorOffRectangleDirection2(Point, Rectangle) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[210] offTargetDirection = getOffShapeDirection2(targetAnchorRelativeLocation); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[217] OrthogonalRouterUtilities.transformToOrthogonalPointList(line, ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[217] OrthogonalRouterUtilities.transformToOrthogonalPointList(line, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'OrthogonalRouterUtilities.transformToOrthogonalPointList(PointList, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[219] removeRedundantPoints2(line); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeRedundantPoints2(PointList) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[228] * Copy-pasted from {@link RectilinearRouter} lines 416. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RectilinearRouter' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[297] return getOffShapeDirection2(direction); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getOffShapeDirection2(int) from the type RectilinearRouter2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[350] LineSeg fromFigureToBendpoint = OrthogonalRouterUtilities ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[351] .getOrthogonalLineSegToAnchorLoc(conn, anchor, bendpoint); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'OrthogonalRouterUtilities.getOrthogonalLineSegToAnchorLoc(Connection, ConnectionAnchor, Point)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[385] fromFigureToBendpoint = OrthogonalRouterUtilities ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OrthogonalRouterUtilities' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/router/LinkLFRectilinearRouter.java:[386] .getOrthogonalLineSegToAnchorLoc(conn, anchor, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'OrthogonalRouterUtilities.getOrthogonalLineSegToAnchorLoc(Connection, ConnectionAnchor, Point)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.1.202004160913/org.eclipse.gmf.runtime.draw2d.ui-1.9.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/locator/TextCellEditorLocator.java:[31] int avr = FigureUtilities.getFontMetrics(text.getFont()).getAverageCharWidth(); ^^^^^^^^^^^^^^^^^^^^^ The method getAverageCharWidth() from the type FontMetrics is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[21] * @see org.eclipse.gmf.runtime.gef.ui.internal.parts.WrapTextCellEditor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WrapTextCellEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[23] public class WrapTextCellEditor extends org.eclipse.gmf.runtime.gef.ui.internal.parts.WrapTextCellEditor { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WrapTextCellEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[31] super(); ^^^^^^^^ Discouraged access: The constructor 'WrapTextCellEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[42] super(parent); ^^^^^^^^^^^^^^ Discouraged access: The constructor 'WrapTextCellEditor(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/directedit/WrapTextCellEditor.java:[54] super(parent, style); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WrapTextCellEditor(Composite, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202004160913/org.eclipse.gmf.runtime.gef.ui-1.7.1.202004160913.jar') 295 problems (295 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-misc >--------- [INFO] Building Papyrus Infra Other Bundles 0.0.1-SNAPSHOT [155/706] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-misc --- [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-misc --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra-misc --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-misc --- [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.sync >--------- [INFO] Building org.eclipse.papyrus.infra.sync 3.0.0-SNAPSHOT [156/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.sync --- [INFO] The project's OSGi version is 3.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.sync --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.sync --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/EMFDispatchManager.java:[253] active.remove(key); ^^^ Unlikely argument type SyncItem for remove(Object) on a Collection,D>> [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[24] import com.google.common.util.concurrent.CheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[72] public CheckedFuture runAsync(SyncServiceRunnable operation) { ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[73] CheckedFuture result = operation.asFuture(this); ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[24] import com.google.common.util.concurrent.AbstractCheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractCheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[25] import com.google.common.util.concurrent.CheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[57] public CheckedFuture asFuture(final ISyncObject context) { ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[66] private CheckedFuture checked(final ListenableFuture future) { ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[67] class Checked extends AbstractCheckedFutureimplements Runnable { ^^^^^^^^^^^^^^^^^^^^^ The type AbstractCheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[69] super(future); ^^^^^^^^^^^^^^ The constructor AbstractCheckedFuture(ListenableFuture) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/ISyncObject.java:[23] import com.google.common.util.concurrent.CheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/ISyncObject.java:[74] CheckedFuture runAsync(SyncServiceRunnable operation); ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[56] import com.google.common.util.concurrent.CheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[183] result = registryType.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[366] public CheckedFuture runAsync(SyncServiceRunnable operation) { ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[367] CheckedFuture result = operation.asFuture(this); ^^^^^^^^^^^^^ The type CheckedFuture is deprecated 16 problems (16 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.sync --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/test/resources [INFO] [INFO] --- tycho-source-plugin:2.0.0:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.sync --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/org.eclipse.papyrus.infra.sync-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:2.0.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.sync --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/org.eclipse.papyrus.infra.sync-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-source-feature-plugin:2.0.0:source-feature (source-feature) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-p2-plugin:2.0.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common >---- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.common 4.0.0-SNAPSHOT [157/706] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] The project's OSGi version is 4.0.0.202011251949 [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.0.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.0.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] Compiling 359 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPalettePreferences.java:[768] public static void addLocalExtendedPalette(String paletteID, String paletteName, ProviderPriority priority, String editorID, HashSet requiredProfiles) { ^^^^^^^ HashSet is a raw type. References to generic type HashSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPalettePreferences.java:[783] propertiesMemento.putString(IPapyrusPaletteConstant.PROFILE_LIST, PaletteUtil.getSerializedProfileList(requiredProfiles)); ^^^^^^^^^^^^^^^^ Type safety: The expression of type HashSet needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/DefaultCreationEditPolicy.java:[130] Map parameters = moveRequest.getParameters(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/DefaultCreationEditPolicy.java:[133] parameters.put(RequestParameterConstants.TYPE_MOVING, RequestParameterConstants.TYPE_MOVING_DIAGRAM); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/DefaultCreationEditPolicy.java:[134] parameters.put(RequestParameterConstants.AFFECTED_VIEW, view); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[34] protected Collection elementToPaste; ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[42] public PasteRequest(Collection elementToPaste) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[53] public void setElementToPaste(Collection elementToPaste) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[62] public Collection getElementToPaste() { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[73] duplicateRequest.setEditParts(new ArrayList()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/requests/PasteRequest.java:[74] duplicateRequest.setExtendedData(new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[100] Map internalClipboardToTargetCopy = papyrusClipboard.getInternalClipboardToTargetCopy(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[106] Collection duplicateDiagrams = diagramClipboardAdditionnalData.getDuplicatedDiagrams(internalClipboardToTargetCopy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[106] Collection duplicateDiagrams = diagramClipboardAdditionnalData.getDuplicatedDiagrams(internalClipboardToTargetCopy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[122] Collection diagrams = diagramClipboardAdditionalData.getDuplicatedDiagrams(internalClipboardToTargetCopy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[122] Collection diagrams = diagramClipboardAdditionalData.getDuplicatedDiagrams(internalClipboardToTargetCopy); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[158] Map sourceToInternalClipboard = papyrusClipboard.getSourceToInternalClipboard(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[161] DiagramClipboardAdditionalData diagramAdditionnalData = new DiagramClipboardAdditionalData(extractSelectedWithoutOwner, sourceToInternalClipboard); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/paste/DiagramPasteStrategy.java:[170] DiagramClipboardAdditionalData diagramAdditionnalData = new DiagramClipboardAdditionalData(associatedDiagrams, sourceToInternalClipboard); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/StrategyManager.java:[150] preferences.setDefault(getPriorityKey(strategy), strategy.getPriority()); ^^^^^^^^^^^^^ The method getPriority() from the type IStrategy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/StrategyManager.java:[272] return strategy.getPriority(); // Default ^^^^^^^^^^^^^ The method getPriority() from the type IStrategy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[24] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[79] IReloadContextProvider pageProvider = AdapterUtils.adapt(page, IReloadContextProvider.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[79] IReloadContextProvider pageProvider = AdapterUtils.adapt(page, IReloadContextProvider.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IReloadContextProvider) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[113] IReloadContextProvider pageProvider = AdapterUtils.adapt(page, IReloadContextProvider.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/DiagramReloadContextProvider.java:[113] IReloadContextProvider pageProvider = AdapterUtils.adapt(page, IReloadContextProvider.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IReloadContextProvider) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/PaletteViewerReloadContextProvider.java:[23] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/PaletteViewerReloadContextProvider.java:[48] IReloadContextProvider result = AdapterUtils.adapt(palette, IReloadContextProvider.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/PaletteViewerReloadContextProvider.java:[48] IReloadContextProvider result = AdapterUtils.adapt(palette, IReloadContextProvider.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IReloadContextProvider) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomIntStyleWithStoreObservableValue.java:[47] ValueDiff diff = new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomIntStyleWithStoreObservableValue.java:[47] ValueDiff diff = new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomIntStyleWithStoreObservableValue.java:[59] fireValueChange(diff); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/DiagramAdapterFactory.java:[27] public Object getAdapter(Object adaptableObject, Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type DiagramAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/DiagramAdapterFactory.java:[38] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type DiagramAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/SemanticAdapter.java:[55] public Object getAdapter(Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type SemanticAdapter needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/SemanticAdapter.java:[55] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[79] private IObservableValue labelConstrainedObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[93] private IObservableValue positionObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[96] private IObservableValue labelOffsetXObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[99] private IObservableValue labelOffsetYObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[102] private IObservableValue leftMarginObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[105] private IObservableValue rightMarginObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[108] private IObservableValue topMarginObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[111] private IObservableValue bottomMarginObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusLabelEditPart.java:[457] public Object getAdapter(Class key) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[98] public static final int BEHAVIOR_OBJECT_INCLUDED = new Integer(1).intValue(); ^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[103] public static final int BEHAVIOR_OBJECT_TOUCHED = new Integer(2).intValue(); ^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[252] private List calculateNewSelection() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[451] List children = editPart.getChildren(); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[462] List sourceConnections = child.getSourceConnections(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[463] List targetConnections = child.getTargetConnections(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[649] selectedEditParts = calculateNewSelection(); ^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[706] List newSelections = calculateNewSelection(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[716] List selected = new ArrayList(viewer.getSelectedEditParts()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[716] List selected = new ArrayList(viewer.getSelectedEditParts()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[716] List selected = new ArrayList(viewer.getSelectedEditParts()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[722] selected.add(editPart); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[747] weakReference = new WeakReference(viewer); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WeakReference(Object) belongs to the raw type WeakReference. References to generic type WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/PapyrusRubberbandSelectionTool.java:[747] weakReference = new WeakReference(viewer); ^^^^^^^^^^^^^ WeakReference is a raw type. References to generic type WeakReference should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[49] private List exclusionSet; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[166] protected Collection getExclusionSet() { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[168] exclusionSet = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[169] exclusionSet.add(getConnection()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[306] List list; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/ConnectionEndpointTracker.java:[321] int d = p.getDistanceOrthogonal(start); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getDistanceOrthogonal(Point) from the type Point is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/RulersUnitStyleObservableValue.java:[73] IObservableValue observable = new CustomDoubleStyleWithStoreObservableValue(this.source, this.domain, WorkspaceViewerProperties.GRIDSPACING, this.preferenceStore); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/RulersUnitStyleObservableValue.java:[76] observable.setValue(newGridSpacing); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method setValue(Object) belongs to the raw type IObservableValue. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/StrategyEditor.java:[258] private class StrategyObservableList extends WritableList { ^^^^^^^^^^^^ WritableList is a raw type. References to generic type WritableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/strategy/StrategyEditor.java:[262] addAll(values); ^^^^^^^^^^^^^^ Type safety: The method addAll(Collection) belongs to the raw type WritableList. References to generic type WritableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/PapyrusDiagramEditPart.java:[74] diagramEditParts = Sets.newSetFromMap(new WeakHashMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method newSetFromMap(Map) from the type Sets is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleValueCommand.java:[60] view.getStyles().add(valueStyle); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/SelectEditPartTracker.java:[226] List selectedObjects = viewer.getSelectedEditParts(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultPasteCommand.java:[59] public DefaultPasteCommand(EditingDomain domain, EObject targetOwner, PapyrusClipboard papyrusClipboard) { ^^^^^^^^^^^^^^^^ PapyrusClipboard is a raw type. References to generic type PapyrusClipboard should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultPasteCommand.java:[65] Iterator iterData = papyrusClipboard.iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultPasteCommand.java:[83] papyrusClipboard.addAllInternalToTargetCopy(duplicatedObjects); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method addAllInternalToTargetCopy(Map) belongs to the raw type PapyrusClipboard. References to generic type PapyrusClipboard should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeCreationTool.java:[97] Collection selectableEditParts = new LinkedList(DiagramCommandStack.getReturnValues(command)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Collection needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeCreationTool.java:[164] for (IElementType elementType : (List) CreateAspectUnspecifiedTypeRequest.this.getElementTypes()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeCreationTool.java:[183] requests.put(elementType, request); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[200] private List operationSet; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[376] protected List createOperationSet() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[377] return new ArrayList(getCurrentViewer().getSelectedEditParts()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor ArrayList(Collection) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[377] return new ArrayList(getCurrentViewer().getSelectedEditParts()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[623] protected List getOperationSet() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[937] private boolean isCurrentViewerMirrored() { ^^^^^^^^^^^^^^^^^^^^^^^^^ The method isCurrentViewerMirrored() from the type AbstractTool is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[1494] public void setProperties(Map properties) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[1498] Iterator entries = properties.entrySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[1500] Entry entry = (Entry) entries.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/AbstractTool.java:[1500] Entry entry = (Entry) entries.next(); ^^^^^ Map.Entry is a raw type. References to generic type Map.Entry should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/GMFDiagramViewTypeHelper.java:[65] command = creationCommandClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[225] Map cacheMaps = (Map) req.getParameter(Cache_Maps); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[225] Map cacheMaps = (Map) req.getParameter(Cache_Maps); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[227] Map map = (Map) cacheMaps.get(req.getElementToDestroy()); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[227] Map map = (Map) cacheMaps.get(req.getElementToDestroy()); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[269] Map cacheMaps = (Map) req.getParameter(Cache_Maps); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[269] Map cacheMaps = (Map) req.getParameter(Cache_Maps); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[270] Set checkedElement = null; ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[272] checkedElement = (Set) cacheMaps.get(Checked_Elements); ^^^ Set is a raw type. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[273] checkedElement.add(parent); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[274] Map parentMap = (Map) cacheMaps.get(parent); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[274] Map parentMap = (Map) cacheMaps.get(parent); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[285] for (Iterator iter = parent.eContents().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[292] if ((ddr == null) || ((checkedElement != null) && checkedElement.add(next)) || (!ddr.getDependentElementsToDestroy().contains(next))) { ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Set. References to generic type Set should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[346] Map cacheMaps = (Map) req.getParameter(Cache_Maps); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[346] Map cacheMaps = (Map) req.getParameter(Cache_Maps); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[351] Map contextMap = (Map) cacheMaps.get(type); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[351] Map contextMap = (Map) cacheMaps.get(type); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[358] Map contextMap = (Map) cacheMaps.get(contextObject); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[358] Map contextMap = (Map) cacheMaps.get(contextObject); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[366] Map contextMap = (Map) cacheMaps.get(editHelperContext); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/DefaultEditHelper.java:[366] Map contextMap = (Map) cacheMaps.get(editHelperContext); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[70] getConnectionAnchors().put(terminal, connectAnchor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Hashtable. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[101] protected Hashtable getConnectionAnchors() { ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[103] connectionAnchors = new Hashtable(1); ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[114] private Hashtable connectionAnchors; ^^^^^^^^^ Hashtable is a raw type. References to generic type Hashtable should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/PapyrusAnchorableWrappingLabel.java:[128] Iterator iter = getConnectionAnchors().keySet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/figure/node/ShapeFlowLayout.java:[48] Iterator iterator = parent.getChildren().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/DiagramOutlineAdapterFactory.java:[29] public Class[] getAdapterList() { ^^^^^^^ Type safety: The return type Class[] for getAdapterList() from the type DiagramOutlineAdapterFactory needs unchecked conversion to conform to Class[] from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/adapter/DiagramOutlineAdapterFactory.java:[34] public Object getAdapter(Object adaptableObject, @SuppressWarnings("rawtypes") Class adapterType) { ^^^^^^ Type safety: The return type Object for getAdapter(Object, Class) from the type DiagramOutlineAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[26] public static Map getSaveOptions() { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[27] Map saveOptions = new HashMap(); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[27] Map saveOptions = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[28] saveOptions.put(XMLResource.OPTION_ENCODING, "UTF-8"); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/UMLDiagramEditorUtil.java:[29] saveOptions.put(Resource.OPTION_SAVE_ONLY_IF_CHANGED, Resource.OPTION_SAVE_ONLY_IF_CHANGED_MEMORY_BUFFER); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type Map. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[51] import org.eclipse.gmf.runtime.diagram.ui.internal.properties.Properties; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[144] final View dest = domain2NotationMap.getFirstView(destination); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFirstView(Object) from the type Domain2Notation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[146] final View source = domain2NotationMap.getFirstView(source2); ^^^^^^^^^^^^^^^^^^^^^ The method getFirstView(Object) from the type Domain2Notation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[155] View linkView = domain2NotationMap.getFirstView(link); ^^^^^^^^^^^^^^^^^^ The method getFirstView(Object) from the type Domain2Notation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[482] final View view = domain2NotationMap.getFirstView(linkToHide); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getFirstView(Object) from the type Domain2Notation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[549] final View view = domain2NotationMap.getFirstView(linkToShow); ^^^^^^^^^^^^^^^^^^^^^^^^ The method getFirstView(Object) from the type Domain2Notation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[551] return new SetPropertyCommand(domain, "Restore related linksCommand show view", new EObjectAdapter(view), Properties.ID_ISVISIBLE, Boolean.TRUE);//$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Properties' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[551] return new SetPropertyCommand(domain, "Restore related linksCommand show view", new EObjectAdapter(view), Properties.ID_ISVISIBLE, Boolean.TRUE);//$NON-NLS-1$ ^^^^^^^^^^^^ Discouraged access: The field 'Properties.ID_ISVISIBLE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/AbstractShowHideRelatedLinkEditPolicy.java:[638] View view = domain2NotationMap.getFirstView(element); ^^^^^^^^^^^^^^^^^^^^^ The method getFirstView(Object) from the type Domain2Notation is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/MaskLabelHelper.java:[45] Set result = new HashSet(values); ^^^^^^ Type safety: The expression of type CustomStringStyleObservableList needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleListValueCommand.java:[63] view.getStyles().add(style); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleListValueCommand.java:[93] EList currentList = (EList) (style.eGet(styleFeature)); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleListValueCommand.java:[93] EList currentList = (EList) (style.eGet(styleFeature)); ^^^^^^^^^^^ The value of the local variable currentList is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleListValueCommand.java:[93] EList currentList = (EList) (style.eGet(styleFeature)); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[50] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[84] return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[84] return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[84] return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID); ^^^^^^^^^^^^^ The method getModelSet() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[105] return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[105] return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[105] return (NotationModel) ServiceUtilsForActionHandlers.getInstance().getModelSet().getModel(NotationModel.MODEL_ID); ^^^^^^^^^^^^^ The method getModelSet() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[475] EList valueList = ((StringListValueStyle) style).getStringListValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EList needs unchecked conversion to conform to EList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/model/NotationUtils.java:[510] value = ((StringListValueStyle) style).getStringListValue(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type EList needs unchecked conversion to conform to EList [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/ElementTypeIconProvider.java:[28] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/ElementTypeIconProvider.java:[54] IElementType elementType = AdapterUtils.adapt(hint, IElementType.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/ElementTypeIconProvider.java:[54] IElementType elementType = AdapterUtils.adapt(hint, IElementType.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, IElementType) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[217] list.add(new Integer(array[i])); ^^^^^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[348] if (eastPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[350] } else if (westPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[357] if (eastPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[359] } else if (westPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[366] if (northPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[368] } else if (southPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[375] if (northPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[377] } else if (southPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[439] if (eastPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[441] } else if (westPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[448] if (eastPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[450] } else if (westPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[457] if (northPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[459] } else if (southPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[466] if (northPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[468] } else if (southPositions.contains(new Integer(side))) { ^^^^^^^^^^^^^ The constructor Integer(int) is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[491] int intersectPosition = getRelativePositionFor(sourceBounds, new PrecisionRectangle(intersection), diagramBounds); ^^^^^^^^^^^^^^^^^ The value of the local variable intersectPosition is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[539] pos.setX(reference.preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setX(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[541] pos.setHeight(reference.preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[542] pos.setWidth(reference.preciseWidth()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[547] pos.setX(reference.preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setX(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[548] pos.setY(reference.getBottom().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setY(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[549] pos.setHeight(diagramBounds.preciseHeight() - reference.getBottom().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[550] pos.setWidth(reference.preciseWidth()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[555] pos.setX(reference.getRight().preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setX(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[556] pos.setY(reference.getTop().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setY(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[557] pos.setHeight(reference.preciseHeight()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[558] pos.setWidth(diagramBounds.preciseWidth() - reference.getLeft().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[565] pos.setY(reference.preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setY(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[566] pos.setHeight(reference.preciseHeight()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[567] pos.setWidth(reference.preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[593] pos.setX(reference.getTop().preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setX(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[595] pos.setHeight(reference.getRight().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[596] pos.setWidth(diagramBounds.preciseWidth() - reference.getTop().preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[604] pos.setHeight(reference.getLeft().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[605] pos.setWidth(reference.getTop().preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[612] pos.setX(reference.getBottom().preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setX(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[613] pos.setY(reference.getRight().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setY(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[614] pos.setHeight(diagramBounds.preciseHeight() - reference.getRight().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[615] pos.setWidth(diagramBounds.preciseWidth() - reference.getBottom().preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[623] pos.setY(reference.getLeft().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setY(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[624] pos.setHeight(diagramBounds.preciseHeight() - reference.getLeft().preciseY()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setHeight(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/LayoutUtils.java:[625] pos.setWidth(reference.getBottom().preciseX()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setWidth(double) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[35] import org.eclipse.gmf.runtime.diagram.ui.internal.services.palette.ContributeToPaletteOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[186] Iterator it = container.getChildren().iterator(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Iterator needs unchecked conversion to conform to Iterator [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[233] List providers = (List) PapyrusPaletteService.getInstance().getProviders(); ^^^^^^^^^ The value of the local variable providers is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[233] List providers = (List) PapyrusPaletteService.getInstance().getProviders(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[234] ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[234] ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[234] ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[264] List providers = (List) PapyrusPaletteService.getInstance().getProviders(); ^^^^^^^^^ The value of the local variable providers is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[264] List providers = (List) PapyrusPaletteService.getInstance().getProviders(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[265] ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, entries); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[265] ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, entries); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[265] ContributeToPaletteOperation operation = new ContributeToPaletteOperation(part, part.getEditorInput(), root, entries); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[297] public static String convertToCommaSeparatedRepresentation(Collection objects) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[301] public static String convertToFlatRepresentation(Collection objects, String separator) { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PaletteUtil.java:[303] Iterator it = objects.iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[46] ValueDiff diff = new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[46] ValueDiff diff = new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[58] fireValueChange(diff); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[101] final ValueDiff diff = new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[101] final ValueDiff diff = new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[113] fireValueChange(diff); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[118] final ValueDiff diff = new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[118] final ValueDiff diff = new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomDoubleStyleWithStoreObservableValue.java:[130] fireValueChange(diff); ^^^^^^^^^^^^^^^^^^^^^ Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[65] import org.eclipse.gmf.runtime.diagram.ui.internal.DiagramUIPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[66] import org.eclipse.gmf.runtime.diagram.ui.internal.services.palette.ContributeToPaletteOperation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[194] public boolean isHidden(ContributeToPaletteOperation operation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[196] List hiddenPalettes = PapyrusPalettePreferences.getHiddenPalettes(operation.getEditor()); ^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[225] if (operation instanceof ContributeToPaletteOperation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[226] ContributeToPaletteOperation o = (ContributeToPaletteOperation) operation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[226] ContributeToPaletteOperation o = (ContributeToPaletteOperation) operation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[228] IEditorPart part = o.getEditor(); ^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[232] return getProviderConfiguration().supports(o.getEditor(), o.getContent()) && !isHidden(o); ^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[232] return getProviderConfiguration().supports(o.getEditor(), o.getContent()) && !isHidden(o); ^^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getContent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[247] public boolean providesWithVisibility(ContributeToPaletteOperation operation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[260] return getProviderConfiguration().supports(operation.getEditor(), operation.getContent()); ^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[260] return getProviderConfiguration().supports(operation.getEditor(), operation.getContent()); ^^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getContent()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[442] ZipFile zipFile = new ZipFile(jarPath); ^^^^^^^ Resource leak: 'zipFile' is never closed [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[548] public boolean isHidden(ContributeToPaletteOperation operation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[550] List hiddenPalettes = PapyrusPalettePreferences.getHiddenPalettes(operation.getEditor()); ^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[573] if (operation instanceof ContributeToPaletteOperation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[574] ContributeToPaletteOperation o = (ContributeToPaletteOperation) operation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[574] ContributeToPaletteOperation o = (ContributeToPaletteOperation) operation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[576] IEditorPart part = o.getEditor(); ^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[607] public boolean providesWithVisibility(ContributeToPaletteOperation operation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[617] IEditorPart part = operation.getEditor(); ^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[793] getInstance().configureProviders(DiagramUIPlugin.getPluginId(), PALETTE_PROVIDERS); ^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramUIPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[793] getInstance().configureProviders(DiagramUIPlugin.getPluginId(), PALETTE_PROVIDERS); ^^^^^^^^^^^ Discouraged access: The method 'DiagramUIPlugin.getPluginId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[842] public void contributeToPalette(IEditorPart editor, Object content, PaletteRoot root, Map predefinedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[858] execute(new ContributeToPaletteOperation(editor, content, root, predefinedEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[858] execute(new ContributeToPaletteOperation(editor, content, root, predefinedEntries)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[877] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[878] private List execute(IOperation operation) { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[897] contributeToPalette(editor, content, root, new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[970] HashMap existingEntryIds = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[970] HashMap existingEntryIds = new HashMap(); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[971] for (Iterator iter = existingContainer.getChildren().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[973] existingEntryIds.put(entry.getId(), entry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method put(Object, Object) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[978] for (Iterator iter = newContainer.getChildren().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1000] for (Iterator iter = existingEntryIds.values().iterator(); iter.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1029] final ContributeToPaletteOperation o = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1029] final ContributeToPaletteOperation o = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1029] final ContributeToPaletteOperation o = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ContributeToPaletteOperation(IEditorPart, Object, PaletteRoot, Map)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1029] final ContributeToPaletteOperation o = new ContributeToPaletteOperation(part, part.getEditorInput(), root, new HashMap()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteService.java:[1097] protected boolean isContributing(PapyrusPaletteService.ProviderDescriptor provider, ContributeToPaletteOperation o) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.0.202004160913/org.eclipse.gmf.runtime.diagram.ui-1.9.0.202004160913.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[53] protected IObservableList observableConcreteList; ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[64] observableConcreteList = (IObservableList) concreteList; ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master_webmaster-test/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomStyleObservableList.java:[80] for (Style style : (List