Started by user Pauline Deville Running as Pauline Deville Agent centos-7-agent-6gb-p4f0j is provisioned from template centos-7-agent-6gb --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33" jenkins/label: "centos-7-6gb" name: "centos-7-agent-6gb-p4f0j" namespace: "papyrus" 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-p4f0j" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-agent-6gb-p4f0j" - 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-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "6144Mi" requests: cpu: "1000m" memory: "6144Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-papyrus" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - configMap: name: "known-hosts" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - emptyDir: medium: "" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Building remotely on centos-7-agent-6gb-p4f0j (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Master-Releng The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git > git init /home/jenkins/agent/workspace/Papyrus-Master-Releng/source # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git > git --version # timeout=10 > git --version # 'git version 2.36.5' > git fetch --tags --force --progress -- https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/papyrus/org.eclipse.papyrus.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse refs/remotes/origin/bugs/581848-java17^{commit} # timeout=10 > git rev-parse bugs/581848-java17^{commit} # timeout=10 Checking out Revision 2a86a3889a1736ebea5421b0d5038cbd596085f3 (refs/remotes/origin/bugs/581848-java17) > git config core.sparsecheckout # timeout=10 > git checkout -f 2a86a3889a1736ebea5421b0d5038cbd596085f3 # timeout=10 Commit message: "Bug 581848 - [Releng] Fix validation tests failing since we move to java 17" > git rev-list --no-walk 95123b11a3faeceadaa36e727ccae07e829873c8 # timeout=10 First time build. Skipping changelog. Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Papyrus-Master-Releng] $ /bin/bash /tmp/jenkins9604402795664709980.sh % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6086 100 6086 0 0 49717 0 --:--:-- --:--:-- --:--:-- 49885 [Papyrus-Master-Releng] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/main/pom.xml -DSIGN=false -DBUILD_ALIAS= -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository clean verify Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] Pack200 is not supported when running on Java 14 and higher [INFO] Resolving target definition file:/home/jenkins/agent/workspace/Papyrus-Master-Releng/source/releng/main/targetPlatform/org.eclipse.papyrus.main.targetplatform.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@6166aac5... SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [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-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] Fetching R-4.27-202303020300&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.27/ (63B) [INFO] Fetching bcpg_1.72.2.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (397.08kB) [INFO] Fetching bcprov_1.72.0.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (10.75MB) [INFO] Fetching javax.annotation_1.3.5.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (48.09kB) [INFO] Fetching org.eclipse.osgi_3.18.300.v20230220-1352.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (1.47MB) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (32.41kB) [INFO] Fetching org.apache.felix.scr_2.2.6.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (393.54kB) [INFO] Fetching org.osgi.service.component_1.5.1.202212101352.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (64.89kB) [INFO] Fetching org.osgi.util.promise_1.3.0.202212101352.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (83.65kB) [INFO] Fetching org.eclipse.ant.core_3.6.500.v20220718-1722.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (109.43kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.26.100.v20221021-0005.jar from https://download.eclipse.org/xwt/milestones-1.8.0/1.8.0-RC2/plugins/ (74.44kB) [INFO] Fetching org.eclipse.compare.core_3.7.100.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (69.26kB) [INFO] Fetching org.eclipse.core.commands_3.10.400.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (116.39kB) [INFO] Fetching org.eclipse.equinox.common_3.17.100.v20230202-1341.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (147.22kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.200.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (101.83kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.200.v20230120-0604.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (135.73kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.200.v20220817-1601.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (196.21kB) [INFO] Fetching org.eclipse.core.expressions_3.8.200.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (93.93kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (115.6kB) [INFO] Fetching org.eclipse.text_3.12.300.v20220921-1010.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (297.19kB) [INFO] Fetching org.eclipse.core.filesystem_1.9.500.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (71.65kB) [INFO] Fetching org.eclipse.core.jobs_3.13.300.v20230111-0823.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (114.59kB) [INFO] Fetching org.eclipse.core.resources_3.18.200.v20230209-0754.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (892.83kB) [INFO] Fetching org.eclipse.equinox.app_1.6.200.v20220720-2012.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (90.9kB) [INFO] Fetching org.eclipse.debug.core_3.20.100.v20230124-1239.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (400.21kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.11.0.v20220716-0839.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (57.49kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.300.v20220817-1539.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (54.29kB) [INFO] Fetching org.osgi.service.event_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (46.59kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (13.81kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.400.v20220915-1347.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (71.46kB) [INFO] Fetching org.eclipse.emf.common_2.28.0.v20230223-0922.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (378.6kB) [INFO] Fetching org.eclipse.emf.ecore_2.33.0.v20230226-0921.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (1.29MB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.18.0.v20230211-1150.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (238.68kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.100.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (38.37kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.800.v20221205-1614.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (172.79kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (362.07kB) [INFO] Fetching org.tukaani.xz_1.9.0.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (113.29kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.200.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (79.47kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.400.v20221201-0952.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (71.66kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.300.v20221030-1923.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (176.44kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (19.69kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.400.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (112.39kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.200.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (48.42kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.500.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (221.38kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.300.v20220911-2007.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (61.68kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.100.v20221111-1340.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (26.87kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.300.v20221203-1819.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (103.71kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.300.v20221214-0640.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (246.26kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.100.v20221117-1044.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (28.71kB) [INFO] Fetching org.eclipse.equinox.security_1.3.1000.v20220801-1135.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (115.07kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.300.v20221203-1932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (256.99kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.300.v20220817-1208.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (133.75kB) [INFO] Fetching org.eclipse.jdt.core_3.33.0.v20230222-1748.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (4MB) [INFO] Fetching org.eclipse.jdt.core.compiler.batch_3.33.0.v20230218-1114.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (3.01MB) [INFO] Fetching org.eclipse.jdt.debug_3.20.100.v20230119-1127.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (919.02kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.900.v20230209-1222.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (570.79kB) [INFO] Fetching org.eclipse.pde.core_3.16.100.v20230126-0956.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (1.36MB) [INFO] Fetching org.eclipse.pde.build_3.11.400.v20220923-1253.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (495.56kB) [INFO] Fetching org.eclipse.team.core_3.9.700.v20221201-0946.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (402.85kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (23.09kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (14.23MB) [INFO] Fetching com.sun.el.javax.el_3.0.0.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (218.76kB) [INFO] Fetching com.sun.jna_5.13.0.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (1.79MB) [INFO] Fetching com.sun.jna.platform_5.13.0.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (1.3MB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (81.03kB) [INFO] Fetching javax.servlet.jsp-api_2.3.3.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (52.93kB) [INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (22.12kB) [INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (361.47kB) [INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (146.86kB) [INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (25.35kB) [INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (717.41kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.collections_3.2.2.v20220405-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (624.1kB) [INFO] Fetching org.apache.commons.commons-beanutils_1.9.4.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (241.13kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (71.45kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (292.96kB) [INFO] Fetching org.jdom_1.1.1.v201101151400.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (178.38kB) [INFO] Fetching org.eclipse.core.databinding_1.12.0.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (286.17kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.200.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (314.81kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.200.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (164.87kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.400.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (27.8kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.200.v20220613-1008.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (12.96kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.400.v20220613-1047.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (42.3kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.200.v20230220-1427.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (52.85kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.300.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (47.66kB) [INFO] Fetching org.eclipse.swt_3.123.0.v20230220-1431.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.200.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (26.37kB) [INFO] Fetching org.eclipse.jface_3.29.0.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (1.11MB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.500.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (215.91kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.800.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (205.06kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.300.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (30.04kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.200.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (18.22kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.500.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (58.53kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.3.0.v20230220-1021.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (395.08kB) [INFO] Fetching org.eclipse.equinox.event_1.6.200.v20230120-0604.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (35.14kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.200.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (15.11kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.14.100.v20230220-1021.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (266.92kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.15.0.v20230211-1150.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (91.78kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.600.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (120.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.800.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (252.1kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.800.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (149.44kB) [INFO] Fetching org.eclipse.jface.databinding_1.14.100.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (291.47kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.200.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (22.9kB) [INFO] Fetching org.eclipse.urischeme_1.2.300.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (53.71kB) [INFO] Fetching 2.33.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B) [INFO] Fetching org.eclipse.emf.common.ui_2.21.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (168.05kB) [INFO] Fetching org.eclipse.ui_3.202.0.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (434.05kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20230211-1150.jar from https://download.eclipse.org/xwt/milestones-1.8.0/1.8.0-RC2/plugins/ (301.89kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.23.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (354.71kB) [INFO] Fetching org.eclipse.ui.views_3.11.400.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (107.39kB) [INFO] Fetching org.eclipse.ui.workbench_3.128.0.v20230220-1021.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (3.49MB) [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.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (270.25kB) [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.123.0.v20230220-1431.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (2.07MB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.400.v20230220-1021.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (110.67kB) [INFO] Fetching org.eclipse.ui.forms_3.11.600.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (331.64kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (21.23kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (2.48MB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.123.0.v20230220-1431.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (2.16MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (2.92MB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.300.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (13.32kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.14.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (188.37kB) [INFO] Fetching org.eclipse.emf.validation_1.8.1.202208271102.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202208271102/plugins/ (412.33kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.200.v20220710-1223.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (52.55kB) [INFO] Fetching org.eclipse.jface.text_3.23.0.v20230123-1047.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (1.04MB) [INFO] Fetching org.eclipse.ui.ide_3.20.100.v20230220-1021.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (2.39MB) [INFO] Fetching org.eclipse.ui.navigator_3.11.0.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (425.29kB) [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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (2.96MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml [INFO] Fetching org.eclipse.emf.transaction_1.9.2.202208110935.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935/plugins/ (175.44kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.2.202208110935.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935/plugins/ (88.93kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (119.86kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (112.33kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (31.39kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (116.51kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (192.9kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (96.18kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (32.12kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.aggregate.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.common.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.core:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.custom.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.catalog:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml [INFO] Fetching javax.el-api_3.0.3.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (77.95kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.metamodel:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.query.java:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml [INFO] Fetching org.eclipse.compare_3.8.500.v20220812-1406.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (806.64kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.700.v20230210-0941.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (691.11kB) [INFO] Fetching org.eclipse.ui.editors_3.15.0.v20221201-1935.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (621.13kB) [INFO] Fetching org.eclipse.debug.ui_3.17.200.v20230220-1318.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (3MB) [INFO] Fetching org.eclipse.ui.console_3.11.400.v20221012-0524.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (245.21kB) [INFO] Fetching org.eclipse.emf.codegen_2.23.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (371.28kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.33.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (1.11MB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.18.0.v20230209-2203.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (2.29MB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.13.100.v20230117-1625.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (343.25kB) [INFO] Fetching org.eclipse.jdt.ui_3.28.0.v20230210-2115.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (10.95MB) [INFO] Fetching org.eclipse.search_3.14.400.v20230209-0804.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (499.45kB) [INFO] Fetching org.eclipse.team.ui_3.9.600.v20230207-1607.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.200.v20220808-2221.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (470.76kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.600.v20230220-1021.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (175.28kB) [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml [INFO] Fetching 6.18.0&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/ (63B) [INFO] Fetching org.eclipse.ocl_3.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (112.42kB) [INFO] Fetching org.eclipse.ocl.common_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (37.89kB) [INFO] Fetching org.eclipse.ocl.ecore_3.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (385.64kB) [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.core:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.swt:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.util.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets.celleditors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml [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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml [INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (816.86kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (14.17kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (261.16kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (20.57kB) [INFO] Fetching org.eclipse.xtend.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (110.25kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.30.0.v20230227-1111.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (161.99kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.30.0.v20230227-1111.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (78.09kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core:4.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.log:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor.di:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sashwindows.di:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.tools:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml [INFO] Fetching org.apache.logging.log4j_2.17.1.v20220106-2156.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (2.11MB) [INFO] Fetching org.eclipse.draw2d_3.12.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (636.39kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (388.86kB) [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 dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml [INFO] Fetching org.eclipse.core.databinding.beans_1.9.100.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (81.84kB) [INFO] Fetching org.eclipse.emf.databinding_1.7.0.v20230211-1150.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (93.7kB) [INFO] Fetching org.eclipse.xwt_1.8.0.202303080934.jar from https://download.eclipse.org/xwt/milestones-1.8.0/1.8.0-RC2/plugins/ (597.1kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.nattable:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (370.34kB) [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 dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.diagram.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml [INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (44.44kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (873.19kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (3.41MB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types.ui:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml [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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml [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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml [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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml [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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml [INFO] Fetching org.eclipse.emf.ecore.editor_2.18.0.v20230224-1122.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (131.36kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml [INFO] Fetching org.osgi.service.component.annotations_1.5.1.202212101352.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (42.33kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.history:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.markerlistener:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml [INFO] Fetching org.eclipse.emf.validation.ui_1.7.1.202208271102.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202208271102/plugins/ (78.85kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.1.202208110935.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935/plugins/ (46.57kB) [INFO] Fetching org.eclipse.gef_3.13.0.202211301913.jar from https://download.eclipse.org/tools/gef/classic/releases/3.15.0/plugins/ (996.08kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.26kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (124.56kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (103.8kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (79.72kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (135.98kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (1.17MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (97.2kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (105.06kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (52.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (220.07kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (66.66kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (127.88kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (321.79kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.modelexplorer:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.modelexplorer/pom.xml [INFO] Fetching org.apache.batik.anim_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (529.46kB) [INFO] Fetching org.apache.batik.dom.svg_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (253.47kB) [INFO] Fetching org.apache.batik.dom_1.16.0.v20230210-1249.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (206.11kB) [INFO] Fetching org.apache.batik.awt.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (452.28kB) [INFO] Fetching org.apache.batik.parser_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (94.68kB) [INFO] Fetching org.apache.batik.bridge_1.16.0.v20221027-0840.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (744.84kB) [INFO] Fetching org.apache.batik.gvt_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (212.25kB) [INFO] Fetching org.apache.batik.script_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (40.19kB) [INFO] Fetching org.apache.batik.xml_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (47.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (3.15MB) [INFO] Fetching org.apache.batik.codec_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (128.92kB) [INFO] Fetching org.apache.batik.transcoder_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (146.97kB) [INFO] Fetching org.apache.batik.ext_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (24.58kB) [INFO] Fetching org.apache.batik.svggen_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (251.99kB) [INFO] Fetching org.eclipse.emf.converter_2.12.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (96.31kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.1.202208110935.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R202208110935/plugins/ (25.11kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (17kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (223.38kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (94.13kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (141.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (96.87kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (201.9kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (122.19kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.properties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.representation.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.representation.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.types:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.types/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.ui:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.xtext:1.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.xtext/pom.xml [INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (586.39kB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (169.92kB) [INFO] Fetching org.apache.log4j_1.2.24.v20221221-2012.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (357.66kB) [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.89MB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (62.46kB) [INFO] Fetching org.eclipse.xtext_2.30.0.v20230227-1116.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (2.65MB) [INFO] Fetching org.eclipse.xtext.util_2.30.0.v20230227-1116.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (313.56kB) [INFO] Fetching org.eclipse.xtext.builder_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (394.87kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (252.07kB) [INFO] Fetching org.eclipse.xtext.smap_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (21.31kB) [INFO] Fetching org.eclipse.xtext.common.types_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (504.19kB) [INFO] Fetching org.objectweb.asm_9.4.0.v20221107-1714.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (134.94kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (496.58kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.editor:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.policy:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable:7.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui:3.5.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.architecture:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.resources:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.resources/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile.ui:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.onefile.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets:4.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.newchild.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.hyperlink/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.psf:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.psf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.sync:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.guava:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.guava/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.edit/pom.xml [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202211151334.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202211151334/plugins/ (248.12kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.common:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.readonly:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.readonly/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome.internationalization:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.editor.welcome.internationalization/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.extensionpoints.editors:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.extensionpoints.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.canonical:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common:4.3.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.model:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model/pom.xml [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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.model.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.dnd/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.export:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.export/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gef:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gef/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.hyperlink:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.hyperlink/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.menu:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.modelexplorer:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.navigation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.outline:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.outline/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.preferences:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.properties:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.viewersearcher:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.viewersearcher/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.welcome:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.widgets:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.assistant.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.configuration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.configuration/pom.xml [INFO] Fetching org.apache.commons.cli_1.4.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (66.54kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.8.0.v20221117-1134.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.14.0/plugins/ (197.66kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.14.0.v20221117-1134.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.14.0/plugins/ (16.77kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.8.0.v20221117-1134.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.14.0/plugins/ (40.79kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.14.0.v20221117-1134.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.14.0/plugins/ (234.41kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.14.0.v20221117-1134.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.14.0/plugins/ (24.37kB) [INFO] Fetching org.eclipse.xtext.generator_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (865.46kB) [INFO] Fetching org.eclipse.xtext.xbase_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (2.48MB) [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/ (63B) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.ecore_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (17.81kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.30.0.v20230227-1116.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (974.52kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.properties:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.theme:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css.theme/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css3.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext/pom.xml [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-Master-Releng/source/plugins/infra/gmfdiag/css/org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui/pom.xml [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (134.76kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (195.86kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (134.89kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer:5.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.newchild:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.newchild/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.resourceloading:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.resourceloading/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/modelexplorer/org.eclipse.papyrus.views.modelexplorer.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/properties/org.eclipse.papyrus.views.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.model.xwt:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/properties/org.eclipse.papyrus.views.properties.model.xwt/pom.xml [INFO] Fetching 3.10.7&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/mmt/qvto/updates/releases/ (63B) [INFO] Fetching org.eclipse.m2m.qvt.oml_3.10.7.v20220605-1149.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.7/plugins/ (1.06MB) [INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.10.2.v20220605-1149.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.7/plugins/ (68.36kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.9.0.v20220605-1149.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.7/plugins/ (870.19kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.10.2.v20220605-1149.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.7/plugins/ (143.94kB) [INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.10.6.v20220605-1149.jar from https://download.eclipse.org/mmt/qvto/updates/releases/3.10.7/plugins/ (77.17kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.services:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/properties/org.eclipse.papyrus.views.properties.services/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/validation/org.eclipse.papyrus.views.validation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/org.eclipse.papyrus.views.search/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/references/org.eclipse.papyrus.views.references/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/documentation/org.eclipse.papyrus.views.documentation/pom.xml [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (42.91kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.1.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (27.94kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (220.23kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (24.87kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.eclipse.project.editors:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/editor/org.eclipse.papyrus.eclipse.project.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/editor/org.eclipse.papyrus.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.perspectiveconfiguration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/editor/org.eclipse.papyrus.editor.perspectiveconfiguration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.appearance:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.appearance/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.commands:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.commands/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.controlmode.profile:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.controlmode.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.documentation.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.documentation.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.types.core:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.types.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.extensionpoints:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.extensionpoints/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.filters/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.filters.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.filters.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.icons/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.import:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.import/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.export:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.export/pom.xml [INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (308.6kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.modelrepair/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.navigation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.navigation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.oclconstraintevaluation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.oclconstraintevaluation/pom.xml [INFO] Fetching org.eclipse.ocl.pivot_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (3.5MB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (249.94kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (353.45kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (259.97kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20221116-1811.jar from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202211161811/plugins/ (138.71kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.perspective:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.perspective/pom.xml [INFO] Fetching org.eclipse.ui.intro_3.6.600.v20220619-1918.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (346.47kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.resourceloading.profile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.resourceloading.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.search.ui/pom.xml [INFO] Fetching org.eclipse.jdt.annotation_2.2.700.v20220826-1026.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (27.04kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (29.57kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (87.68kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (391.24kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (416.67kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (421.36kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (218.89kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (577.12kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (80.94kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (101.46kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (208.28kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (228kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (218.29kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (696.09kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (91.07kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (183.14kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.service.types/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.types.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.service.types.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.service.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.service.validation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.services.decoration:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.services.decoration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.templaterepository:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.templaterepository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/org.eclipse.papyrus.uml.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf/pom.xml [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.33.0.v20230211-1150.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.33.0/plugins/ (192.75kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.common.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.common.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.libraries:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.libraries/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.to.fuml:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.to.fuml/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.ui:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/alf/org.eclipse.papyrus.uml.alf.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/architecture/org.eclipse.papyrus.uml.architecture/pom.xml [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202208271102.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202208271102/plugins/ (23.36kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (73.91kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.controlmode:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.properties:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.ui:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.activity:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.clazz:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.groups:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.groups/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.communication:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.component:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.composite:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.css/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.deployment:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.dnd:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.icons:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.icons/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.interactionoverview:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.linklf:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.linklf/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.menu:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.menu/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.modelexplorer:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.navigation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.navigation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence:7.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.sequence.restrictions:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.restrictions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.statemachine:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.stereotype.edition:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotype.edition/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.symbols.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.symbols.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.timing:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.usecase:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.wizards:4.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.uml-expressions:org.eclipse.papyrus.uml.expressions.edit:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.edit/pom.xml [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-Master-Releng/source/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.widgets:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.widgets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable:6.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.clazz.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.generic.config:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.config/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.matrix:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.menu:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.menu/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.properties:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.richtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.stereotype.display:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.integration:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.integration/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.xtext.valuespecification:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.xtext.valuespecification/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter:2.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.drafter.documentation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.documentation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties:4.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.xtext/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.collaborationuse.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.common.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.common.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext/pom.xml [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (151.88kB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (164.77kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (13.14kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (23.25kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (284.08kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (315.69kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.18.0.v20221201-0557.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.18.0/plugins/ (404.67kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.javaconstraint:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.javaconstraint/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.message.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.message.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.parameter.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.port.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.property.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.state.xtext:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.state.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.transition.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.transition.xtext.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.valuespecification.xtext:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui/pom.xml [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-Master-Releng/source/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools:5.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.utils:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.core:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.validation:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/xtext/org.eclipse.papyrus.uml.xtext.integration.validation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.edit:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.utils:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.utils/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.common:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common/pom.xml [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-Master-Releng/source/plugins/uml/m2m/org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.api.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.api.migration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.copypaste.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.copypaste.ui.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.developer.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.developer.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.dsml.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.dsml.validation.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.doc/pom.xml [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (2.36MB) [INFO] Fetching org.apache.lucene.analysis-common_9.4.2.v20221211-0752.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (1.85MB) [INFO] Fetching org.apache.lucene.core_9.4.2.v20221211-0752.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (3.69MB) [INFO] Fetching org.apache.lucene.analysis-smartcn_9.4.2.v20221211-0752.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (3.45MB) [INFO] Fetching org.eclipse.core.net_1.4.0.v20220813-1037.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (49.45kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.700.v20220801-1124.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (29.14kB) [INFO] Fetching org.eclipse.osgi.services_3.11.100.v20221006-1531.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (48.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (12.61kB) [INFO] Fetching org.eclipse.help.base_4.3.1000.v20230302-0300.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (434.56kB) [INFO] Fetching org.eclipse.help.webapp_3.10.1000.v20221221-1358.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (738.67kB) [INFO] Fetching org.osgi.service.wireadmin_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (42.85kB) [INFO] Fetching org.osgi.service.provisioning_1.2.0.201505202024.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (13.38kB) [INFO] Fetching org.osgi.service.upnp_1.2.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (30.58kB) [INFO] Fetching org.osgi.service.useradmin_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (35.82kB) [INFO] Fetching org.osgi.service.device_1.1.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (19.88kB) [INFO] Fetching org.osgi.service.cm_1.6.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (54.28kB) [INFO] Fetching org.osgi.service.metatype_1.4.1.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (29.67kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.common.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.gmfdiag.css.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.emf.expressions.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.internationalization.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.nattable.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.newchild.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.services.decoration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.services.navigation.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.architecture.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.types.doc:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.infra.types.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.req.reqif.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.req.reqif.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.decoratormodel.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.common.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.diagram.common.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.profile.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.migration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.migration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelrepair.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.modelrepair.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.profile.assistants.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.customization.doc:0.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.profile.customization.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.profile.types.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.ui.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.uml.search.ui.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.views.properties.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.views.references.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.views.documentation.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.customization.paletteconfiguration.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.customization.paletteconfiguration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.toolsmiths.profilemigration.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.architecture.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.toolsmiths.architecture.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.toolsmiths.validation.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.plugin.builder.doc:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.toolsmiths.plugin.builder.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/doc/org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk:6.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/sdk/org.eclipse.papyrus.sdk/pom.xml [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/ (433B) [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/ (87.49kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.lifecycleevents:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/core/org.eclipse.papyrus.example.core.lifecycleevents/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.fulleditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.fulleditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.core.sashwindows.simpleeditor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/core/org.eclipse.papyrus.example.core.sashwindows.simpleeditor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.outline.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/emf/org.eclipse.papyrus.outline.emftree/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.infra.servicesregistry.retrieval:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/infra/org.eclipse.papyrus.example.infra.servicesregistry.retrieval/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/infra/org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.text.instance:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/others/org.eclipse.papyrus.example.text.instance/pom.xml [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-Master-Releng/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.newresource/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.comment.editor.sharedresource:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/uml/org.eclipse.papyrus.example.uml.comment.editor.sharedresource/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.emftree:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/uml/org.eclipse.papyrus.uml.diagram.emftree/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textual.editors.example:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/uml/org.eclipse.papyrus.uml.textual.editors.example/pom.xml [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-Master-Releng/source/examples/uml/org.eclipse.papyrus.uml.disable.helper.advices.example/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.diagrams:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/uml/org.eclipse.papyrus.examples.uml.diagrams/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.nattable.actions:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.actions/pom.xml [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-Master-Releng/source/examples/uml/org.eclipse.papyrus.example.uml.nattable.empty.line/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.example.uml.services.decorator:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/uml/org.eclipse.papyrus.example.uml.services.decorator/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/uml/org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.examples.user.qvto:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/examples/user/org.eclipse.papyrus.examples.user.qvto/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.sdk.feature:6.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.sdk.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.doc.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.editor.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.editor.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.emf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.emf.facet.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.feature:3.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.architecture.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.core.feature:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.core.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.emf.expressions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.css.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.css.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.feature:3.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.gmfdiag.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.internationalization.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.nattable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.services.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.services.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.feature:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.textedit.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.feature:3.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.viewpoints.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.viewpoints.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.widget.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.infra.widget.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.feature:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.alf.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.architecture.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.architecture.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.decoratormodel.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.decoratormodel.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.css.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.css.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.diagram.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.diagram.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.expressions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.modelexplorer.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.modelexplorer.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.internationalization.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.m2m.qvto.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.m2m.qvto.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.nattable.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.properties.feature:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.properties.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.search.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.search.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.textedit.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.tools.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.tools.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.ui.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.ui.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.xtext.integration.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.uml.xtext.integration.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.views.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.modelexplorer.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.views.modelexplorer.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.properties.feature:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.views.properties.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.references.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.views.references.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.views.documentation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.search.feature:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.views.search.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.validation.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus-main-features/org.eclipse.papyrus.views.validation.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.user.examples.feature:0.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/features/papyrus.user.examples-features/org.eclipse.papyrus.user.examples.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2:6.5.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/releng/main/site/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.papyrus.main.releng [pom] [INFO] Papyrus Main Plugins [pom] [INFO] Papyrus EMF [pom] [INFO] Papyrus Infra [pom] [INFO] Papyrus Infra Core [pom] [INFO] org.eclipse.papyrus.infra.core.log [eclipse-plugin] [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] 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] Papyrus Views [pom] [INFO] Papyrus Properties View [pom] [INFO] org.eclipse.papyrus.views.properties.services [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] 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.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] 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] Papyrus Infra TextEdit [pom] [INFO] org.eclipse.papyrus.infra.textedit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.edit [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.guava [eclipse-plugin] [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 Model Explorer View [pom] [INFO] org.eclipse.papyrus.views.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.modelexplorer [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.properties [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.representation [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.ui [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.representation.architecture [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.representation.edit [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.types [eclipse-plugin] [INFO] org.eclipse.papyrus.extensionpoints.editors [eclipse-plugin] [INFO] Papyrus UML [pom] [INFO] Papyrus UML Xtext Integration [pom] [INFO] org.eclipse.papyrus.uml.xtext.integration.core [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.textedit.xtext [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.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.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] 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] 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] 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 Profile Types 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 Toolsmiths Plug-in Builders doc [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.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.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.uml.textedit.property.xtext.architecture [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] org.eclipse.papyrus.infra.textedit.feature [eclipse-feature] [INFO] Papyrus Examples Features [pom] [INFO] org.eclipse.papyrus.user.examples.feature [eclipse-feature] [INFO] org.eclipse.papyrus.main.targetplatform [eclipse-target-definition] [INFO] org.eclipse.papyrus.p2 [eclipse-repository] [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.main.releng >--------- [INFO] Building org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT [1/487] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.main.releng --- [INFO] [INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.plugins >----------- [INFO] Building Papyrus Main Plugins 0.0.1-SNAPSHOT [2/487] [INFO] from ../../plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.plugins --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [3/487] [INFO] from ../../plugins/emf/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus-emf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus-emf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus-emf --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus-emf --- [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.infra >------------ [INFO] Building Papyrus Infra 0.0.1-SNAPSHOT [4/487] [INFO] from ../../plugins/infra/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [5/487] [INFO] from ../../plugins/infra/core/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-core --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [6/487] [INFO] from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.log/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.log --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.log --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.log... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.800.v20221116-1440.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (251.02kB) [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.core.log --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.log/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.core.log --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.log --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.log --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.log --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.core.log --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.core.log --- [INFO] No tests to run. [INFO] [INFO] ------------< org.eclipse.papyrus:org.eclipse.papyrus.emf >------------- [INFO] Building org.eclipse.papyrus.emf 2.0.0-SNAPSHOT [7/487] [INFO] from ../../plugins/emf/org.eclipse.papyrus.emf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf --- [INFO] Resolving class path of org.eclipse.papyrus.emf... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (13.13kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.300.v20220904-1118.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (25.53kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.500.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (59.56kB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (28.06kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (40.75kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.400.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (27.41kB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.300.v20220812-1420.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (39.29kB) [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf/target/org.eclipse.papyrus.emf-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.emf.ui >----------- [INFO] Building org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT [8/487] [INFO] from ../../plugins/emf/org.eclipse.papyrus.emf.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.ui --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.ui... [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.200.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (12.11kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.300.v20230220-0932.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (12.59kB) [INFO] Fetching org.eclipse.ui.cocoa_1.3.100.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (11.39kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.13.100.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (31.78kB) [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf.ui/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/emf/org.eclipse.papyrus.emf.ui/target/org.eclipse.papyrus.emf.ui-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.ui --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.facet >------------ [INFO] Building EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT [9/487] [INFO] from ../../plugins/facet/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.facet --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [10/487] [INFO] from ../../plugins/facet/editor/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.facet-editor --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [11/487] [INFO] from ../../plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.doc... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.custom.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.custom.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.custom.doc --- [INFO] No tests to run. [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 [12/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.common.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.common.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.common.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.common.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.common.core --- [INFO] No tests to run. [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 [13/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.util.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.util.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.util.core --- [INFO] No tests to run. [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 [14/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.common.sdk.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.sdk.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.common.sdk.core --- [INFO] No tests to run. [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 [15/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.common.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.common.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.common.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.common.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.common.ui --- [INFO] No tests to run. [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 [16/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.catalog... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.catalog/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.util.emf.catalog --- [INFO] No tests to run. [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 [17/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.metamodel... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet.metamodel --- [INFO] No tests to run. [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 [18/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.metamodel... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Compiling 55 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 7 problems (7 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.custom.metamodel --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.efacet >------ [INFO] Building org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT [19/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet/target/org.eclipse.papyrus.emf.facet.efacet-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet --- [INFO] No tests to run. [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 [20/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.catalog... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.catalog/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet.catalog --- [INFO] No tests to run. [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 [21/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.pde.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.pde.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.util.pde.core --- [INFO] No tests to run. [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 [22/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.util.emf.core --- [INFO] No tests to run. [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 [23/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Compiling 86 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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") 11 problems (11 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet.core --- [INFO] No tests to run. [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 [24/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.custom.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.custom.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.custom.core --- [INFO] No tests to run. [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 [25/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.metamodel.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] Compiling 41 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.metamodel.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet.metamodel.edit --- [INFO] No tests to run. [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 [26/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.metamodel.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.custom.metamodel.edit --- [INFO] No tests to run. [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 [27/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.sdk.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.custom.sdk.core --- [INFO] No tests to run. [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 [28/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.java/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.java... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.query.java --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.query.java --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.query.java --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.tools >--------- [INFO] Building org.eclipse.papyrus.infra.tools 4.2.0-SNAPSHOT [29/487] [INFO] from ../../plugins/infra/core/org.eclipse.papyrus.infra.tools/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.tools --- [INFO] The project's OSGi version is 4.2.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.tools --- [INFO] Resolving class path of org.eclipse.papyrus.infra.tools... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.tools --- [INFO] Compiling 56 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/org/eclipse/papyrus/infra/tools/util/ClassLoaderHelper.java:[553] return theClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 94 problems (94 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.tools --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.tools/target/org.eclipse.papyrus.infra.tools-4.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.tools --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.tools --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.tools --- [INFO] No tests to run. [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 [30/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.java.metamodel... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.metamodel/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.query.java.metamodel --- [INFO] No tests to run. [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 [31/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.java.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.query.java.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.query.java.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.query.java.core --- [INFO] No tests to run. [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 [32/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.swt... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.swt/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.util.swt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.util.swt --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.util.swt --- [INFO] No tests to run. [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 [33/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.jface.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.jface.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.util.jface.ui --- [INFO] No tests to run. [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 [34/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Compiling 67 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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") 13 problems (13 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.util.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.util.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.util.ui --- [INFO] No tests to run. [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 [35/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] Compiling 69 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.custom.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.custom.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.custom.ui --- [INFO] No tests to run. [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 [36/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 8. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 9. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 10 problems (0 errors, 8 warnings, 2 infos) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.util.emf.ui --- [INFO] No tests to run. [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 [37/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.sdk.ui... [INFO] Fetching org.eclipse.ui.win32_3.4.600.v20230214-1401.jar from https://download.eclipse.org/eclipse/updates/4.27/R-4.27-202303020300/plugins/ (24.48kB) [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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") 4. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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") 11. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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") 14 problems (0 errors, 12 warnings, 2 infos) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.sdk.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet.sdk.ui --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.widgets >------ [INFO] Building org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT [38/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.widgets/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.widgets... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.widgets --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets/target/org.eclipse.papyrus.emf.facet.widgets-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.widgets --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.widgets --- [INFO] No tests to run. [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 [39/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.widgets.celleditors... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] Compiling 64 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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 4. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 22 problems (0 errors, 21 warnings, 1 info) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.widgets.celleditors --- [INFO] No tests to run. [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 [40/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.sdk.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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") 7. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 22 problems (0 errors, 20 warnings, 2 infos) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.sdk.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.custom.sdk.ui --- [INFO] No tests to run. [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 [41/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.ocl.metamodel... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.metamodel/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.query.ocl.metamodel --- [INFO] No tests to run. [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 [42/487] [INFO] from ../../plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.metamodel.editor... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor --- [INFO] No tests to run. [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 [43/487] [INFO] from ../../plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.doc >-------- [INFO] Building org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT [44/487] [INFO] from ../../plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.doc... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/editor/org.eclipse.papyrus.emf.facet.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.doc --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra-types >--------- [INFO] Building Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT [45/487] [INFO] from ../../plugins/infra/types/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-types --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-types --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-types --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [46/487] [INFO] from ../../plugins/infra/types/org.eclipse.papyrus.infra.types/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types --- [INFO] The project's OSGi version is 5.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types --- [INFO] Resolving class path of org.eclipse.papyrus.infra.types... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.types --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.types --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types/target/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types/target/org.eclipse.papyrus.infra.types-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.types --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.types --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.architecture >--- [INFO] Building org.eclipse.papyrus.infra.core.architecture 3.1.0-SNAPSHOT [47/487] [INFO] from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] The project's OSGi version is 3.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.architecture... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.core.architecture --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture/target/org.eclipse.papyrus.infra.core.architecture-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.core.architecture --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.core.architecture --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.emf.facet.architecture >--- [INFO] Building org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT [48/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.architecture/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] The project's OSGi version is 1.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.architecture... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.architecture --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture/target/org.eclipse.papyrus.emf.facet.architecture-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.architecture --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.architecture --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.edit >------ [INFO] Building org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT [49/487] [INFO] from ../../plugins/infra/types/org.eclipse.papyrus.infra.types.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.edit --- [INFO] The project's OSGi version is 5.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.types.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.types.edit --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.types.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.types.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.types.edit --- [INFO] No tests to run. [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 [50/487] [INFO] from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.architecture.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.architecture.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.core.architecture.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.core.architecture.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.core.architecture.edit --- [INFO] No tests to run. [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 [51/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] The project's OSGi version is 1.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.architecture.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.custom.metamodel.edit/bin') 3 problems (3 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.architecture.edit --- [INFO] No tests to run. [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 [52/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.aggregate.doc... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.aggregate.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.aggregate.doc --- [INFO] No tests to run. [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 [53/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.doc... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet.doc --- [INFO] No tests to run. [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 [54/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet.edit --- [INFO] No tests to run. [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 [55/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.editor... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet.editor --- [INFO] No tests to run. [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 [56/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.efacet.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] Compiling 98 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 8. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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") 19 problems (0 errors, 17 warnings, 2 infos) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.efacet.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.efacet.ui --- [INFO] No tests to run. [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 [57/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.java.sdk.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.java.sdk.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.query.java.sdk.ui --- [INFO] No tests to run. [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 [58/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.ocl.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.query.ocl.core --- [INFO] No tests to run. [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 [59/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui --- [INFO] No tests to run. [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 [60/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.util.emf.doc... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] No sources to compile [WARNING] Source directory /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/src does not exist [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.doc/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.util.emf.doc --- [INFO] No tests to run. [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 [61/487] [INFO] from ../../plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] Resolving class path of org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal 8 problems (0 errors, 7 warnings, 1 info) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra-architecture >----- [INFO] Building Papyrus Infra Architecture 0.0.1-SNAPSHOT [62/487] [INFO] from ../../plugins/infra/architecture/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-architecture --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-architecture --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-architecture --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [63/487] [INFO] from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.sashwindows.di... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 32 problems (32 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sashwindows.di/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.core.sashwindows.di --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.core >--------- [INFO] Building org.eclipse.papyrus.infra.core 4.4.0-SNAPSHOT [64/487] [INFO] from ../../plugins/infra/core/org.eclipse.papyrus.infra.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core --- [INFO] The project's OSGi version is 4.4.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.core --- [INFO] Compiling 136 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.18.200.v20230209-0754/org.eclipse.core.resources-3.18.200.v20230209-0754.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 19 problems (19 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/target/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/target/org.eclipse.papyrus.infra.core-4.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.core --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-emf >---------- [INFO] Building Papyrus EMF Infrastructure 0.0.1-SNAPSHOT [65/487] [INFO] from ../../plugins/infra/emf/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-emf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-emf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-emf --- [INFO] [INFO] --- tycho-p2:2.7.5: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.3.0-SNAPSHOT [66/487] [INFO] from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf --- [INFO] The project's OSGi version is 4.3.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf --- [INFO] Compiling 78 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/org.eclipse.papyrus.infra.emf-4.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/target/org.eclipse.papyrus.infra.emf-4.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-services >------- [INFO] Building Papyrus Infra Services 0.0.1-SNAPSHOT [67/487] [INFO] from ../../plugins/infra/services/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-services --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-services --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-services --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [68/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.markerlistener... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.markerlistener/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.markerlistener --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.markerlistener --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.markerlistener --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.edit >----- [INFO] Building org.eclipse.papyrus.infra.services.edit 4.1.0-SNAPSHOT [69/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit --- [INFO] The project's OSGi version is 4.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 9 problems (9 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit/target/org.eclipse.papyrus.infra.services.edit-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.edit --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture >----- [INFO] Building org.eclipse.papyrus.infra.architecture 3.2.0-SNAPSHOT [70/487] [INFO] from ../../plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.architecture --- [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/xtend-gen (includes = [], excludes = [**/.gitignore]) [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture --- [INFO] The project's OSGi version is 3.2.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture --- [INFO] Resolving class path of org.eclipse.papyrus.infra.architecture... [INFO] [INFO] --- xtend:2.30.0:compile (default) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.architecture --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.architecture --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/org.eclipse.papyrus.infra.architecture-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture/target/org.eclipse.papyrus.infra.architecture-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.architecture --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.architecture --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra-constraints >------ [INFO] Building Papyrus Infra Constraints 0.0.1-SNAPSHOT [71/487] [INFO] from ../../plugins/infra/constraints/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-constraints --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-constraints --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-constraints --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [72/487] [INFO] from ../../plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.constraints --- [INFO] Resolving class path of org.eclipse.papyrus.infra.constraints... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.constraints --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 1 problem (1 warning) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.constraints --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints/target/org.eclipse.papyrus.infra.constraints-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.constraints --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.constraints --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.architecture.representation >-- [INFO] Building org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT [73/487] [INFO] from ../../plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] Resolving class path of org.eclipse.papyrus.infra.architecture.representation... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.architecture.representation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.architecture.representation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.architecture.representation --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.edit >--- [INFO] Building org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT [74/487] [INFO] from ../../plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.constraints.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.constraints.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.constraints.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.constraints.edit --- [INFO] No tests to run. [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 [75/487] [INFO] from ../../plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.architecture.representation.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/architecture/org.eclipse.papyrus.infra.architecture.representation.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.architecture.representation.edit --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.core.sasheditor >---- [INFO] Building org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT [76/487] [INFO] from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[36] import org.eclipse.ui.IKeyBindingService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[37] import org.eclipse.ui.INestableKeyBindingService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.KeyBindingService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'KeyBindingService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.PartSite; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.PopupMenuExtender; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.WorkbenchPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.contexts.NestableContextService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.expressions.ActivePartExpression; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ActivePartExpression' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.handlers.LegacyHandlerService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.INestable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.IServiceLocatorCreator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IServiceLocatorCreator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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.IWorkbenchLocationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IWorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[53] import org.eclipse.ui.internal.services.ServiceLocator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[54] import org.eclipse.ui.internal.services.WorkbenchLocationService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WorkbenchLocationService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[73] public class MultiPageEditorSite implements IMultiPageEditorSite, INestable { ^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[92] private List menuExtenders; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PopupMenuExtender' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[122] private IKeyBindingService service = null; ^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[128] private final ServiceLocator serviceLocator; ^^^^^^^^^^^^^^ Discouraged access: The type 'ServiceLocator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[131] private NestableContextService contextService; ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NestableContextService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[228] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[228] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[228] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[228] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[244] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[244] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[244] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[244] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[260] IHandlerService handlerService = new LegacyHandlerService(context); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LegacyHandlerService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[260] IHandlerService handlerService = new LegacyHandlerService(context); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LegacyHandlerService(IEclipseContext)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[275] serviceLocator.activate(); ^^^^^^^^ Discouraged access: The method 'ServiceLocator.activate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[278] contextService.activate(); ^^^^^^^^ Discouraged access: The method 'NestableContextService.activate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[293] contextService.deactivate(); ^^^^^^^^^^ Discouraged access: The method 'NestableContextService.deactivate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[296] serviceLocator.deactivate(); ^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.deactivate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[307] menuExtenders.get(i).dispose(); ^^^^^^^ Discouraged access: The method 'PopupMenuExtender.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[315] IKeyBindingService parentService = getMainEditorSite().getKeyBindingService(); ^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[315] IKeyBindingService parentService = getMainEditorSite().getKeyBindingService(); ^^^^^^^^^^^^^^^^^^^^^^ The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[316] if (parentService instanceof INestableKeyBindingService) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[317] INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[317] INestableKeyBindingService nestableParent = (INestableKeyBindingService) parentService; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[318] nestableParent.removeKeyBindingService(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removeKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[321] if (service instanceof KeyBindingService) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'KeyBindingService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[322] ((KeyBindingService) service).dispose(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'KeyBindingService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[322] ((KeyBindingService) service).dispose(); ^^^^^^^ Discouraged access: The method 'KeyBindingService.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[328] contextService.dispose(); ^^^^^^^ Discouraged access: The method 'SlaveContextService.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[333] serviceLocator.dispose(); ^^^^^^^ Discouraged access: The method 'ServiceLocator.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[394] 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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[394] public Object getAdapter(Class adapter) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[431] public IKeyBindingService getKeyBindingService() { ^^^^^^^^^^^^^^^^^^ The type IKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[433] service = getMainEditorSite().getKeyBindingService(); ^^^^^^^^^^^^^^^^^^^^^^ The method getKeyBindingService() from the type IWorkbenchPartSite is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[434] if (service instanceof INestableKeyBindingService) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[435] INestableKeyBindingService nestableService = (INestableKeyBindingService) service; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[435] INestableKeyBindingService nestableService = (INestableKeyBindingService) service; ^^^^^^^^^^^^^^^^^^^^^^^^^^ The type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[436] service = nestableService.getKeyBindingService(this); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getKeyBindingService(IWorkbenchSite) from the type INestableKeyBindingService is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[444] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[444] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[538] 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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[538] 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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[539] 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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[539] Object service = serviceLocator.getService(key); ^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.getService(Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[539] 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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[540] if (active && service instanceof INestable) { ^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[542] ((INestable) service).activate(); ^^^^^^^^^ Discouraged access: The type 'INestable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[542] ((INestable) service).activate(); ^^^^^^^^ Discouraged access: The method 'INestable.activate()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[613] 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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[614] return serviceLocator.hasService(key); ^^^^^^^^^^ Discouraged access: The method 'ServiceLocator.hasService(Class)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[652] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[652] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[660] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/org/eclipse/papyrus/infra/core/sasheditor/internal/eclipsecopy/MultiPageEditorSite.java:[660] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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") 103 problems (103 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.core.sasheditor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.core.sasheditor --- [INFO] No tests to run. [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 [77/487] [INFO] from ../../plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] Resolving class path of org.eclipse.papyrus.infra.core.sasheditor.di... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 38 problems (38 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.core.sasheditor.di --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-onefile >-------- [INFO] Building Papyrus Infra One-file 0.0.1-SNAPSHOT [78/487] [INFO] from ../../plugins/infra/onefile/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-onefile --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-onefile --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-onefile --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [79/487] [INFO] from ../../plugins/infra/emf/expressions/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf-expressions --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf-expressions --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf-expressions --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [80/487] [INFO] from ../../plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] Compiling 52 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.expressions --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.expressions --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.gmf >-------- [INFO] Building org.eclipse.papyrus.infra.emf.gmf 2.1.0-SNAPSHOT [81/487] [INFO] from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] The project's OSGi version is 2.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.gmf... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.emf.workspace/1.5.2.202208110935/org.eclipse.emf.workspace-1.5.2.202208110935.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.gmf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf/target/org.eclipse.papyrus.infra.emf.gmf-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.gmf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.gmf --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.labelprovider >-- [INFO] Building org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT [82/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.labelprovider... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.labelprovider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.labelprovider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.labelprovider --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.infra-ui >---------- [INFO] Building Papyrus Infra UI 0.0.1-SNAPSHOT [83/487] [INFO] from ../../plugins/infra/ui/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-ui --- [INFO] [INFO] --- tycho-p2:2.7.5: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.3.0-SNAPSHOT [84/487] [INFO] from ../../plugins/infra/ui/org.eclipse.papyrus.infra.widgets/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.widgets --- [INFO] The project's OSGi version is 4.3.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.widgets --- [INFO] Resolving class path of org.eclipse.papyrus.infra.widgets... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.widgets --- [INFO] Compiling 190 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/IntegerEditor.java:[81] Integer i = StringToNumberConverter.toInteger(false).convert(newString); ^^^^^^^ Discouraged access: The method 'AbstractStringToNumberConverter.convert(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.core.databinding/1.12.0.v20230214-1401/org.eclipse.core.databinding-1.12.0.v20230214-1401.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[61] return StringToNumberConverter.toInteger(false).convert(newString); ^^^^^^^ Discouraged access: The method 'AbstractStringToNumberConverter.convert(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.core.databinding/1.12.0.v20230214-1401/org.eclipse.core.databinding-1.12.0.v20230214-1401.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[67] IConverter integerToString = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[67] IConverter integerToString = new IConverter() { ^^^^^^^^^^ IConverter is a raw type. References to generic type IConverter should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/UnlimitedNaturalEditor.java:[114] 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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanCheckbox.java:[70] IObservableValue widgetObservable = WidgetProperties.widgetSelection().observe(checkbox); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/EnumRadio.java:[112] IObservableValue buttonObservable = WidgetProperties.widgetSelection().observe(button); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/StringLabel.java:[121] 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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[109] IObservableValue trueObservable = WidgetProperties.widgetSelection().observe(trueRadio); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/org/eclipse/papyrus/infra/widgets/editors/BooleanRadio.java:[110] IObservableValue falseObservable = WidgetProperties.widgetSelection().observe(falseRadio); ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 226 problems (226 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.widgets --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.widgets --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets/target/org.eclipse.papyrus.infra.widgets-4.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.widgets --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.widgets --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.widgets --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.widgets.toolbox >---- [INFO] Building org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT [85/487] [INFO] from ../../plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] Resolving class path of org.eclipse.papyrus.infra.widgets.toolbox... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 2 problems (2 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.widgets.toolbox/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.widgets.toolbox --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.widgets.toolbox --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.widgets.toolbox --- [INFO] No tests to run. [INFO] [INFO] -----------< org.eclipse.papyrus:org.eclipse.papyrus.views >------------ [INFO] Building Papyrus Views 0.0.1-SNAPSHOT [86/487] [INFO] from ../../plugins/views/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.views --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.views --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views --- [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.views-properties >------ [INFO] Building Papyrus Properties View 0.0.1-SNAPSHOT [87/487] [INFO] from ../../plugins/views/properties/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views-properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.views-properties --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.views-properties --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views-properties --- [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.properties.services >-- [INFO] Building org.eclipse.papyrus.views.properties.services 1.0.0-SNAPSHOT [88/487] [INFO] from ../../plugins/views/properties/org.eclipse.papyrus.views.properties.services/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.services --- [INFO] The project's OSGi version is 1.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.services --- [INFO] Resolving class path of org.eclipse.papyrus.views.properties.services... [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.properties.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.views.properties.services --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/properties/org.eclipse.papyrus.views.properties.services/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.services --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/properties/org.eclipse.papyrus.views.properties.services/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.views.properties.services --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.views.properties.services --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/properties/org.eclipse.papyrus.views.properties.services/target/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.services --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/views/properties/org.eclipse.papyrus.views.properties.services/target/org.eclipse.papyrus.views.properties.services-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.properties.services --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.views.properties.services --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.views.properties.services --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui >---------- [INFO] Building org.eclipse.papyrus.infra.ui 3.5.100-SNAPSHOT [89/487] [INFO] from ../../plugins/infra/ui/org.eclipse.papyrus.infra.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui --- [INFO] The project's OSGi version is 3.5.100.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui --- [INFO] Resolving class path of org.eclipse.papyrus.infra.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.ui --- [INFO] Compiling 131 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 56 problems (56 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/target/org.eclipse.papyrus.infra.ui-3.5.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra-internationalization >-- [INFO] Building Papyrus Internationalization 0.0.1-SNAPSHOT [90/487] [INFO] from ../../plugins/infra/internationalization/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-internationalization --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-internationalization --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-internationalization --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [91/487] [INFO] from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.common... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.common/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.internationalization.common --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.internationalization.common --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.internationalization.common --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-nattable >------- [INFO] Building Papyrus Nattable 0.0.1-SNAPSHOT [92/487] [INFO] from ../../plugins/infra/nattable/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-nattable --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-nattable --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-nattable --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [93/487] [INFO] from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] The project's OSGi version is 5.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] Compiling 229 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.nattable.model --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.nattable.model --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.nattable.model --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization >-- [INFO] Building org.eclipse.papyrus.infra.internationalization 2.1.0-SNAPSHOT [94/487] [INFO] from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization --- [INFO] The project's OSGi version is 2.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization --- [INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.internationalization --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization/target/org.eclipse.papyrus.infra.internationalization-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.internationalization --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.internationalization --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.onefile >-------- [INFO] Building org.eclipse.papyrus.infra.onefile 3.1.0-SNAPSHOT [95/487] [INFO] from ../../plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.onefile --- [INFO] The project's OSGi version is 3.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.onefile --- [INFO] Resolving class path of org.eclipse.papyrus.infra.onefile... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.onefile --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 13 problems (13 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.onefile --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.onefile --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.onefile --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/onefile/org.eclipse.papyrus.infra.onefile/target/org.eclipse.papyrus.infra.onefile-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.onefile --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.onefile --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.onefile --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.editor >-- [INFO] Building org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT [96/487] [INFO] from ../../plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] Resolving class path of org.eclipse.papyrus.infra.constraints.editor... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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 6 problems (6 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.constraints.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.constraints.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.constraints.editor --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.constraints.ui >---- [INFO] Building org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT [97/487] [INFO] from ../../plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] Resolving class path of org.eclipse.papyrus.infra.constraints.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/constraints/org.eclipse.papyrus.infra.constraints.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.constraints.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.constraints.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.constraints.ui --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra-editor >-------- [INFO] Building Papyrus Editor Welcome Page 0.0.1-SNAPSHOT [98/487] [INFO] from ../../plugins/infra/editor/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-editor --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-editor --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [99/487] [INFO] from ../../plugins/infra/properties/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-properties --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-properties --- [INFO] [INFO] --- tycho-p2:2.7.5: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.1.0-SNAPSHOT [100/487] [INFO] from ../../plugins/infra/properties/org.eclipse.papyrus.infra.properties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties --- [INFO] The project's OSGi version is 4.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties --- [INFO] Resolving class path of org.eclipse.papyrus.infra.properties... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.properties --- [INFO] Compiling 98 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.properties --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties/target/org.eclipse.papyrus.infra.properties-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.properties --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.properties --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.readonly >----- [INFO] Building org.eclipse.papyrus.infra.emf.readonly 4.1.0-SNAPSHOT [101/487] [INFO] from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] The project's OSGi version is 4.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.readonly... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.readonly --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly/target/org.eclipse.papyrus.infra.emf.readonly-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.readonly --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.readonly --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.emf >-------- [INFO] Building org.eclipse.papyrus.infra.ui.emf 3.1.100-SNAPSHOT [102/487] [INFO] from ../../plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] The project's OSGi version is 3.1.100.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] Resolving class path of org.eclipse.papyrus.infra.ui.emf... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] Compiling 43 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/facet/org.eclipse.papyrus.emf.facet.util.emf.core/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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 9 problems (9 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.ui.emf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf/target/org.eclipse.papyrus.infra.ui.emf-3.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.ui.emf --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.ui.emf --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.ui >----- [INFO] Building org.eclipse.papyrus.infra.properties.ui 4.1.0-SNAPSHOT [103/487] [INFO] from ../../plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] The project's OSGi version is 4.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] Resolving class path of org.eclipse.papyrus.infra.properties.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] Compiling 115 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/runtime/DefaultDisplayEngine.java:[373] constraintEvaluationCache.replace(key, new Boolean(value)); ^^^^^^^^^^^^^^ The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/org/eclipse/papyrus/infra/properties/ui/runtime/DefaultDisplayEngine.java:[375] constraintEvaluationCache.put(key, new Boolean(value)); ^^^^^^^^^^^^^^ The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.views.properties.tabbed/3.9.400.v20230220-1021/org.eclipse.ui.views.properties.tabbed-3.9.400.v20230220-1021.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.properties.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui/target/org.eclipse.papyrus.infra.properties.ui-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.properties.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.properties.ui --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.editor.welcome >---- [INFO] Building org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT [104/487] [INFO] from ../../plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] Resolving class path of org.eclipse.papyrus.infra.editor.welcome... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[42] import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[487] TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[487] 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-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[578] TransactionHelper.run(EMFHelper.resolveEditingDomain(welcome), () -> { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/org/eclipse/papyrus/infra/editor/welcome/internal/WelcomeLayout.java:[578] 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-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui/bin') 18 problems (18 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.editor.welcome --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.editor.welcome --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.editor.welcome --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.navigation >-- [INFO] Building org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT [105/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.navigation... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.navigation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.navigation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.navigation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.navigation --- [INFO] No tests to run. [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 [106/487] [INFO] from ../../plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] Resolving class path of org.eclipse.papyrus.infra.editor.welcome.nattable... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.nattable/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.editor.welcome.nattable --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.appearance >---- [INFO] Building org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT [107/487] [INFO] from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.appearance... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal 3 problems (3 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.appearance/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.appearance --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.appearance --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.appearance --- [INFO] No tests to run. [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 [108/487] [INFO] from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.diagram.common... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.diagram.common/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.diagram.common --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.diagram.common --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.diagram.common --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.core >------ [INFO] Building org.eclipse.papyrus.infra.types.core 5.1.0-SNAPSHOT [109/487] [INFO] from ../../plugins/infra/types/org.eclipse.papyrus.infra.types.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.core --- [INFO] The project's OSGi version is 5.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.core --- [INFO] Resolving class path of org.eclipse.papyrus.infra.types.core... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.types.core --- [INFO] Compiling 68 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.types.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.core --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.core/target/org.eclipse.papyrus.infra.types.core-5.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.core --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.types.core --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.types.core --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.types.rulebased >---- [INFO] Building org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT [110/487] [INFO] from ../../plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] The project's OSGi version is 5.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] Resolving class path of org.eclipse.papyrus.infra.types.rulebased... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/org/eclipse/papyrus/infra/types/rulebased/core/DefaultRuleEditHelperAdvice.java:[87] values.addAll((List) value); ^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List 3 problems (3 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/types/org.eclipse.papyrus.infra.types.rulebased/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.types.rulebased --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.types.rulebased --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.types.rulebased --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-filters >-------- [INFO] Building Papyrus Infra Filters Model 0.0.1-SNAPSHOT [111/487] [INFO] from ../../plugins/infra/filters/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-filters --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-filters --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-filters --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [112/487] [INFO] from ../../plugins/infra/filters/org.eclipse.papyrus.infra.filters/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.filters --- [INFO] Resolving class path of org.eclipse.papyrus.infra.filters... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.filters --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.filters --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.filters --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters/target/org.eclipse.papyrus.infra.filters-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.filters --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.filters --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.filters --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.filters.edit >----- [INFO] Building org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT [113/487] [INFO] from ../../plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.filters.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/filters/org.eclipse.papyrus.infra.filters.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.filters.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.filters.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.filters.edit --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.types >------- [INFO] Building org.eclipse.papyrus.infra.emf.types 5.0.0-SNAPSHOT [114/487] [INFO] from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.types --- [INFO] The project's OSGi version is 5.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.types --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.types... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.types --- [INFO] Compiling 113 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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") 19 problems (19 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.types --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.types --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.types --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.types --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.types --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.edit >---- [INFO] Building org.eclipse.papyrus.infra.properties.edit 4.1.0-SNAPSHOT [115/487] [INFO] from ../../plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] The project's OSGi version is 4.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.properties.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.properties.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.edit/target/org.eclipse.papyrus.infra.properties.edit-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.properties.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.properties.edit --- [INFO] No tests to run. [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 [116/487] [INFO] from ../../plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] The project's OSGi version is 5.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.types.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf.types.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.types.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.types.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.types.ui --- [INFO] No tests to run. [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 [117/487] [INFO] from ../../plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.expressions.edit --- [INFO] No tests to run. [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 [118/487] [INFO] from ../../plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.editor... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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") 2 problems (2 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.expressions.editor --- [INFO] No tests to run. [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 [119/487] [INFO] from ../../plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.expressions.properties... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.properties/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.emf.expressions.properties --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.properties.editor >--- [INFO] Building org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT [120/487] [INFO] from ../../plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] Resolving class path of org.eclipse.papyrus.infra.properties.editor... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/environment/presentation/EnvironmentEditor.java:[1333] @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src-gen/org/eclipse/papyrus/infra/properties/ui/presentation/UiEditor.java:[1334] @SuppressWarnings("rawtypes") ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") 2 problems (2 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/properties/org.eclipse.papyrus.infra.properties.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.properties.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.properties.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.properties.editor --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.architecture >-- [INFO] Building org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT [121/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.architecture... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.architecture/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.architecture --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.architecture --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.architecture --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.controlmode >-- [INFO] Building org.eclipse.papyrus.infra.services.controlmode 3.1.0-SNAPSHOT [122/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] The project's OSGi version is 3.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.controlmode... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/emf/org.eclipse.papyrus.infra.emf/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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 11 problems (11 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.controlmode --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode/target/org.eclipse.papyrus.infra.services.controlmode-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.controlmode --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.controlmode --- [INFO] No tests to run. [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 [123/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.controlmode.history... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.history/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.controlmode.history --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.controlmode.history --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.controlmode.history --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.decoration >-- [INFO] Building org.eclipse.papyrus.infra.services.decoration 3.1.0-SNAPSHOT [124/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] The project's OSGi version is 3.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.decoration... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.decoration --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.decoration/target/org.eclipse.papyrus.infra.services.decoration-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.decoration --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.decoration --- [INFO] No tests to run. [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 [125/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.edit.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.edit.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.edit.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.edit.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.localizer >-- [INFO] Building org.eclipse.papyrus.infra.services.localizer 3.1.0-SNAPSHOT [126/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] The project's OSGi version is 3.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.localizer... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.localizer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.localizer/target/org.eclipse.papyrus.infra.services.localizer-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.localizer --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.localizer --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.openelement >-- [INFO] Building org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT [127/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.openelement... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.openelement/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.openelement --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.openelement --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.openelement --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.resourceloading >-- [INFO] Building org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT [128/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.resourceloading... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 5 problems (5 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.resourceloading --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.resourceloading --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.resourceloading --- [INFO] No tests to run. [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 [129/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.resourceloading.ui... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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) has been deprecated since version 9 and marked for removal 12 problems (12 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.resourceloading.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.semantic >--- [INFO] Building org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT [130/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.semantic... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.semantic --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.semantic --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.semantic --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.validation >-- [INFO] Building org.eclipse.papyrus.infra.services.validation 4.1.0-SNAPSHOT [131/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.validation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.validation --- [INFO] The project's OSGi version is 4.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.validation --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.validation... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.validation --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.validation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.validation/target/org.eclipse.papyrus.infra.services.validation-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.validation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.validation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.validation --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewersearch >-- [INFO] Building org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT [132/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.viewersearch... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewersearch/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.viewersearch --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.viewersearch --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.viewersearch --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.services.viewlabelprovider >-- [INFO] Building org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT [133/487] [INFO] from ../../plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] Resolving class path of org.eclipse.papyrus.infra.services.viewlabelprovider... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/services/org.eclipse.papyrus.infra.services.viewlabelprovider/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.services.viewlabelprovider --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-newchild >------- [INFO] Building Papyrus Infra New-Child Model 0.0.1-SNAPSHOT [134/487] [INFO] from ../../plugins/infra/newchild/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-newchild --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-newchild --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-newchild --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [135/487] [INFO] from ../../plugins/infra/gmfdiag/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-gmfdiag --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-gmfdiag --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-gmfdiag --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [136/487] [INFO] from ../../plugins/infra/gmfdiag/paletteconfiguration/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag-paletteconfiguration --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [137/487] [INFO] from ../../plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] The project's OSGi version is 5.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] Compiling 49 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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 7 problems (7 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/paletteconfiguration/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.representation >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT [138/487] [INFO] from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.representation... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 2 problems (2 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.representation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.gmfdiag.representation --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.internationalization.utils >-- [INFO] Building org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT [139/487] [INFO] from ../../plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] The project's OSGi version is 2.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] Resolving class path of org.eclipse.papyrus.infra.internationalization.utils... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.utils/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.internationalization.utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.internationalization.utils --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.internationalization.utils --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation >-- [INFO] Building org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT [140/487] [INFO] from ../../plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.representation... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.nattable.representation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.nattable.representation --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.nattable.representation --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.papyrus:org.eclipse.papyrus.infra-viewpoints >------ [INFO] Building Papyrus Infra Viewpoints 0.0.1-SNAPSHOT [141/487] [INFO] from ../../plugins/infra/viewpoints/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-viewpoints --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-viewpoints --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-viewpoints --- [INFO] [INFO] --- tycho-p2:2.7.5: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 [142/487] [INFO] from ../../plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] Resolving class path of org.eclipse.papyrus.infra.viewpoints.policy... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 69 problems (69 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.viewpoints.policy --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.viewpoints.policy --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.viewpoints.policy --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.commands >--- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT [143/487] [INFO] from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.commands... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[58] 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[59] 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/org/eclipse/papyrus/commands/DestroyElementPapyrusCommand.java:[70] protected List fileOfIncomingReferences(EObject destructee) { ^^^^ List is a raw type. References to generic type List should be parameterized 19 problems (19 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.gmfdiag.commands --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild >------- [INFO] Building org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT [144/487] [INFO] from ../../plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild --- [INFO] The project's OSGi version is 5.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild --- [INFO] Resolving class path of org.eclipse.papyrus.infra.newchild... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.newchild --- [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.newchild --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild/target/org.eclipse.papyrus.infra.newchild-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.newchild --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.newchild --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.edit >----- [INFO] Building org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT [145/487] [INFO] from ../../plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] The project's OSGi version is 5.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.newchild.edit... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.newchild.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.newchild.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.newchild.edit --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.newchild.editor >---- [INFO] Building org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT [146/487] [INFO] from ../../plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] The project's OSGi version is 4.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] Resolving class path of org.eclipse.papyrus.infra.newchild.editor... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/newchild/org.eclipse.papyrus.infra.newchild.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.newchild.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.newchild.editor --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.newchild.editor --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra-textedit >------- [INFO] Building Papyrus Infra TextEdit 0.0.1-SNAPSHOT [147/487] [INFO] from ../../plugins/infra/textedit/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-textedit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-textedit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-textedit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-textedit --- [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit >------- [INFO] Building org.eclipse.papyrus.infra.textedit 1.0.0-SNAPSHOT [148/487] [INFO] from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit --- [INFO] The project's OSGi version is 1.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.textedit... [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.textedit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.textedit --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.textedit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/target/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit/target/org.eclipse.papyrus.infra.textedit-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.textedit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.textedit --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.textedit.edit >----- [INFO] Building org.eclipse.papyrus.infra.textedit.edit 1.0.0-SNAPSHOT [149/487] [INFO] from ../../plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] The project's OSGi version is 1.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] Resolving class path of org.eclipse.papyrus.infra.textedit.edit... [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.textedit.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-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.textedit.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-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.textedit.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/target/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/textedit/org.eclipse.papyrus.infra.textedit.edit/target/org.eclipse.papyrus.infra.textedit.edit-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.textedit.edit --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.textedit.edit --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.style >----- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT [150/487] [INFO] from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] The project's OSGi version is 3.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.style... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.style/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.style --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/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:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.gmfdiag.style --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.gmfdiag.style --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.tooling.runtime >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.1.0-SNAPSHOT [151/487] [INFO] from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] The project's OSGi version is 4.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.tooling.runtime... [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing.win32_1.7.0.202211041032.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/releases/R202211041032/plugins/ (756.1kB) [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] Compiling 111 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ocl/3.18.0.v20221201-0557/org.eclipse.ocl-3.18.0.v20221201-0557.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ocl/3.18.0.v20221201-0557/org.eclipse.ocl-3.18.0.v20221201-0557.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.ocl/3.18.0.v20221201-0557/org.eclipse.ocl-3.18.0.v20221201-0557.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.7.2.202211041032/org.eclipse.gmf.runtime.diagram.ui.render-1.7.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.render/1.7.2.202211041032/org.eclipse.gmf.runtime.diagram.ui.render-1.7.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[44] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[45] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[263] scrollpane.setLayoutManager(new OverlayScrollPaneLayout()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OverlayScrollPaneLayout' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[263] scrollpane.setLayoutManager(new OverlayScrollPaneLayout()); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'OverlayScrollPaneLayout()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/LinkLFShapeCompartmentEditPart.java:[280] AnimatableScrollPane implements IMapMode { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AnimatableScrollPane' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.draw2d.ui/1.9.2.202211041032/org.eclipse.gmf.runtime.draw2d.ui-1.9.2.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type ConnectionBendpointEditPolicy2 needs unchecked conversion to conform to T from the type SelectionHandlesEditPolicy [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[1000] return super.getAdapter(key); ^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type SelectionHandlesEditPolicy [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/org/eclipse/papyrus/infra/gmfdiag/tooling/runtime/linklf/policies/ConnectionBendpointEditPolicy2.java:[1000] return super.getAdapter(key); ^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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 298 problems (298 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime/target/org.eclipse.papyrus.infra.gmfdiag.tooling.runtime-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.gmfdiag.tooling.runtime --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra-misc >--------- [INFO] Building Papyrus Infra Other Bundles 0.0.1-SNAPSHOT [152/487] [INFO] from ../../plugins/infra/misc/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra-misc --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra-misc --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra-misc --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra-misc --- [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.infra.guava >--------- [INFO] Building org.eclipse.papyrus.infra.guava 1.0.0-SNAPSHOT [153/487] [INFO] from ../../plugins/infra/misc/org.eclipse.papyrus.infra.guava/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.guava --- [INFO] The project's OSGi version is 1.0.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.guava --- [INFO] Resolving class path of org.eclipse.papyrus.infra.guava... [INFO] [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.guava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.guava/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.guava --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.guava/bin [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.guava --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Using 'UTF-8' encoding to copy filtered properties files. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.guava/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.guava --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.guava --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.guava/target/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.guava --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.guava/target/org.eclipse.papyrus.infra.guava-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.guava --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.guava --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.guava --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.infra.sync >--------- [INFO] Building org.eclipse.papyrus.infra.sync 3.1.0-SNAPSHOT [154/487] [INFO] from ../../plugins/infra/misc/org.eclipse.papyrus.infra.sync/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.sync --- [INFO] The project's OSGi version is 3.1.0.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.sync --- [INFO] Resolving class path of org.eclipse.papyrus.infra.sync... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.sync --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/ISyncObject.java:[21] import org.eclipse.papyrus.infra.guava.internal.CheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/ISyncObject.java:[75] CheckedFuture runAsync(SyncServiceRunnable operation); ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[22] import org.eclipse.papyrus.infra.guava.internal.AbstractCheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AbstractCheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[23] import org.eclipse.papyrus.infra.guava.internal.CheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[59] public CheckedFuture asFuture(final ISyncObject context) { ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[68] private CheckedFuture checked(final ListenableFuture future) { ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[69] class Checked extends AbstractCheckedFuture implements Runnable { ^^^^^^^^^^^^^^^^^^^^^ The type AbstractCheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/service/SyncServiceRunnable.java:[71] super(future); ^^^^^^^^^^^^^^ The constructor AbstractCheckedFuture(ListenableFuture) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/SyncObject.java:[21] import org.eclipse.papyrus.infra.guava.internal.CheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[42] import org.eclipse.papyrus.infra.guava.internal.CheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[184] result = registryType.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[367] public CheckedFuture runAsync(SyncServiceRunnable operation) { ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/org/eclipse/papyrus/infra/sync/internal/SyncService.java:[368] CheckedFuture result = operation.asFuture(this); ^^^^^^^^^^^^^ The type CheckedFuture is deprecated 16 problems (16 warnings) [INFO] [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/src/test/resources [INFO] [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.sync --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.sync --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.sync --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/misc/org.eclipse.papyrus.infra.sync/target/org.eclipse.papyrus.infra.sync-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.sync --- [INFO] [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.sync --- [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead. [INFO] [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.sync --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.common >---- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.common 4.3.100-SNAPSHOT [155/487] [INFO] from ../../plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] The project's OSGi version is 4.3.100.202304241511 [INFO] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.common... [INFO] [INFO] --- resources: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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/main/resources [INFO] [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common --- [INFO] Compiling 362 source files to /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/DefaultGraphicalNodeEditPolicy.java:[40] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/CreateShapeCompartmentViewCommand.java:[65] compartment.getStyles().add(ts); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[64] import org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.EditorStatusCodes; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorStatusCodes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[65] import org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.util.DiagramIOUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramIOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[297] Diagram diagram = DiagramIOUtil.load(domain, storage, true, getProgressMonitor()); ^^^^^^^^^^^^^ Discouraged access: The type 'DiagramIOUtil' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[297] Diagram diagram = DiagramIOUtil.load(domain, storage, true, getProgressMonitor()); ^^^^ Discouraged access: The method 'DiagramIOUtil.load(TransactionalEditingDomain, IStorage, boolean, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[309] Map options = new HashMap(GMFResourceFactory.getDefaultLoadOptions()); ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[309] Map options = new HashMap(GMFResourceFactory.getDefaultLoadOptions()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor HashMap(Map) belongs to the raw type HashMap. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[309] Map options = new HashMap(GMFResourceFactory.getDefaultLoadOptions()); ^^^^^^^ HashMap is a raw type. References to generic type HashMap should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[326] for (Iterator it = resource.getContents().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[393] Collection files2Validate = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[393] Collection files2Validate = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[394] for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[398] files2Validate.add(file); ^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[402] (IFile[]) files2Validate.toArray(new IFile[files2Validate.size()]), computationContext); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[454] for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[494] Collection rules = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[494] Collection rules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[495] for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[499] rules.add(ResourcesPlugin.getWorkspace().getRuleFactory().modifyRule(file)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[502] return new MultiRule((ISchedulingRule[]) rules.toArray(new ISchedulingRule[rules.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[512] Collection rules = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[512] Collection rules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[513] for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[517] rules.add(computeSchedulingRule(file)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[520] return new MultiRule((ISchedulingRule[]) rules.toArray(new ISchedulingRule[rules.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[530] Collection rules = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[530] Collection rules = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[531] for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[535] rules.add(ResourcesPlugin.getWorkspace().getRuleFactory().refreshRule(file)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[538] return new MultiRule((ISchedulingRule[]) rules.toArray(new ISchedulingRule[rules.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[548] Collection files = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[548] Collection files = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[549] for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[553] files.add(file); ^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[557] (IFile[]) files.toArray(new IFile[files.size()])); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method toArray(Object[]) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[586] for (Iterator it = info.getResourceSet().getResources().iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[607] List resources = info.getResourceSet().getResources(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[610] for (Iterator it = resources.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[620] EditorStatusCodes.RESOURCE_FAILURE, e.getLocalizedMessage(), null)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorStatusCodes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[620] EditorStatusCodes.RESOURCE_FAILURE, e.getLocalizedMessage(), null)); ^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorStatusCodes.RESOURCE_FAILURE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[635] List affectedFiles = null; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[754] private WorkspaceSynchronizer mySynchronizer; ^^^^^^^^^^^^^^ The value of the field GmfMultiDiagramDocumentProvider.ResourceSetInfo.mySynchronizer is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[757] private Collection myUnSynchronizedResources = new ArrayList(); ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[757] private Collection myUnSynchronizedResources = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[837] myUnSynchronizedResources.add(resource); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type Collection. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[888] private class SynchronizerDelegate implements WorkspaceSynchronizer.Delegate { ^^^^^^^^^^^^^^^^^^^^ The type GmfMultiDiagramDocumentProvider.ResourceSetInfo.SynchronizerDelegate is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/GmfMultiDiagramDocumentProvider.java:[996] for (Iterator it = resource.getResourceSet().getResources().iterator(); it.hasNext() && !modified;) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/TargetingTool.java:[139] protected Collection getExclusionSet() { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/RulersUnitStyleObservableValue.java:[74] 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/RulersUnitStyleObservableValue.java:[77] 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleObservableValue.java:[39] public abstract class AbstractCustomStyleObservableValue extends AbstractObservableValue implements CommandBasedObservableValue, IChangeListener, IObserving { ^^^^^^^^^^^^^^^^^^^^^^^ AbstractObservableValue is a raw type. References to generic type AbstractObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleObservableValue.java:[70] 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/AbstractCustomStyleObservableValue.java:[70] fireValueChange(new ValueDiff() { ^^^^^^^^^ ValueDiff is a raw type. References to generic type ValueDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/advice/GMFDiagramDuplicateEditHelperAdvice.java:[54] Set duplicatedObjects = ((Set) additional); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to Set [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/advice/GMFDiagramDuplicateEditHelperAdvice.java:[132] List elementsToBeDuplicated = request.getElementsToBeDuplicated(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/updater/UpdaterLinkDescriptor.java:[64] 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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DuplicateDiagramCommand.java:[75] public DuplicateDiagramCommand(TransactionalEditingDomain editingDomain, String label, Diagram diagram, Map allDuplicatedObjectsMap) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DuplicateDiagramCommand.java:[95] public DuplicateDiagramCommand(TransactionalEditingDomain editingDomain, String label, Diagram diagram, Map allDuplicatedObjectsMap, EObject targetContainer) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DuplicateDiagramCommand.java:[109] EcoreUtil.Copier copier = new DiagramCopier(getAllDuplicatedObjectsMap()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[78] private List exclusionSet; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[155] List editparts = getOperationSet(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[170] compoundSrcRect = compoundSrcRect.union(bounds); ^^^^^^^^^^^^^ The method union(PrecisionRectangle) from the type PrecisionRectangle is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[194] protected List createOperationSet() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[196] List list = ToolUtilities.getSelectionWithoutDependants(getCurrentViewer()); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[201] return new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[245] List editParts = getOperationSet(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[264] Iterator iter = getOperationSet().iterator(); ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[326] protected Collection getExclusionSet() { ^^^^^^^^^^ Collection is a raw type. References to generic type Collection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[328] List set = getOperationSet(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[329] exclusionSet = new ArrayList(set.size() + 1); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[332] exclusionSet.add(editpart.getFigure()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[336] exclusionSet.add(layerManager.getLayer(LayerConstants.CONNECTION_LAYER)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/snap/copy/CustomDragEditPartsTracker.java:[597] List editParts = getOperationSet(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[33] import org.eclipse.gmf.runtime.diagram.core.internal.DiagramPlugin; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[34] import org.eclipse.gmf.runtime.diagram.core.internal.DiagramStatusCodes; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramStatusCodes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[35] import org.eclipse.gmf.runtime.diagram.core.internal.l10n.DiagramCoreMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramCoreMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[113] return (Edge) createNewView(getEdgeViewClass(semanticAdapter, containerView, semanticHint), new Object[] { semanticAdapter, containerView, semanticHint, new Integer(index), Boolean.valueOf(persisted), preferencesHint }); ^^^^^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[119] return (Node) createNewView(getNodeViewClass(semanticAdapter, containerView, semanticHint), new Object[] { semanticAdapter, containerView, semanticHint, new Integer(index), Boolean.valueOf(persisted), preferencesHint }); ^^^^^^^^^^^^^^ The constructor Integer(int) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[221] Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^ Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[221] Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^ Discouraged access: The method 'DiagramPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[221] Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramStatusCodes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[221] Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^^^ Discouraged access: The field 'DiagramStatusCodes.SERVICE_FAILURE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[227] Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^ Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[227] Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^ Discouraged access: The method 'DiagramPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[227] Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramStatusCodes' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[227] Log.error(DiagramPlugin.getInstance(), DiagramStatusCodes.SERVICE_FAILURE, "View (" + viewClass + ") is missing a proper creation Factory"); //$NON-NLS-1$//$NON-NLS-2$ ^^^^^^^^^^^^^^^ Discouraged access: The field 'DiagramStatusCodes.SERVICE_FAILURE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[232] String eMsg = NLS.bind(DiagramCoreMessages.AbstractViewProvider_create_view_failed_ERROR_, viewClass.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiagramCoreMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[232] String eMsg = NLS.bind(DiagramCoreMessages.AbstractViewProvider_create_view_failed_ERROR_, viewClass.getName()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'DiagramCoreMessages.AbstractViewProvider_create_view_failed_ERROR_' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[233] Log.warning(DiagramPlugin.getInstance(), IStatus.WARNING, eMsg, e); ^^^^^^^^^^^^^ Discouraged access: The type 'DiagramPlugin' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/AbstractViewProvider.java:[233] Log.warning(DiagramPlugin.getInstance(), IStatus.WARNING, eMsg, e); ^^^^^^^^^^^ Discouraged access: The method 'DiagramPlugin.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.core/1.7.0.202211041032/org.eclipse.gmf.runtime.diagram.core-1.7.0.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/UnitsConverterUtils.java:[55] Double value = new Double(0.125); ^^^^^^^^^^^^^ The constructor Double(double) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/UnitsConverterUtils.java:[106] return new Double(number.doubleValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Double(double) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/UISyncUtils.java:[19] import org.eclipse.papyrus.infra.guava.internal.CheckedFuture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/UISyncUtils.java:[51] public static CheckedFuture asyncExec(final ISyncObject syncObject, final SyncServiceRunnable operation) { ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/UISyncUtils.java:[72] CheckedFuture result = operation.asFuture(syncObject); ^^^^^^^^^^^^^ The type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/UISyncUtils.java:[76] return result.checkedGet(); ^^^^^^^^^^^^ The method checkedGet() from the type CheckedFuture is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[42] import org.eclipse.gmf.runtime.diagram.ui.resources.editor.internal.l10n.EditorMessages; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[202] String title = EditorMessages.Editor_error_setinput_title; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[202] String title = EditorMessages.Editor_error_setinput_title; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_setinput_title' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[203] String msg = EditorMessages.Editor_error_setinput_message; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[203] String msg = EditorMessages.Editor_error_setinput_message; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_setinput_message' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[303] String title = EditorMessages.Editor_error_save_deleted_title; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[303] String title = EditorMessages.Editor_error_save_deleted_title; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_save_deleted_title' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[304] String msg = EditorMessages.Editor_error_save_deleted_message; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[304] String msg = EditorMessages.Editor_error_save_deleted_message; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_save_deleted_message' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[357] String title = EditorMessages.Editor_error_validateEdit_title; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[357] String title = EditorMessages.Editor_error_validateEdit_title; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_validateEdit_title' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[358] String msg = EditorMessages.Editor_error_validateEdit_message; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[358] String msg = EditorMessages.Editor_error_validateEdit_message; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_validateEdit_message' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[514] String title = EditorMessages.Editor_error_save_outofsync_title; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[514] String title = EditorMessages.Editor_error_save_outofsync_title; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_save_outofsync_title' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[515] String msg = EditorMessages.Editor_error_save_outofsync_message; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[515] String msg = EditorMessages.Editor_error_save_outofsync_message; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_save_outofsync_message' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[529] String title = EditorMessages.Editor_error_save_title; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[529] String title = EditorMessages.Editor_error_save_title; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_save_title' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[530] String msg = EditorMessages.Editor_error_save_message; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditorMessages' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/ModelManagerEditor.java:[530] String msg = EditorMessages.Editor_error_save_message; ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'EditorMessages.Editor_error_save_message' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui.resources.editor/1.7.1.202211041032/org.eclipse.gmf.runtime.diagram.ui.resources.editor-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/NameDisplayEditPolicy.java:[39] protected IObservableValue styleObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/FollowSVGSymbolEditPolicy.java:[40] protected IObservableValue styleObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[136] IEditorPart part = ((ContributeToPaletteOperation) operation).getEditor(); ^^^^ The value of the local variable part is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[169] 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[210] protected PaletteDrawer generateDrawer(PaletteRoot root, DrawerConfiguration drawerConfiguration, Map predefinedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[219] predefinedEntries.put(id, drawer); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[254] ToolConfiguration toolConfiguration = ((ToolConfiguration) configuration); ^^^^^^^^^^^^^^^^^ The value of the local variable toolConfiguration is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[312] protected void generateContent(PaletteDrawer drawer, DrawerConfiguration drawerConfiguration, Map predefinedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[334] protected CombinedTemplateCreationEntry generateTool(PaletteContainer container, ToolConfiguration configuration, Map predefinedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[354] protected CombinedTemplateCreationEntry generateConnectionTool(PaletteContainer container, ToolConfiguration configuration, Map predefinedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[372] predefinedEntries.put(toolID, toolEntry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[389] protected CombinedTemplateCreationEntry generateCreationTool(PaletteContainer container, ToolConfiguration configuration, Map predefinedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[409] predefinedEntries.put(toolID, toolEntry); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[426] protected PaletteToolEntry retrieveTool(String toolID, Map predefinedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[444] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[445] protected PaletteStack generateStack(PaletteContainer container, StackConfiguration configuration, Map predefinedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[456] predefinedEntries.put(stackID, stack); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ExtendedPluginPaletteProvider.java:[483] protected PaletteSeparator generateSeparator(PaletteContainer container, SeparatorConfiguration leafConfiguration, Map predefinedEntries) { ^^^ Map is a raw type. References to generic type Map should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[37] import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[52] public class BorderDisplayEditPolicy extends GraphicalEditPolicyEx implements IChangeListener, NotificationListener, NamedStyleProperties { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[67] protected IObservableValue styleObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[149] * @see org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx#refresh() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[149] * @see org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx#refresh() ^^^^^^^ Discouraged access: The method 'GraphicalEditPolicyEx.refresh()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/BorderDisplayEditPolicy.java:[217] ((OneTopLineResizableBorder) defaultBorder).setLengthRatio(new Float(NotationUtils.getStringValue(view, LINE_LENGTH_RATIO, LINE_LENGTH_RATIO_DEFAULT_VALUE).replace(',', '.')));// $NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Float(String) has been deprecated since version 9 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/PapyrusPaletteCustomizer.java:[302] for (Iterator iterator = paletteContainer.getChildren().iterator(); iterator.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[37] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[53] private final int MODIFIER_NO_SNAPPING; ^^^^^^^^^^^^^^^^^^^^ The value of the field SelectSeveralLinksEditPartTracker.MODIFIER_NO_SNAPPING is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[115] List editparts = getOperationSet(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[198] return Cursors.CURSOR_SEG_MOVE; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'Cursors' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[198] return Cursors.CURSOR_SEG_MOVE; ^^^^^^^^^^^^^^^ Discouraged access: The field 'Cursors.CURSOR_SEG_MOVE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[239] protected List createOperationSet() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[240] List list = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[240] List list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[241] list.add(getConnectionEditPart()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[251] List editParts = getOperationSet(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[274] List editParts = getOperationSet(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[341] List editparts = getOperationSet(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[420] List editparts = getOperationSet(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[442] protected List getOperationSet() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[446] ArrayList result = new ArrayList<>(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/selection/SelectSeveralLinksEditPartTracker.java:[447] result.add(getSourceEditPart()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[40] 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-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[203] public boolean providesWithVisibility(ContributeToPaletteOperation operation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[213] if (operation instanceof ContributeToPaletteOperation) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[214] ContributeToPaletteOperation o = operation; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContributeToPaletteOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[216] IEditorPart part = o.getEditor(); ^^^^^^^^^ Discouraged access: The method 'ContributeToPaletteOperation.getEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[260] ZipFile zipFile = new ZipFile(jarPath); ^^^^^^^ Resource leak: 'zipFile' is never closed [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/ArchitectureExtendedProviderDescriptor.java:[283] private static String retrieveBundleId(final String initialValue) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method retrieveBundleId(String) from the type ArchitectureExtendedProviderDescriptor is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[286] private List newObjectList = new ArrayList(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[286] private List newObjectList = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[347] newObjectList.add(((CreateRequest) createRequest).getNewObject()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[370] for (IElementType elementType : (List) CreateAspectUnspecifiedTypeConnectionRequest.this.getElementTypes()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from List to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[405] public List getAllRequests() { ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[407] return new ArrayList(requests.values()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/service/palette/AspectUnspecifiedTypeConnectionTool.java:[407] return new ArrayList(requests.values()); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/PapyrusLabelHelper.java:[207] calculatedOffset = new Point(normalizedOffset.x * Math.cos(theta) - normalizedOffset.y * Math.sin(theta), normalizedOffset.x * Math.sin(theta) + normalizedOffset.y * Math.cos(theta)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor Point(double, double) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/PapyrusLabelHelper.java:[287] Point orth = new Point(dx, dy); ^^^^^^^^^^^^^ The constructor Point(double, double) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/Domain2Notation.java:[37] public class Domain2Notation extends HashMap> { ^^^^^^^^^^^^^^^ The serializable class Domain2Notation does not declare a static final serialVersionUID field of type long [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[354] EditPart topEditPart = getTopMostEditPart(editPart); ^^^^^^^^^^^ The value of the local variable topEditPart is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[462] List editPolicies = CanonicalEditPolicy.getRegisteredEditPolicies(element); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[463] for (Iterator it = editPolicies.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[492] List editPolicies = CanonicalEditPolicy.getRegisteredEditPolicies(element); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[493] for (Iterator it = editPolicies.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[518] List editPolicies = CanonicalEditPolicy.getRegisteredEditPolicies(element); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[519] for (Iterator it = editPolicies.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[551] List editPolicies = CanonicalEditPolicy.getRegisteredEditPolicies(element); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[552] for (Iterator it = editPolicies.iterator(); it.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[573] List children = editPart.getChildren(); ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[673] List referencerViews = getEObjectViews((EObject) o); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[694] return Collections.EMPTY_LIST; ^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramEditPartsUtil.java:[712] IEditorPart editor = plugin.getWorkbench().getActiveWorkbenchWindow().getActivePage().getActiveEditor(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/sync/DiagramEdgesSyncFeature.java:[28] import org.eclipse.gmf.runtime.diagram.ui.requests.RequestConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.gmf.runtime.diagram.ui.requests.RequestConstants is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/ShapeDisplayCompartmentEditPart.java:[178] List children = new ArrayList<>(contentPane.getChildren()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/ShapeDisplayCompartmentEditPart.java:[178] List children = new ArrayList<>(contentPane.getChildren()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type ArrayList needs unchecked conversion to conform to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/ShapeDisplayCompartmentEditPart.java:[178] List children = new ArrayList<>(contentPane.getChildren()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to Collection [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramPropertyTester.java:[26] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramPropertyTester.java:[131] AdapterUtils.adapt(viewOrAdaptableToView, View.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/DiagramPropertyTester.java:[131] AdapterUtils.adapt(viewOrAdaptableToView, View.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, View) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/RequestUtils.java:[82] Map parameters = request.getExtendedData(); ^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type Map needs unchecked conversion to conform to Map [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultDiagramPasteCommand.java:[43] import org.eclipse.papyrus.infra.core.internal.clipboard.CopierFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CopierFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultDiagramPasteCommand.java:[87] EcoreUtil.Copier copier = new CopierFactory(editingDomain.getResourceSet()).get(); ^^^^^^^^^^^^^ Discouraged access: The type 'CopierFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultDiagramPasteCommand.java:[87] EcoreUtil.Copier copier = new CopierFactory(editingDomain.getResourceSet()).get(); ^^^^^^^^^^^^^ Discouraged access: The constructor 'CopierFactory(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/DefaultDiagramPasteCommand.java:[87] EcoreUtil.Copier copier = new CopierFactory(editingDomain.getResourceSet()).get(); ^^^ Discouraged access: The method 'CopierFactory.get()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/core/org.eclipse.papyrus.infra.core/bin') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[28] import org.eclipse.gmf.runtime.diagram.ui.internal.util.LabelViewConstants; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[49] private Point margin = new Point(); ^^^^^^ The value of the field PapyrusLabelLocator.margin is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[115] return LabelViewConstants.TARGET_LOCATION; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[115] return LabelViewConstants.TARGET_LOCATION; ^^^^^^^^^^^^^^^ Discouraged access: The field 'LabelViewConstants.TARGET_LOCATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[117] return LabelViewConstants.SOURCE_LOCATION; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[117] return LabelViewConstants.SOURCE_LOCATION; ^^^^^^^^^^^^^^^ Discouraged access: The field 'LabelViewConstants.SOURCE_LOCATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[119] return LabelViewConstants.MIDDLE_LOCATION; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[119] return LabelViewConstants.MIDDLE_LOCATION; ^^^^^^^^^^^^^^^ Discouraged access: The field 'LabelViewConstants.MIDDLE_LOCATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[121] return LabelViewConstants.MIDDLE_LOCATION; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LabelViewConstants' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/locator/PapyrusLabelLocator.java:[121] return LabelViewConstants.MIDDLE_LOCATION; ^^^^^^^^^^^^^^^ Discouraged access: The field 'LabelViewConstants.MIDDLE_LOCATION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.diagram.ui/1.9.1.202211041032/org.eclipse.gmf.runtime.diagram.ui-1.9.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomBooleanStyleWithStoreObservableValue.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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomBooleanStyleWithStoreObservableValue.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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/databinding/custom/CustomBooleanStyleWithStoreObservableValue.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-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/MaintainSymbolRatioEditPolicy.java:[39] protected IObservableValue styleObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/RefreshTextAlignmentEditPolicy.java:[25] import org.eclipse.gmf.runtime.gef.ui.internal.editpolicies.GraphicalEditPolicyEx; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/RefreshTextAlignmentEditPolicy.java:[36] public class RefreshTextAlignmentEditPolicy extends GraphicalEditPolicyEx implements IChangeListener { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'GraphicalEditPolicyEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Releng/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202211041032/org.eclipse.gmf.runtime.gef.ui-1.7.1.202211041032.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpolicies/RefreshTextAlignmentEditPolicy.java:[42] protected IObservableValue styleObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/SynchronizableGmfDiagramEditor.java:[428] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type SynchronizableGmfDiagramEditor.PalettePageWrapper needs unchecked conversion to conform to T from the type IAdaptable [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/SynchronizableGmfDiagramEditor.java:[448] return delegate.getAdapter(adapter); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class) of type PaletteViewerPage [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/SynchronizableGmfDiagramEditor.java:[448] return delegate.getAdapter(adapter); ^^^^^^^ Type safety: The expression of type Class needs unchecked conversion to conform to Class [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/ConnectionEditPart.java:[101] private IObservableValue sourceDecorationObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/editpart/ConnectionEditPart.java:[104] private IObservableValue targetDecorationObservable; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/source/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common/src/org/eclipse/papyrus/infra/gmfdiag/common/helper/GMFDiagramViewTypeHelper.java:[68] command = creationCommandClass.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Releng/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-Master-Releng/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-Master-Releng/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