Started by timer Running as SYSTEM Agent centos-7-agent-6gb-8mnsr is provisioned from template centos-7-agent-6gb --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "de02caf14dbfcb1d94e30c9c37462a09f82dcb33" jenkins/label: "centos-7-6gb" name: "centos-7-agent-6gb-8mnsr" 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-8mnsr" - 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-8mnsr" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.papyrus.svc.cluster.local/papyrus/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.13.3" 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-8mnsr (centos-7-6gb) in workspace /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0 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-Tests-7.0.0/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.1' > 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/refactoring_7.0.0^{commit} # timeout=10 > git rev-parse bugs/refactoring_7.0.0^{commit} # timeout=10 Checking out Revision 9d5604af8cd69b40affa73221eaa2cdd02d0d913 (refs/remotes/origin/bugs/refactoring_7.0.0) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d5604af8cd69b40affa73221eaa2cdd02d0d913 # timeout=10 Commit message: "Bug 578651 - Move Generate ElementTypes Registry menu in papyrus customization framework category." > git rev-list --no-walk 9d5604af8cd69b40affa73221eaa2cdd02d0d913 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [Papyrus-Master-Tests-7.0.0] $ Xvnc -help Starting xvnc [Papyrus-Master-Tests-7.0.0] $ Xvnc :27 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Fri Nov 4 04:48:15 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5927 vncext: created VNC server for screen 0 [Papyrus-Master-Tests-7.0.0] $ /bin/sh -xe /tmp/jenkins10268764091265015923.sh + export _JAVA_OPTIONS=-Xmx2048m + _JAVA_OPTIONS=-Xmx2048m [Papyrus-Master-Tests-7.0.0] $ /opt/tools/apache-maven/latest/bin/mvn -f source/releng/tests/pom.xml -Dpapyrus.repo.toolsmiths=https://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/toolsmiths/ -Dpapyrus.repo.main=https://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main/ -Dmaven.repo.local=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository clean verify Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] Adding repository https://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/main [INFO] Fetching compositeContent.xml from https://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/ (85.61kB) [INFO] Adding repository https://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/toolsmiths [INFO] Fetching compositeContent.xml from https://download.eclipse.org/modeling/mdt/papyrus/updates/nightly/master/toolsmiths/ (444B) [INFO] Fetching p2.index from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/ (172B) [INFO] Fetching content.xml.xz from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/ (22.79kB) [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.tests.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.feature:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/pom.xml [INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (898.68kB) [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (253.01kB) [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.89MB) [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (141.49kB) [INFO] Fetching R-4.24-202206070700&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.24/ (63B) [INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (32.41kB) [INFO] Fetching com.google.inject_5.0.1.v20210324-2015.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (802.8kB) [INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (14.17kB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (12.94MB) [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (297.81kB) [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (62.49kB) [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.35kB) [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (81.03kB) [INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.68MB) [INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.41MB) [INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (590.15kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (46.27kB) [INFO] Fetching org.eclipse.osgi_3.18.0.v20220516-2155.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.46MB) [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (55.65kB) [INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (169.92kB) [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.96MB) [INFO] Fetching org.apache.batik.anim_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (518.07kB) [INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (144.34kB) [INFO] Fetching org.apache.batik.dom.svg_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (250.71kB) [INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (353.59kB) [INFO] Fetching org.apache.batik.dom_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (201.99kB) [INFO] Fetching org.apache.batik.awt.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (445.67kB) [INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (23.5kB) [INFO] Fetching org.apache.batik.parser_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (92.39kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (16.71kB) [INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (703.81kB) [INFO] Fetching org.apache.batik.bridge_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (728.18kB) [INFO] Fetching org.apache.batik.gvt_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (208.05kB) [INFO] Fetching org.apache.batik.script_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (39.03kB) [INFO] Fetching org.apache.batik.xml_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (45.81kB) [INFO] Fetching org.apache.xalan_2.7.2.v20201124-1837.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.13MB) [INFO] Fetching org.apache.batik.codec_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (125.46kB) [INFO] Fetching org.apache.batik.transcoder_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (143.2kB) [INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.34kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (15.35kB) [INFO] Fetching org.apache.batik.ext_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (22.78kB) [INFO] Fetching org.apache.batik.svggen_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (246.14kB) [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (64.23kB) [INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (367.61kB) [INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (302.53kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26RC1-20220526191850/repository/plugins/ (300.96kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (71.45kB) [INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (52.58kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (219.73kB) [INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (126.4kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (69.34kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (411.93kB) [INFO] Fetching org.osgi.util.promise_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (81.45kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (842.59kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (908.89kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (253.08kB) [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (51.82kB) [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (2.36MB) [INFO] Fetching org.apache.log4j_1.2.19.v20220208-1728.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (358.42kB) [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.67MB) [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.33MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.45MB) [INFO] Fetching org.apache.xerces_2.12.2.v20220131-0835.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.5MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v20220401-1849.jar from https://download.eclipse.org/webtools/downloads/drops/R3.26.0/S-3.26RC1-20220526191850/repository/plugins/ (99.94kB) [INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.18kB) [INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220507-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (360.94kB) [INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220507-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (5.58MB) [INFO] Fetching org.eclipse.ant.core_3.6.400.v20220317-1003.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (107.39kB) [INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (35.64kB) [INFO] Fetching org.eclipse.core.runtime_3.25.0.v20220506-1157.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (71.87kB) [INFO] Fetching org.eclipse.ant.launching_1.3.300.v20220408-0629.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (161.08kB) [INFO] Fetching org.eclipse.debug.core_3.19.100.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (397.87kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.600.v20220409-1932.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (563.82kB) [INFO] Fetching org.eclipse.core.externaltools_1.2.200.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (42.65kB) [INFO] Fetching org.eclipse.text_3.12.100.v20220506-1404.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (293.55kB) [INFO] Fetching org.eclipse.jdt.core_3.30.0.v20220524-1333.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (6.69MB) [INFO] Fetching org.eclipse.core.resources_3.17.0.v20220517-0751.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (891.43kB) [INFO] Fetching org.eclipse.ant.ui_3.8.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.04MB) [INFO] Fetching org.eclipse.core.filesystem_1.9.400.v20220419-0658.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.85kB) [INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (140.91kB) [INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (432.55kB) [INFO] Fetching org.eclipse.ui.console_3.11.200.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (208.46kB) [INFO] Fetching org.eclipse.debug.ui_3.16.100.v20220526-0826.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.97MB) [INFO] Fetching org.eclipse.jdt.ui_3.26.100.v20220516-1138.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.18MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.700.v20220513-0809.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.9.400.v20220511-1440.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (401.02kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.200.v20220502-1514.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (341.31kB) [INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (92.12kB) [INFO] Fetching org.eclipse.jdt.junit_3.14.100.v20220411-0722.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (528.22kB) [INFO] Fetching org.eclipse.compare_3.8.400.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (804.82kB) [INFO] Fetching org.eclipse.jface.text_3.20.100.v20220516-0819.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ui.ide_3.19.0.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.41MB) [INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (105.57kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.500.v20220331-0848.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (688.72kB) [INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (618.79kB) [INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (330.12kB) [INFO] Fetching org.eclipse.compare.core_3.7.0.v20220513-0551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (67.45kB) [INFO] Fetching org.eclipse.core.commands_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (114.56kB) [INFO] Fetching org.eclipse.equinox.common_3.16.100.v20220315-2327.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (144.55kB) [INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (100.02kB) [INFO] Fetching org.eclipse.equinox.preferences_3.10.0.v20220503-1634.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (133.99kB) [INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (194.4kB) [INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (287.81kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (313kB) [INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (163.08kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (92.92kB) [INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (115.6kB) [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.32kB) [INFO] Fetching org.eclipse.core.jobs_3.13.0.v20220512-1935.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (109.25kB) [INFO] Fetching org.eclipse.core.net_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (47.62kB) [INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (113.21kB) [INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (14.42kB) [INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (89.14kB) [INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (270.25kB) [INFO] Fetching org.eclipse.jface_3.26.0.v20220513-0449.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.11MB) [INFO] Fetching org.eclipse.ui.workbench_3.125.100.v20220524-1304.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (3.49MB) [INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (24.31kB) [INFO] Fetching org.eclipse.debug.ui.launchview_1.0.200.v20220308-0315.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (86.01kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.100.v20220331-0744.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (395.31kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12kB) [INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (16.41kB) [INFO] Fetching org.eclipse.draw2d_3.11.100.202206170857.jar from https://download.eclipse.org/tools/gef/classic/releases/3.14.0/plugins/ (632.35kB) [INFO] Fetching org.eclipse.swt_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.79kB) [INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.di_1.8.200.v20220512-1957.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.47kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.10.0.v20220430-0424.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (55.58kB) [INFO] Fetching org.eclipse.e4.core.services_2.3.200.v20220513-1235.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.65kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.14kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.300.v20220503-2248.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.48kB) [INFO] Fetching org.osgi.service.prefs_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.69kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (51.03kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.27.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.26MB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.500.v20220506-1520.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (147.64kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.85kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.500.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (250.33kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (260.38kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (213.89kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.500.v20220511-1639.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (201.76kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.11kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (13.3kB) [INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (33.33kB) [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.65kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.48kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (249.4kB) [INFO] Fetching org.eclipse.osgi.util_3.7.0.v20220427-2144.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.62kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (85.99kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.07MB) [INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (295.36kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (21.08kB) [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (129.01kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (118.14kB) [INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (50.74kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (56.73kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.74kB) [INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (51.9kB) [INFO] Fetching org.eclipse.jface.notifications_0.5.0.v20220401-0716.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (31.09kB) [INFO] Fetching org.osgi.util.function_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.09kB) [INFO] Fetching org.osgi.util.measurement_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.74kB) [INFO] Fetching org.osgi.util.position_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (13.73kB) [INFO] Fetching org.osgi.util.xml_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.3kB) [INFO] Fetching org.eclipse.e4.core.services.source_2.3.200.v20220513-1235.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (60.57kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt.source_0.16.500.v20220506-1520.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (95.03kB) [INFO] Fetching org.eclipse.e4.core.commands.source_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.27kB) [INFO] Fetching org.eclipse.e4.ui.bindings.source_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (35.66kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench.source_2.2.100.v20220331-0744.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (376.74kB) [INFO] Fetching org.eclipse.e4.ui.services.source_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (22.37kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.source_0.15.500.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (138.83kB) [INFO] Fetching org.eclipse.e4.ui.workbench.source_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (168.37kB) [INFO] Fetching org.eclipse.e4.ui.css.core.source_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (206.2kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.source_0.14.500.v20220511-1639.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (161.79kB) [INFO] Fetching org.apache.batik.css.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (319.47kB) [INFO] Fetching org.w3c.css.sac.source_1.3.1.v200903091627.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (52.19kB) [INFO] Fetching org.apache.batik.util.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (126.66kB) [INFO] Fetching org.w3c.dom.svg.source_1.1.0.v201011041433.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (89.33kB) [INFO] Fetching org.w3c.dom.smil.source_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (18.29kB) [INFO] Fetching org.w3c.dom.events.source_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (39.54kB) [INFO] Fetching javax.inject.source_1.0.0.v20220405-0441.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (39.15kB) [INFO] Fetching javax.annotation.source_1.3.5.v20200909-1856.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (57.91kB) [INFO] Fetching org.eclipse.e4.core.di.source_1.8.200.v20220512-1957.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (44.5kB) [INFO] Fetching org.eclipse.e4.core.contexts.source_1.10.0.v20220430-0424.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.79kB) [INFO] Fetching org.apache.batik.i18n.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.21kB) [INFO] Fetching org.apache.batik.constants.source_1.14.0.v20210324-0332.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (14.73kB) [INFO] Fetching org.apache.xmlgraphics.source_2.6.0.v20210409-0748.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (677.41kB) [INFO] Fetching org.apache.commons.io.source_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (374.46kB) [INFO] Fetching org.apache.commons.logging.source_1.2.0.v20180409-1502.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (85.46kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.source_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.63kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme.source_0.13.100.v20220310-1056.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (22.72kB) [INFO] Fetching org.eclipse.e4.ui.di.source_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (16.5kB) [INFO] Fetching org.eclipse.e4.ui.widgets.source_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.54kB) [INFO] Fetching org.eclipse.equinox.common.source_3.16.100.v20220315-2327.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (146.02kB) [INFO] Fetching org.apache.felix.scr.source_2.1.24.v20200924-1939.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (278.04kB) [INFO] Fetching org.eclipse.equinox.event.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (27.17kB) [INFO] Fetching org.eclipse.core.commands.source_3.10.200.v20220512-0851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (150.7kB) [INFO] Fetching org.eclipse.core.contenttype.source_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (82.01kB) [INFO] Fetching org.eclipse.core.databinding.source_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (180.24kB) [INFO] Fetching org.eclipse.core.databinding.beans.source_1.8.0.v20210619-1111.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (75.49kB) [INFO] Fetching org.eclipse.core.databinding.observable.source_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (208.51kB) [INFO] Fetching org.eclipse.core.databinding.property.source_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (94.57kB) [INFO] Fetching org.eclipse.core.expressions.source_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (86.87kB) [INFO] Fetching org.eclipse.core.jobs.source_3.13.0.v20220512-1935.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (109.6kB) [INFO] Fetching org.eclipse.core.runtime.source_3.25.0.v20220506-1157.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (77.56kB) [INFO] Fetching org.eclipse.equinox.app.source_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.54kB) [INFO] Fetching org.eclipse.equinox.launcher.source_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (43.81kB) [INFO] Fetching org.eclipse.equinox.preferences.source_3.10.0.v20220503-1634.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (105.72kB) [INFO] Fetching org.eclipse.equinox.registry.source_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (176.1kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.source_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (37.39kB) [INFO] Fetching org.eclipse.osgi.source_3.18.0.v20220516-2155.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.12MB) [INFO] Fetching org.eclipse.osgi.compatibility.state.source_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (143.33kB) [INFO] Fetching org.eclipse.osgi.services.source_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (244.91kB) [INFO] Fetching org.eclipse.osgi.util.source_3.7.0.v20220427-2144.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.43kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64.source_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.83MB) [INFO] Fetching org.eclipse.jface.source_3.26.0.v20220513-0449.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.01MB) [INFO] Fetching org.eclipse.jface.databinding.source_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (230.2kB) [INFO] Fetching org.eclipse.e4.ui.workbench3.source_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (17.75kB) [INFO] Fetching org.apache.felix.gogo.command.source_1.1.2.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (38.47kB) [INFO] Fetching org.apache.felix.gogo.runtime.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (114.26kB) [INFO] Fetching org.apache.felix.gogo.shell.source_1.1.4.v20210111-1007.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (48.31kB) [INFO] Fetching org.eclipse.equinox.console.source_1.4.500.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (84.65kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt.source_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (77.66kB) [INFO] Fetching org.eclipse.equinox.bidi.source_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (63.52kB) [INFO] Fetching org.eclipse.e4.ui.dialogs.source_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (38.75kB) [INFO] Fetching org.apache.commons.jxpath.source_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (180.32kB) [INFO] Fetching org.eclipse.e4.emf.xpath.source_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.4kB) [INFO] Fetching org.eclipse.e4.core.di.annotations.source_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (14.44kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk.source_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (9.48kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier.source_0.16.300.v20220503-2248.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (20.76kB) [INFO] Fetching org.eclipse.urischeme.source_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (44.29kB) [INFO] Fetching org.eclipse.jface.notifications.source_0.5.0.v20220401-0716.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.5kB) [INFO] Fetching org.osgi.util.function.source_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (8.44kB) [INFO] Fetching org.osgi.util.promise.source_1.2.0.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.15kB) [INFO] Fetching org.osgi.util.measurement.source_1.0.2.201802012109.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.96kB) [INFO] Fetching org.osgi.util.position.source_1.0.1.201505202026.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (9.58kB) [INFO] Fetching org.osgi.util.xml.source_1.0.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (6.47kB) [INFO] Fetching org.eclipse.e4.tools.emf.ui_4.7.300.v20220420-0901.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.43MB) [INFO] Fetching org.eclipse.emf.databinding_1.6.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (92.41kB) [INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (296.42kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (54.37kB) [INFO] Fetching org.eclipse.e4.tools.services_4.9.0.v20210427-1802.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (31.95kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (231.36kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.51kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (89.35kB) [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (127.97kB) [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (64.2kB) [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (26.38kB) [INFO] Fetching org.eclipse.ecf.source_3.10.0.v20210925-0032.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (104.33kB) [INFO] Fetching org.eclipse.ecf.identity.source_3.9.402.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (53.08kB) [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (15.43kB) [INFO] Fetching org.eclipse.ecf.ssl.source_1.2.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (13.64kB) [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (52.52kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (129.12kB) [INFO] Fetching org.eclipse.ecf.filetransfer.source_5.1.102.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.03kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.source_3.2.800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (86.1kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5_1.0.300.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (82.96kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.source_1.0.300.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (44.01kB) [INFO] Fetching org.apache.commons.codec.source_1.14.0.v20200818-1422.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (374.24kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5.source_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (614.16kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5.source_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (825.01kB) [INFO] Fetching org.apache.httpcomponents.core5.httpcore5-h2.source_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (188.85kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (9.69kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl.source_1.0.201.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (9.49kB) [INFO] Fetching 2.30&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B) [INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (128.92kB) [INFO] Fetching org.eclipse.emf.common_2.25.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (369.38kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.30.0.v20220426-0617.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (422.85kB) [INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.30.0.v20220313-0955.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (71.69kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (110.69kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (63.24kB) [INFO] Fetching org.eclipse.emf.common.source_2.25.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (221.01kB) [INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (61.75kB) [INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (39.48kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (42.86kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.6.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (58.97kB) [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (46.68kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.27.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (822.44kB) [INFO] Fetching org.eclipse.emf.ecore.change.source_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (92.6kB) [INFO] Fetching org.eclipse.emf.ecore.xmi.source_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (153.34kB) [INFO] Fetching org.eclipse.emf.edit.source_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (211.78kB) [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.emf.mapping.ecore2xml_2.11.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (20.24kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.7.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (193.98kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (16.4kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.7.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (40.19kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (230.3kB) [INFO] Fetching org.eclipse.xtext_2.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (2.62MB) [INFO] Fetching org.eclipse.xtext.common.types_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (501.04kB) [INFO] Fetching org.eclipse.xtext.util_2.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (307.81kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.27.0.v20220530-0353.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (162.36kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.13.0.v20220519-1115.jar from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.13.0/plugins/ (23.93kB) [INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (169.13kB) [INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (403.7kB) [INFO] Fetching org.eclipse.emf.transaction.ui_1.4.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (44.51kB) [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (20.82kB) [INFO] Fetching 6.17.1&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.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (1.14MB) [INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (383.83kB) [INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (74.19kB) [INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (85.1kB) [INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/plugins/ (23.12kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (36.06kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (29.16kB) [INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (234.52kB) [INFO] Fetching org.eclipse.jetty.http_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (233.64kB) [INFO] Fetching org.eclipse.jetty.server_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (756.23kB) [INFO] Fetching org.eclipse.jetty.servlet_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (162.1kB) [INFO] Fetching org.eclipse.jetty.util_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (548.14kB) [INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (47.6kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (27.33kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.61kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (169.5kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.200.v20220324-1313.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (360.26kB) [INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (131.39kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.9.100.v20220310-1733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.94kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (68.04kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.6.100.v20220422-1806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (174.42kB) [INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.05kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.5.300.v20220421-0708.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (110.58kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.7.400.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (218.83kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (24.82kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (132.68kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.3.200.v20220503-2330.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (131.95kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.400.v20220506-1821.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (86.25kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (26.34kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.300.v20220512-1321.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.06kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (74.06kB) [INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.39kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository.source_1.4.500.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (114.3kB) [INFO] Fetching org.eclipse.equinox.p2.console.source_1.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.92kB) [INFO] Fetching org.eclipse.equinox.p2.core.source_2.9.100.v20220310-1733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (61.45kB) [INFO] Fetching org.eclipse.equinox.p2.director.source_2.5.300.v20220421-0708.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (67.38kB) [INFO] Fetching org.eclipse.equinox.p2.engine.source_2.7.400.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (142.32kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector.source_1.2.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.source_2.6.200.v20220324-1313.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (247.98kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository.source_1.4.100.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (59.87kB) [INFO] Fetching org.eclipse.equinox.p2.repository.source_2.6.100.v20220422-1806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (134.52kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse.source_2.3.200.v20220503-2330.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (96.27kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives.source_1.4.400.v20220506-1821.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (59.37kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator.source_2.2.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.63kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.source_2.2.0.v20210315-2042.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (34.88kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox.source_1.2.200.v20220315-2155.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (47.62kB) [INFO] Fetching org.osgi.service.prefs.source_1.1.2.202109301733.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.01kB) [INFO] Fetching org.eclipse.equinox.security.source_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (102.46kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.91kB) [INFO] Fetching org.eclipse.equinox.p2.transport.ecf.source_1.3.300.v20220512-1321.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (31.42kB) [INFO] Fetching org.eclipse.equinox.p2.operations.source_2.6.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (64.22kB) [INFO] Fetching org.eclipse.equinox.security.linux.source_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.13kB) [INFO] Fetching org.tukaani.xz.source_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (151.4kB) [INFO] Fetching org.eclipse.equinox.concurrent.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.97kB) [INFO] Fetching org.sat4j.core_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (429.55kB) [INFO] Fetching org.sat4j.pb_2.3.6.v20201214.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (432.64kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (58.07kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (31.04kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.7.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (101.89kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (242.35kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (35.63kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.100.v20211217-1131.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (50.58kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (252.96kB) [INFO] Fetching org.eclipse.equinox.p2.director.app.source_1.2.100.v20211220-1825.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (34.92kB) [INFO] Fetching org.eclipse.equinox.p2.directorywatcher.source_1.3.0.v20210316-1209.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (22.73kB) [INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins.source_1.4.100.v20211217-1131.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (34.04kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.source_1.7.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.76kB) [INFO] Fetching org.eclipse.equinox.p2.extensionlocation.source_1.4.100.v20220213-0541.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (26.26kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools.source_2.3.100.v20220504-1755.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (178.54kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse.source_1.4.100.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (149.7kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.7.500.v20220423-1604.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (658.09kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.300.v20211214-1242.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (103.44kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.19kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.3.200.v20220115-0654.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (170.59kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.4.v20220213-1624.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (68.52kB) [INFO] Fetching org.eclipse.equinox.p2.ui.source_2.7.500.v20220423-1604.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (307.2kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler.source_1.5.300.v20211214-1242.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (55.97kB) [INFO] Fetching org.eclipse.equinox.p2.updatechecker.source_1.3.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (15.42kB) [INFO] Fetching org.eclipse.equinox.security.ui.source_1.3.200.v20220115-0654.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (85.53kB) [INFO] Fetching org.eclipse.equinox.p2.ui.sdk.source_1.2.4.v20220213-1624.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (36.43kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.300.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (129.58kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (100.51kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite.source_1.2.300.v20220420-1427.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (70.91kB) [INFO] Fetching org.eclipse.equinox.p2.ui.importexport.source_1.3.300.v20220329-1456.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (50.45kB) [INFO] Fetching org.eclipse.gef_3.12.100.202206170857.jar from https://download.eclipse.org/tools/gef/classic/releases/3.14.0/plugins/ (1,006.2kB) [INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (119.86kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (261.13kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (105.19kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (124.48kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (42.84kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (16.92kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (103.71kB) [INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (79.65kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (135.92kB) [INFO] Fetching org.eclipse.gmf.runtime.notation_1.10.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (386.74kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (116.5kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (192.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.9.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (1.17MB) [INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (31.35kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (97.14kB) [INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.1.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (104.99kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (107.15kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.1.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (52.76kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (223.26kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (94.08kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (141.31kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (96.81kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.10.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (201.89kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.8.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (220.02kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (66.62kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (27.92kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.2.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (122.15kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (127.83kB) [INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (73.82kB) [INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.1.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (321.75kB) [INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.202206180919.jar from https://download.eclipse.org/modeling/gmp/gmf-runtime/updates/milestones/S202206180919/plugins/ (112.33kB) [INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/modeling/gmp/gmf-notation/updates/releases/R202004160913/plugins/ (245.89kB) [INFO] Fetching org.eclipse.help.base_4.3.700.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (434.45kB) [INFO] Fetching org.eclipse.help.ui_4.4.0.v20220411-0938.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (535.15kB) [INFO] Fetching org.eclipse.help.webapp_3.10.700.v20220510-1941.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (738.63kB) [INFO] Fetching org.eclipse.jetty.io_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (205.75kB) [INFO] Fetching org.eclipse.jetty.security_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (118.63kB) [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (62.66kB) [INFO] Fetching javax.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (57.06kB) [INFO] Fetching jakarta.servlet-api.source_4.0.0.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (164.65kB) [INFO] Fetching javax.servlet.jsp.source_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (129.79kB) [INFO] Fetching com.sun.el.source_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (73.27kB) [INFO] Fetching org.apache.jasper.glassfish.source_2.2.2.v201501141630.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (321.04kB) [INFO] Fetching org.apache.lucene.analyzers-common.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (1.66MB) [INFO] Fetching org.apache.lucene.core.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.24MB) [INFO] Fetching org.apache.lucene.analyzers-smartcn.source_8.4.1.v20200122-1459.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (3.45MB) [INFO] Fetching org.eclipse.equinox.http.jetty.source_3.8.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (22.51kB) [INFO] Fetching org.eclipse.equinox.http.registry.source_1.3.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (32.57kB) [INFO] Fetching org.eclipse.equinox.http.servlet.source_1.7.200.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (140.73kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.source_1.1.600.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.16kB) [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry.source_1.2.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.04kB) [INFO] Fetching org.eclipse.help.base.source_4.3.700.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (309.03kB) [INFO] Fetching org.eclipse.help.ui.source_4.4.0.v20220411-0938.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (220.94kB) [INFO] Fetching org.eclipse.help.webapp.source_3.10.700.v20220510-1941.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (204.01kB) [INFO] Fetching org.eclipse.jetty.http.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (130.56kB) [INFO] Fetching org.eclipse.jetty.io.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (112.83kB) [INFO] Fetching org.eclipse.jetty.security.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (82.92kB) [INFO] Fetching org.eclipse.jetty.server.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (430.62kB) [INFO] Fetching org.eclipse.jetty.servlet.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (84.42kB) [INFO] Fetching org.eclipse.jetty.util.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (339.86kB) [INFO] Fetching org.eclipse.jetty.util.ajax.source_10.0.9.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (36.21kB) [INFO] Fetching org.slf4j.api.source_1.7.30.v20200204-2150.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (67.32kB) [INFO] Fetching org.eclipse.core.net.source_1.3.1200.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (39.64kB) [INFO] Fetching org.eclipse.jdt_3.18.1200.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (44.74kB) [INFO] Fetching org.eclipse.ui.intro_3.6.500.v20220317-1346.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (344.71kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (379kB) [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (15.08kB) [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.16kB) [INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (391.95kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (39.9kB) [INFO] Fetching org.eclipse.jdt.compiler.tool_1.3.150.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (102.22kB) [INFO] Fetching org.eclipse.jdt.compiler.apt_1.4.100.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (220.82kB) [INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (71.97kB) [INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.61kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.100.v20220513-2002.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.94MB) [INFO] Fetching org.eclipse.jdt.debug_3.19.200.v20220430-1851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (910.81kB) [INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (489.96kB) [INFO] Fetching org.eclipse.jdt.doc.isv_3.14.1600.v20220601-1625.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (9.03MB) [INFO] Fetching org.eclipse.jdt.doc.user_3.15.1400.v20220530-0646.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (8.4MB) [INFO] Fetching org.eclipse.jdt.junit.core_3.11.300.v20220317-1517.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (176.46kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (57.17kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (26.27kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1500.v20220308-2347.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.16kB) [INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (421.77kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (65.43kB) [INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (219.09kB) [INFO] Fetching org.junit.jupiter.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (251.3kB) [INFO] Fetching org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (44.28kB) [INFO] Fetching org.junit.jupiter.params_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (608.75kB) [INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (117.58kB) [INFO] Fetching org.junit.platform.engine_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (208.15kB) [INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (180.42kB) [INFO] Fetching org.junit.platform.runner_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (31.88kB) [INFO] Fetching org.junit.platform.suite.api_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (38.14kB) [INFO] Fetching org.junit.platform.suite.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (30.68kB) [INFO] Fetching org.junit.platform.suite.engine_1.8.1.v20211028-1957.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (38.41kB) [INFO] Fetching org.junit.vintage.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (83.87kB) [INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (21.6kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.100.v20220329-1353.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (468.75kB) [INFO] Fetching org.eclipse.ant.ui.source_3.8.200.v20220214-2001.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (610.05kB) [INFO] Fetching org.eclipse.jdt.apt.core.source_3.7.50.v20210914-1429.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (356kB) [INFO] Fetching org.eclipse.jdt.apt.ui.source_3.7.0.v20210620-1751.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.9kB) [INFO] Fetching org.eclipse.jdt.apt.pluggable.core.source_1.3.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (33.87kB) [INFO] Fetching org.eclipse.jdt.compiler.apt.source_1.4.100.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (135.96kB) [INFO] Fetching org.eclipse.jdt.compiler.tool.source_1.3.150.v20220318-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (51.55kB) [INFO] Fetching org.eclipse.jdt.core.source_3.30.0.v20220524-1333.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (5.05MB) [INFO] Fetching org.eclipse.jdt.core.formatterapp.source_1.1.0.v20210618-1653.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.89kB) [INFO] Fetching org.eclipse.jdt.annotation.source_1.2.0.v20210519-0438.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.06kB) [INFO] Fetching org.eclipse.jdt.annotation.source_2.2.600.v20200408-1511.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (17.86kB) [INFO] Fetching org.eclipse.jdt.core.manipulation.source_1.16.100.v20220513-2002.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.17MB) [INFO] Fetching org.eclipse.jdt.debug.ui.source_3.12.700.v20220513-0809.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (845.7kB) [INFO] Fetching org.eclipse.jdt.debug.source_3.19.200.v20220430-1851.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (770.37kB) [INFO] Fetching org.eclipse.jdt.junit.source_3.14.100.v20220411-0722.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (194.19kB) [INFO] Fetching org.eclipse.jdt.junit.core.source_3.11.300.v20220317-1517.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (114.01kB) [INFO] Fetching org.eclipse.jdt.junit.runtime.source_3.6.100.v20210708-1502.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.8kB) [INFO] Fetching org.eclipse.jdt.junit4.runtime.source_1.2.0.v20210326-1251.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.38kB) [INFO] Fetching org.eclipse.jdt.junit5.runtime.source_1.0.1500.v20220308-2347.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (16.75kB) [INFO] Fetching org.eclipse.jdt.launching.source_3.19.600.v20220409-1932.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (350.75kB) [INFO] Fetching org.eclipse.jdt.ui.source_3.26.100.v20220516-1138.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (5.41MB) [INFO] Fetching org.junit.source_4.13.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (261.47kB) [INFO] Fetching org.hamcrest.core.source_1.3.0.v20180420-1519.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (51.3kB) [INFO] Fetching org.junit.jupiter.api.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (211.17kB) [INFO] Fetching org.junit.jupiter.engine.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (146.42kB) [INFO] Fetching org.junit.jupiter.migrationsupport.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (39.79kB) [INFO] Fetching org.junit.jupiter.params.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (86.74kB) [INFO] Fetching org.junit.platform.commons.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (91.89kB) [INFO] Fetching org.junit.platform.engine.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (153.7kB) [INFO] Fetching org.junit.platform.launcher.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (115.99kB) [INFO] Fetching org.junit.platform.runner.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (26.45kB) [INFO] Fetching org.junit.platform.suite.api.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (43.69kB) [INFO] Fetching org.junit.platform.suite.commons.source_1.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (24.88kB) [INFO] Fetching org.junit.platform.suite.engine.source_1.8.1.v20211028-1957.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (30.17kB) [INFO] Fetching org.junit.vintage.engine.source_5.8.1.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (55.01kB) [INFO] Fetching org.opentest4j.source_1.2.0.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (20.91kB) [INFO] Fetching org.apiguardian.source_1.1.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (18.6kB) [INFO] Fetching org.eclipse.ant.launching.source_1.3.300.v20220408-0629.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (128.18kB) [INFO] Fetching org.eclipse.team.ui_3.9.300.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.42MB) [INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (423.11kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (172.29kB) [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.73kB) [INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (93.7kB) [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] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (157.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.82MB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (131.36kB) [INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.58kB) [INFO] Fetching org.eclipse.nebula.widgets.richtext_1.2.0.201703081533.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.42MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (53.45kB) [INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (36.28kB) [INFO] Fetching org.eclipse.ocl.common.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (27.97kB) [INFO] Fetching org.eclipse.ocl.examples.debug_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (86.14kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (386.19kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (411.61kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (413.46kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (217.1kB) [INFO] Fetching org.eclipse.ocl.xtext.base_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (574.36kB) [INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (79.15kB) [INFO] Fetching org.eclipse.xtext.ui_2.27.0.v20220530-0416.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (1.88MB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (150.29kB) [INFO] Fetching org.eclipse.ocl.pivot_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (3.34MB) [INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (163.18kB) [INFO] Fetching org.eclipse.ocl.examples.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (11.54kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (99.38kB) [INFO] Fetching org.eclipse.uml2.uml_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (1.03MB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (204.53kB) [INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (226.18kB) [INFO] Fetching org.eclipse.ocl.pivot.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (21.65kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.27.0.v20220530-0416.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (62.36kB) [INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (280.41kB) [INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (311.21kB) [INFO] Fetching org.eclipse.ocl.pivot.uml_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (247.88kB) [INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (144.49kB) [INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (243.5kB) [INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (216.7kB) [INFO] Fetching org.eclipse.pde.core_3.15.200.v20220527-1237.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.35MB) [INFO] Fetching org.eclipse.xtext.builder_2.27.0.v20220530-0416.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (393.86kB) [INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (688.69kB) [INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (401.14kB) [INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (89.5kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.27.0.v20220530-0416.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (134.95kB) [INFO] Fetching org.eclipse.ocl.xtext.markup_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (181.34kB) [INFO] Fetching org.eclipse.pde.ds.lib_1.1.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (32.2kB) [INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.53kB) [INFO] Fetching org.eclipse.papyrus.bundles.tests_3.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (58.31kB) [INFO] Fetching org.eclipse.papyrus.junit.framework_2.2.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (62.34kB) [INFO] Fetching org.eclipse.papyrus.junit.utils_3.3.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (198.86kB) [INFO] Fetching org.eclipse.pde.api.tools_1.2.900.v20220423-1025.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (945.62kB) [INFO] Fetching org.apache.commons.lang3_3.1.0.v201403281430.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (131.9kB) [INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (62.54kB) [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.79MB) [INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (276.92kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (178.8kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.22MB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (433.55kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (175.86kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.17MB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (370.39kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (627.18kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (865.44kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (164.47kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.08MB) [INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (456.14kB) [INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.23MB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.31MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.04MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.09MB) [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (3.47MB) [INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (26.67kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (52.68kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (883.49kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.58MB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.18MB) [INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.78MB) [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.39kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (81.74kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (147.41kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (503.29kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (439.19kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (325.07kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (120.47kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (567.99kB) [INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (50.11kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (76.57kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (40.61kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (747.36kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (602.95kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (388.72kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.47MB) [INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (62.6kB) [INFO] Fetching org.eclipse.papyrus.infra.core.log_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.13kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets_4.2.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (912.62kB) [INFO] Fetching org.eclipse.uml2.types_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (11.51kB) [INFO] Fetching org.eclipse.papyrus.editor_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.64kB) [INFO] Fetching org.eclipse.papyrus.infra.core_4.3.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (287.52kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (207.57kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sashwindows.di_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (102.84kB) [INFO] Fetching org.eclipse.papyrus.infra.emf_4.2.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (237.78kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.utils_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.2kB) [INFO] Fetching org.eclipse.papyrus.infra.ui_3.4.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (296.3kB) [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.09kB) [INFO] Fetching org.eclipse.papyrus.emf_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.53kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (57.6kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (97.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (92.22kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (444.14kB) [INFO] Fetching org.eclipse.papyrus.infra.types_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (112.56kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (26.68kB) [INFO] Fetching org.eclipse.papyrus.infra.core.architecture.edit_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (50.98kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (29.41kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (192.21kB) [INFO] Fetching org.eclipse.papyrus.infra.types.edit_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (64.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.core_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.65kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.61kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.core_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.93kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.common.ui_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (35.29kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.core_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.46kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.core_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (141.26kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.catalog_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (19.17kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.core_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (61.54kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (134.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (103.21kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (333.97kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.metamodel_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.26kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.56kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (168.94kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.pde.core_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.7kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.custom.ui_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (142.15kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (98.35kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (143.33kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.core_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.13kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.jface.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.59kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.util.swt_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.72kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (83.57kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.catalog_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.14kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (69.92kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (44.52kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (262.11kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.45kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (35.58kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.24kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.89kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (28.49kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (93.52kB) [INFO] Fetching org.eclipse.papyrus.infra.tools_4.2.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (118.44kB) [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (26.24kB) [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.15kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (66.29kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture_3.2.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (275.58kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit_4.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (38.73kB) [INFO] Fetching org.eclipse.xtend.lib_2.27.0.v20220530-0353.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (109.91kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (46.72kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (36.32kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (80.29kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (33.69kB) [INFO] Fetching org.eclipse.uml2.common.edit_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (15.77kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (127.55kB) [INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.61kB) [INFO] Fetching org.eclipse.papyrus.infra.core.sasheditor.di_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (53.92kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (126.56kB) [INFO] Fetching org.eclipse.papyrus.infra.properties_4.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (193.06kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.ui_4.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (241.05kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.98kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.gmf_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (59.71kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (87.57kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.common_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.47kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.04kB) [INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (47.49kB) [INFO] Fetching org.eclipse.papyrus.infra.services.labelprovider_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (16.11kB) [INFO] Fetching org.eclipse.papyrus.infra.services.navigation_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.83kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.appearance_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.11kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.9kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (96.14kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (58.72kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (111.51kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (37.71kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.emf_3.1.100.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (126.51kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.readonly_4.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (48.05kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (243.34kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (44.12kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (93.74kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.100.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.11MB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (431.49kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (30.05kB) [INFO] Fetching org.eclipse.papyrus.infra.types.core_5.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (93.12kB) [INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (82.86kB) [INFO] Fetching org.eclipse.uml2.uml.edit_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (171.86kB) [INFO] Fetching org.eclipse.papyrus.infra.filters_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (47.07kB) [INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.63kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (103.15kB) [INFO] Fetching org.eclipse.papyrus.infra.hyperlink_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (107.88kB) [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (30.16kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (60.68kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (20.71kB) [INFO] Fetching org.eclipse.papyrus.infra.sync_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (94.3kB) [INFO] Fetching org.eclipse.papyrus.infra.guava_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.65kB) [INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (190.48kB) [INFO] Fetching org.eclipse.uml2.common_2.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (35.18kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (120.58kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common_4.3.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (934.31kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.policy_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (93kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (54.3kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (64.08kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.94kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.canonical_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (62.43kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.commands_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (47.53kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (46.36kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (83.97kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.42kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_4.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (274.01kB) [INFO] Fetching org.eclipse.papyrus.infra.services.decoration_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.74kB) [INFO] Fetching org.eclipse.papyrus.infra.services.edit.ui_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.54kB) [INFO] Fetching org.eclipse.papyrus.infra.services.markerlistener_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (60.11kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.85kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (107kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (255.03kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (38.24kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (54.45kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (118.34kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (319.51kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (155.33kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.72kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.8kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.dnd_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (56.38kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (178.12kB) [INFO] Fetching org.eclipse.xtext.generator_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (856.55kB) [INFO] Fetching org.eclipse.xtext.xbase_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (2.46MB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.27.0.v20220530-0416.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (258.74kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.expansion_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (105.06kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (45.97kB) [INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.57kB) [INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (60.67kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.navigation_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (71.74kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.78kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.preferences_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (99.6kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.12kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.29kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.100.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (34.01kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.hyperlink_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (91.73kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.61kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.35kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (35.79kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (30.72kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (43.13kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (59.99kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (19.23kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer_5.0.100.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (226.96kB) [INFO] Fetching org.eclipse.papyrus.infra.services.openelement_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.34kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewersearch_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.9kB) [INFO] Fetching org.eclipse.papyrus.infra.widgets.toolbox_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (103.04kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.86kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (14.93kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.87kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (111.42kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.61kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (222.55kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (564.65kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (36.8kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.61kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (4.25kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (154.34kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.85kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (14.78kB) [INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (30.08kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (70.98kB) [INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (20.75kB) [INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.100.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (90.29kB) [INFO] Fetching org.eclipse.xwt_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (178.19kB) [INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6kB) [INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.history_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.69kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (38.89kB) [INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.86kB) [INFO] Fetching org.eclipse.papyrus.infra.services.localizer_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.38kB) [INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (55.49kB) [INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (76.82kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (151.62kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (41.99kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (312.89kB) [INFO] Fetching org.eclipse.papyrus.uml.tools_5.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (275.48kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (104.27kB) [INFO] Fetching org.eclipse.papyrus.sdk_6.3.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.48kB) [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.36MB) [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.38MB) [INFO] Fetching org.eclipse.papyrus.uml.extensionpoints_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (54.11kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.utils_4.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (115.7kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (16.48kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.21kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (398.19kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (55.42kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (382.47kB) [INFO] Fetching org.eclipse.papyrus.uml.appearance_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.77kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (26.32kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.75MB) [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.100.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (240.6kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.36kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.07kB) [INFO] Fetching org.eclipse.uml2.uml.editor_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (65.24kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.clazz_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.03MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_6.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (452.58kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.component_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (541.5kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.27MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (451.69kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (142.28kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (557.06kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_7.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.41MB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (566.28kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (910.37kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_6.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (505.29kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (2.8MB) [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (22.42kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.utils_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.22kB) [INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (36.04kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (128.82kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (45.12kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (117.6kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (59.38kB) [INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.100.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (738.42kB) [INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (192.67kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (198.95kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types_5.2.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (480.05kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (98.97kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (20.18kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (62.04kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (308.5kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.100.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (214.98kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.4kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.83kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (160.36kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (75.5kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (25.59kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.87kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (37.45kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.84kB) [INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (84.81kB) [INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (23.31kB) [INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.69kB) [INFO] Fetching org.eclipse.papyrus.uml.export_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (66kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (56.85kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (66.44kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.72kB) [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (1.48MB) [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (28.5kB) [INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.88kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.2.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (148.15kB) [INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.67kB) [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (7.47kB) [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.75kB) [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (35.96kB) [INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.2kB) [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (202.84kB) [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (24.18kB) [INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (13.74kB) [INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (273.93kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.19kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (151.51kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (12.1kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (211.4kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.17kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (10.3kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (5.61kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (32.89kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (49.09kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (167.41kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.28kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (11.89kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (34.22kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (16.53kB) [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (15.46kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (8.63kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (53.11kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (21.12kB) [INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (48.74kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (39.94kB) [INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (153.45kB) [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (39.23kB) [INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (37.64kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (65.84kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (80.62kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (46.61kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (39.33kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (59.62kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (40.65kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (19.53kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (63.69kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (43.15kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (143.09kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (77.25kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (171.29kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (76.98kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (98.73kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (54.51kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (102.4kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (55.64kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (9.6kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (171.71kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (77.4kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (102.2kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (296.36kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (375.37kB) [INFO] Fetching org.eclipse.uml2.uml.validation_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/modeling/mdt/uml2/updates/5.5/R202102281829/plugins/ (12.83kB) [INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (81.71kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (6.11kB) [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (32.58kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (18.91kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (17.34kB) [INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (60.19kB) [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/plugins/ (31.7kB) [INFO] Fetching org.objectweb.asm_9.3.0.v20220409-0157.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (132.86kB) [INFO] Fetching org.objectweb.asm.tree_9.3.0.v20220409-0157.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (65.17kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.46kB) [INFO] Fetching org.eclipse.pde.api.tools.ui_1.2.700.v20220329-0844.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (514.21kB) [INFO] Fetching org.eclipse.pde.ui_3.13.500.v20220531-1442.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (4.55MB) [INFO] Fetching org.eclipse.pde.build_3.11.200.v20220503-0921.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (491.23kB) [INFO] Fetching org.eclipse.pde.doc.user_3.14.1600.v20220601-1625.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (6.97MB) [INFO] Fetching org.eclipse.pde.ds.annotations_1.2.400.v20220330-1406.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (145.39kB) [INFO] Fetching org.eclipse.pde.ds.core_1.2.500.v20220411-2005.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (58.78kB) [INFO] Fetching org.eclipse.pde.ds.ui_1.2.300.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (205.14kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib_1.0.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.62kB) [INFO] Fetching org.eclipse.pde_3.13.1900.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (69.56kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.6.200.v20220523-1051.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (24.02kB) [INFO] Fetching org.eclipse.pde.runtime_3.7.400.v20220317-2150.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (214.9kB) [INFO] Fetching org.eclipse.pde.ui.templates_3.7.600.v20220504-2153.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (579.35kB) [INFO] Fetching org.eclipse.pde.launching_3.10.0.v20220515-1944.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (140.54kB) [INFO] Fetching org.eclipse.pde.ua.core_1.2.300.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (112.59kB) [INFO] Fetching org.eclipse.pde.ua.ui_1.2.400.v20220317-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (450.72kB) [INFO] Fetching org.eclipse.ui.trace_1.2.200.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (59.39kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension_1.1.200.v20211215-1038.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (87.78kB) [INFO] Fetching org.eclipse.tools.layout.spy_1.1.0.v20210110-1247.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (43.28kB) [INFO] Fetching org.eclipse.pde.spy.core_1.0.200.v20220331-1637.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (22.95kB) [INFO] Fetching org.eclipse.pde.spy.model_0.12.300.v20220512-0735.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (16.14kB) [INFO] Fetching org.eclipse.pde.spy.css_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (48.59kB) [INFO] Fetching org.eclipse.pde.spy.preferences_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (56.03kB) [INFO] Fetching org.eclipse.pde.spy.context_1.0.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (88.2kB) [INFO] Fetching org.eclipse.pde.spy.bundle_0.12.200.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (38.61kB) [INFO] Fetching org.eclipse.pde.spy.event_1.0.0.v20220513-0804.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (70.45kB) [INFO] Fetching org.eclipse.pde.build.source_3.11.200.v20220503-0921.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (317.72kB) [INFO] Fetching org.eclipse.pde.core.source_3.15.200.v20220527-1237.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1,013.44kB) [INFO] Fetching org.eclipse.pde.junit.runtime.source_3.6.200.v20220523-1051.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (20.56kB) [INFO] Fetching org.eclipse.pde.runtime.source_3.7.400.v20220317-2150.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (83.25kB) [INFO] Fetching org.eclipse.pde.ui.source_3.13.500.v20220531-1442.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.07MB) [INFO] Fetching org.eclipse.pde.ui.templates.source_3.7.600.v20220504-2153.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (110.89kB) [INFO] Fetching org.eclipse.pde.api.tools.source_1.2.900.v20220423-1025.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (657.85kB) [INFO] Fetching org.eclipse.pde.api.tools.annotations.source_1.1.400.v20190929-1236.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.56kB) [INFO] Fetching org.eclipse.pde.api.tools.ui.source_1.2.700.v20220329-0844.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (250.48kB) [INFO] Fetching org.eclipse.pde.ds.core.source_1.2.500.v20220411-2005.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (50.82kB) [INFO] Fetching org.eclipse.pde.ds.ui.source_1.2.300.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (94.72kB) [INFO] Fetching org.eclipse.pde.launching.source_3.10.0.v20220515-1944.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (96.69kB) [INFO] Fetching org.eclipse.pde.ua.core.source_1.2.300.v20211004-0555.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (104.68kB) [INFO] Fetching org.eclipse.pde.ua.ui.source_1.2.400.v20220317-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (272.26kB) [INFO] Fetching org.eclipse.ui.trace.source_1.2.200.v20220310-2159.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (51.76kB) [INFO] Fetching org.eclipse.pde.ds.annotations.source_1.2.400.v20220330-1406.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (77.44kB) [INFO] Fetching org.eclipse.pde.genericeditor.extension.source_1.1.200.v20211215-1038.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (63.3kB) [INFO] Fetching org.eclipse.pde.ds.lib.source_1.1.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (29.97kB) [INFO] Fetching org.eclipse.pde.ds1_2.lib.source_1.0.500.v20210209-1250.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (20.56kB) [INFO] Fetching org.eclipse.tools.layout.spy.source_1.1.0.v20210110-1247.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (26.45kB) [INFO] Fetching org.eclipse.pde.spy.core.source_1.0.200.v20220331-1637.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (17.32kB) [INFO] Fetching org.eclipse.pde.spy.model.source_0.12.300.v20220512-0735.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.96kB) [INFO] Fetching org.eclipse.pde.spy.css.source_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (24.11kB) [INFO] Fetching org.eclipse.pde.spy.preferences.source_0.12.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (35.44kB) [INFO] Fetching org.eclipse.pde.spy.context.source_1.0.300.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (24.89kB) [INFO] Fetching org.eclipse.pde.spy.bundle.source_0.12.200.v20220512-1208.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (17.39kB) [INFO] Fetching org.eclipse.pde.spy.event.source_1.0.0.v20220513-0804.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (39.69kB) [INFO] Fetching org.eclipse.ui.views.log_1.3.200.v20220310-1555.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (172.2kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.2.200.v20211217-1247.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (152.75kB) [INFO] Fetching org.eclipse.platform_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (689.52kB) [INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220601-1625.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (38.65MB) [INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220601-1625.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (15.96MB of 38.65MB at 15.95MB/s) [INFO] Fetching org.eclipse.platform.doc.isv_4.24.0.v20220601-1625.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (32.18MB of 38.65MB at 16.09MB/s) [INFO] Fetching org.eclipse.platform.doc.user_4.24.0.v20220530-1438.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (5.28MB) [INFO] Fetching org.eclipse.text.quicksearch_1.1.300.v20211203-1705.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (95.68kB) [INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.09MB) [INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (207.24kB) [INFO] Fetching org.eclipse.ui.monitoring_1.2.200.v20220429-1040.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (59.91kB) [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.24kB) [INFO] Fetching org.eclipse.ui.ide.application_1.4.400.v20220502-1523.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (113.08kB) [INFO] Fetching org.eclipse.ui.themes_1.2.1800.v20220316-1102.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (37.76kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.47kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (16.25kB) [INFO] Fetching org.apache.ant.source_1.10.12.v20211102-1452.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (2.45MB) [INFO] Fetching org.eclipse.ant.core.source_3.6.400.v20220317-1003.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (97.29kB) [INFO] Fetching com.jcraft.jsch.source_0.1.55.v20190404-1902.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (294.21kB) [INFO] Fetching org.eclipse.compare.core.source_3.7.0.v20220513-0551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (62.19kB) [INFO] Fetching org.eclipse.compare.source_3.8.400.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (422.94kB) [INFO] Fetching org.eclipse.core.filebuffers.source_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (87.97kB) [INFO] Fetching org.eclipse.core.filesystem.source_1.9.400.v20220419-0658.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (93.12kB) [INFO] Fetching org.eclipse.core.net.linux.source_1.0.100.v20220111-1854.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (11.42kB) [INFO] Fetching org.eclipse.core.resources.source_3.17.0.v20220517-0751.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (809.7kB) [INFO] Fetching org.eclipse.debug.core.source_3.19.100.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (404.53kB) [INFO] Fetching org.eclipse.debug.ui.source_3.16.100.v20220526-0826.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.68MB) [INFO] Fetching org.eclipse.e4.ui.ide.source_3.16.100.v20220310-1350.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.77kB) [INFO] Fetching org.eclipse.ltk.core.refactoring.source_3.12.200.v20220502-1514.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (295.07kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring.source_3.12.100.v20220329-1353.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (251.15kB) [INFO] Fetching org.eclipse.platform.source_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.49kB) [INFO] Fetching org.eclipse.search.source_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (264.83kB) [INFO] Fetching org.eclipse.text.quicksearch.source_1.1.300.v20211203-1705.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (59.44kB) [INFO] Fetching org.eclipse.team.core.source_3.9.400.v20220511-1440.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (367.78kB) [INFO] Fetching org.eclipse.team.ui.source_3.9.300.v20220420-1133.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (765.95kB) [INFO] Fetching org.eclipse.text.source_3.12.100.v20220506-1404.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (279.42kB) [INFO] Fetching org.eclipse.jface.text.source_3.20.100.v20220516-0819.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (817.51kB) [INFO] Fetching org.eclipse.jsch.core.source_1.3.900.v20200422-1935.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (38.72kB) [INFO] Fetching org.eclipse.jsch.ui.source_1.4.100.v20210917-1201.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (47.91kB) [INFO] Fetching org.eclipse.ui.console.source_3.11.200.v20220324-0630.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (136.58kB) [INFO] Fetching org.eclipse.ui.intro.source_3.6.500.v20220317-1346.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (253.74kB) [INFO] Fetching org.eclipse.ui.intro.universal.source_3.4.200.v20210409-1747.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (57.06kB) [INFO] Fetching org.eclipse.ui.cheatsheets.source_3.7.300.v20210507-0822.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (251.12kB) [INFO] Fetching org.eclipse.ui.browser.source_3.7.100.v20211105-1434.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (96.94kB) [INFO] Fetching org.eclipse.ui.genericeditor.source_1.2.200.v20211217-1247.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (94.38kB) [INFO] Fetching org.eclipse.ui.monitoring.source_1.2.200.v20220429-1040.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (45.18kB) [INFO] Fetching org.eclipse.ui.navigator.source_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (308.86kB) [INFO] Fetching org.eclipse.ui.navigator.resources.source_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (102.84kB) [INFO] Fetching org.eclipse.ui.net.source_1.4.0.v20210426-0838.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.59kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor.source_3.16.500.v20220331-0848.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (443.48kB) [INFO] Fetching org.eclipse.ui.views.source_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (80.24kB) [INFO] Fetching org.eclipse.ui.editors.source_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (330.11kB) [INFO] Fetching org.eclipse.ui.externaltools.source_3.5.100.v20210812-1118.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (77.56kB) [INFO] Fetching org.eclipse.ui.ide.source_3.19.0.v20220511-1638.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.23MB) [INFO] Fetching org.eclipse.ui.ide.application.source_1.4.400.v20220502-1523.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (50.74kB) [INFO] Fetching org.eclipse.core.variables.source_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (37.7kB) [INFO] Fetching org.eclipse.ui.forms.source_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (217.67kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed.source_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (82.81kB) [INFO] Fetching org.eclipse.core.externaltools.source_1.2.200.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (35.58kB) [INFO] Fetching org.eclipse.ui.themes.source_1.2.1800.v20220316-1102.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (7.39kB) [INFO] Fetching org.eclipse.ui.intro.quicklinks.source_1.1.100.v20210315-0954.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.24kB) [INFO] Fetching org.eclipse.team.genericeditor.diff.extension.source_1.1.0.v20210426-0951.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (14.19kB) [INFO] Fetching org.eclipse.ui.views.log.source_1.3.200.v20220310-1555.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (59.97kB) [INFO] Fetching org.eclipse.debug.ui.launchview.source_1.0.200.v20220308-0315.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (42.27kB) [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (94.06kB) [INFO] Fetching org.eclipse.rcp_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (12.91kB) [INFO] Fetching org.eclipse.help.source_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (180.01kB) [INFO] Fetching org.eclipse.ui.source_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (145.79kB) [INFO] Fetching org.eclipse.ui.workbench.source_3.125.100.v20220524-1304.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.48MB) [INFO] Fetching org.eclipse.update.configurator.source_3.4.800.v20210415-1314.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (76.41kB) [INFO] Fetching org.eclipse.sdk_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (416.42kB) [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.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.27.0.v20220530-0353.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (77.87kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/modeling/m2t/xpand/updates/releases/R201605260315/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (20.99kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.27.0.v20220530-0416.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (250kB) [INFO] Fetching org.eclipse.xtext.ecore_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (17.81kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (969.14kB) [INFO] Fetching org.eclipse.xtext.ide_2.27.0.v20220530-0355.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (489.48kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.27.0.v20220530-0416.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (195.42kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.27.0.v20220530-0416.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (134.64kB) [INFO] Fetching org.eclipse.xwt.css_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (10.13kB) [INFO] Fetching org.eclipse.xwt.emf_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (13.93kB) [INFO] Fetching org.eclipse.xwt.pde_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (17.29kB) [INFO] Fetching org.eclipse.xwt.xml_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (9.91kB) [INFO] Fetching org.eclipse.xwt.forms_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (13.08kB) [INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (35.25kB) [INFO] Fetching org.eclipse.xwt.ui.workbench_1.7.0.202105260718.jar.pack.gz from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/plugins/ (17.46kB) [INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (12.38kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (28.06kB) [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (43.77kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.47MB) [INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (37.47kB) [INFO] Fetching org.eclipse.core.net.win32_1.0.0.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.67kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.600.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (7.78kB) [INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (57.74kB) [INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (132.49kB) [INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (10.25kB) [INFO] Fetching org.eclipse.swt.win32.win32.x86_64.source_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.99MB) [INFO] Fetching org.eclipse.e4.ui.swt.win32.source_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (9.38kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32_1.0.400.v20220109-1926.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (22.98kB) [INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient5.win32.source_1.0.400.v20220109-1926.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.85kB) [INFO] Fetching org.apache.httpcomponents.client5.httpclient5-win.source_5.1.2.v20211217-1500.jar from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/plugins/ (27.36kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.75kB) [INFO] Fetching org.eclipse.equinox.security.win32.x86_64.source_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (16.59kB) [INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (22.27kB) [INFO] Fetching org.eclipse.compare.win32.source_1.2.800.v20200127-1343.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.06kB) [INFO] Fetching org.eclipse.core.net.win32.source_1.0.0.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (18.89kB) [INFO] Fetching org.eclipse.core.net.win32.x86_64.source_1.1.600.v20220312-1450.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (7.41kB) [INFO] Fetching org.eclipse.ui.win32.source_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (15.6kB) [INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (25.6kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (29.62kB) [INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.500.v20220509-0833.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (40.81kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (2.15MB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa.source_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (23.86kB) [INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64.source_3.120.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (1.65MB) [INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.06kB) [INFO] Fetching org.eclipse.equinox.security.macosx.source_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (29.48kB) [INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (19.42kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (58.78kB) [INFO] Fetching org.eclipse.jdt.launching.macosx.source_3.4.800.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (17.61kB) [INFO] Fetching org.eclipse.jdt.launching.ui.macosx.source_1.2.900.v20210915-0906.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (28.11kB) [INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (9.54kB) [INFO] Fetching org.eclipse.ui.cocoa.source_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/plugins/ (8.88kB) [INFO] Fetching org.eclipse.e4.rcp_4.24.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (22.9kB) [INFO] Fetching org.eclipse.e4.rcp.source_4.24.0.v20220530-1036.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.78kB) [INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (19.76kB) [INFO] Fetching org.eclipse.ecf.core.feature.source_1.6.1.v20211005-1944.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.04kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (19.71kB) [INFO] Fetching org.eclipse.ecf.core.ssl.feature.source_1.1.501.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.07kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (27.83kB) [INFO] Fetching org.eclipse.ecf.filetransfer.feature.source_3.14.1800.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (29.23kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature_1.1.600.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (27.9kB) [INFO] Fetching org.eclipse.ecf.filetransfer.httpclient5.feature.source_1.1.600.v20220215-0126.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (29.35kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (23.74kB) [INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature.source_1.1.401.v20210409-2301.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (25.15kB) [INFO] Fetching org.eclipse.emf.common_2.26.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.88kB) [INFO] Fetching org.eclipse.emf.common.source_2.26.0.v20220325-0806.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (22.07kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.9.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.91kB) [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.9.0.v20210924-1718.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (22.15kB) [INFO] Fetching org.eclipse.emf.databinding_1.9.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.87kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.9.0.v20220516-1117.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (22.08kB) [INFO] Fetching org.eclipse.emf.ecore_2.28.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.94kB) [INFO] Fetching org.eclipse.emf.ecore.source_2.28.0.v20220426-0617.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (22.09kB) [INFO] Fetching org.eclipse.emf.edit_2.18.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.86kB) [INFO] Fetching org.eclipse.emf.edit.source_2.18.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (22.02kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1400.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.51kB) [INFO] Fetching org.eclipse.equinox.p2.core.feature.source_1.6.1400.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.33kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.95kB) [INFO] Fetching org.eclipse.equinox.p2.extras.feature.source_1.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.01kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.88kB) [INFO] Fetching org.eclipse.equinox.p2.rcp.feature.source_1.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.96kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.74kB) [INFO] Fetching org.eclipse.equinox.p2.user.ui.source_2.4.1600.v20220518-1326.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.95kB) [INFO] Fetching org.eclipse.help_2.3.1000.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.36kB) [INFO] Fetching org.eclipse.help.source_2.3.1000.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.65kB) [INFO] Fetching org.eclipse.jdt_3.18.1200.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.58kB) [INFO] Fetching org.eclipse.jdt.source_3.18.1200.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.93kB) [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.72kB) [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.44kB) [INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.11kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.03kB) [INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.41kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.08kB) [INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.55kB) [INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.05kB) [INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.29kB) [INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.17kB) [INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.1.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.3kB) [INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.02kB) [INFO] Fetching org.eclipse.papyrus.sdk.feature_6.3.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.35kB) [INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.04kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.37kB) [INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.uml.feature_5.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.47kB) [INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.17kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.98kB) [INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.31kB) [INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.99kB) [INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.papyrus.views.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.95kB) [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_4.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (13.01kB) [INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.94kB) [INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.92kB) [INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202211040259.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master/lastSuccessfulBuild/artifact/repository/features/ (12.97kB) [INFO] Fetching org.eclipse.pde_3.14.1200.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.39kB) [INFO] Fetching org.eclipse.pde.source_3.14.1200.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.79kB) [INFO] Fetching org.eclipse.platform_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (22.45kB) [INFO] Fetching org.eclipse.platform_root_4.24.0.v20220607-0700 from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/binary/ (196B) [INFO] Fetching org.eclipse.platform.source_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (22.04kB) [INFO] Fetching org.eclipse.rcp_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (20.97kB) [INFO] Fetching org.eclipse.rcp_root_4.24.0.v20220607-0700 from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/binary/ (20.24kB) [INFO] Fetching org.eclipse.rcp.source_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (21.02kB) [INFO] Fetching org.eclipse.sdk_4.24.0.v20220607-0700.jar from https://download.eclipse.org/eclipse/updates/4.24/R-4.24-202206070700/features/ (24.65kB) [INFO] Fetching org.eclipse.xwt.feature_1.6.0.202105260718.jar from https://download.eclipse.org/xwt/milestones-1.7.0/1.7.0-S/features/ (19.15kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests:2.0.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/pom.xml [INFO] Fetching org.eclipse.emf.importer_2.12.0.v20190321-1539.jar.pack.gz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.30/plugins/ (42.48kB) [INFO] Fetching org.eclipse.papyrus.codegen_2.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (9.73kB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen_3.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (671kB) [INFO] Fetching org.eclipse.papyrus.gmf.common_2.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (149.71kB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen.ui_1.4.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (51.47kB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen.xtend_1.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (2.29MB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen.xtend.ui_1.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (8.72kB) [INFO] Fetching org.eclipse.papyrus.gmf.validate_1.2.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (104.79kB) [INFO] Fetching org.eclipse.papyrus.gmf.codegen.edit_3.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (419.45kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests:2.1.100-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.expansion.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.expansion.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.expansion.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/pom.xml [INFO] Fetching org.eclipse.emf.compare_3.5.3.202202240907.jar.pack.gz from https://download.eclipse.org/modeling/emf/compare/updates/milestones/3.3/S202202240907/core/plugins/ (181.6kB) [INFO] Fetching org.eclipse.papyrus.dev.ui_1.1.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (5.81kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder_1.1.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (57.54kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.common_2.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (203.91kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration_1.1.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (74.85kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.ui_1.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (40.92kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.architecture_2.1.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (28.48kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.elementtypes_2.1.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (36.9kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.newchild_1.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (19.44kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.profile_2.1.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (43.11kB) [INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.properties_1.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (133.02kB) [INFO] Fetching org.eclipse.papyrus.uml.properties.generation_3.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (131.52kB) [INFO] Fetching org.eclipse.papyrus.views.properties.toolsmiths_3.2.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (227.93kB) [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202211040308/org.eclipse.papyrus.uml.properties.generation-3.0.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202211040308/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202211040308/org.eclipse.papyrus.uml.properties.generation-3.0.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202211040308/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202211040308.jar [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.newchild.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.properties.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.properties.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.properties.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/pom.xml [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202211040308/org.eclipse.papyrus.uml.properties.generation-3.0.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202211040308/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202211040308/org.eclipse.papyrus.uml.properties.generation-3.0.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202211040308/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202211040308.jar [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml [INFO] Fetching org.eclipse.ocl.uml_5.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (352.2kB) [INFO] Fetching org.eclipse.xtext.junit4_2.27.0.v20220530-0416.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (244.65kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.generator_5.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (55.76kB) [INFO] Fetching org.eclipse.papyrus.uml.profile.types.generator_3.0.0.202211040308.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Toolsmiths/lastSuccessfulBuild/artifact/repository/plugins/ (131.94kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.27.0.v20220530-0402.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.27.0/plugins/ (49.34kB) [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.types.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.types.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.types.core.tests:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:1.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202211040308/org.eclipse.papyrus.uml.properties.generation-3.0.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202211040308/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202211040308/org.eclipse.papyrus.uml.properties.generation-3.0.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202211040308/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202211040308.jar [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202211040308/org.eclipse.papyrus.uml.properties.generation-3.0.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202211040308/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.properties.generation/3.0.0.202211040308/org.eclipse.papyrus.uml.properties.generation-3.0.0.202211040308.jar [WARNING] Bundle-ClassPath entry bin does not exist in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.views.properties.toolsmiths/3.2.0.202211040308/org.eclipse.papyrus.views.properties.toolsmiths-3.2.0.202211040308.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.eclipse.papyrus.tests.releng [pom] [INFO] org.eclipse.papyrus.plugins.tests.releng [pom] [INFO] org.eclipse.papyrus.editor.tests.releng [pom] [INFO] org.eclipse.papyrus.editor.integration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.emf.facet.tests [pom] [INFO] org.eclipse.papyrus.emf.facet.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.core.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.core.clipboard.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.editor.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.editor.welcome.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.emf.gmf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.readonly.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.emf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.main.test [pom] [INFO] org.eclipse.papyrus.infra.nattable.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.model.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.views.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.properties.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.properties.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.services.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.semantic.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.tools.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.types.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.types.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.emf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng [pom] [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.emf.facet.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.diagram.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.diagram.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.activity.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.component.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.timing.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.composite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.diagram.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.services.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.tests.releng [pom] [INFO] org.eclipse.papyrus.views.modelexplorer.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.modelrepair.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.service.types.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.service.types.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.profile.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.profile.drafter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.filters.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.types.core.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.feature [eclipse-feature] [INFO] org.eclipse.papyrus.views.documentation.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.views.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.nattable.main.test [pom] [INFO] org.eclipse.papyrus.uml.nattable.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.generic.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.tests.uml.nattable.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.infra.core.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.tools.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.tools.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.tools.utils.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.tools.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.textedit.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.port.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.property.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.tests.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.assistants.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.assistants.feature [eclipse-feature] [INFO] org.eclipse.papyrus.toolsmiths.tests.releng [pom] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.toolsmiths.feature [eclipse-feature] [INFO] org.eclipse.papyrus.tests.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests [pom] [INFO] org.eclipse.papyrus.infra.emf.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.infra.internationalization.main.test [pom] [INFO] org.eclipse.papyrus.infra.internationalization.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.expressions.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.expressions.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.expressions.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.internationalization.main.test [pom] [INFO] org.eclipse.papyrus.uml.internationalization.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature [eclipse-feature] [INFO] org.eclipse.papyrus.uml.alf.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.alf.tests.feature [eclipse-feature] [INFO] Papyrus Tests Features [pom] [INFO] org.eclipse.papyrus.developer.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.bundles.tests [pom] [INFO] org.eclipse.papyrus.eclipse.project.editors.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.editors.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.core.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.nattable.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.ui.architecture.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.infra.newchild.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.toolsmiths.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.communication.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.diagram.properties.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.nattable.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.textedit.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.architecture.tests [eclipse-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.validation.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.uml.alf.tests.releng [pom] [INFO] org.eclipse.papyrus.uml.alf.backend.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.suite.tests [eclipse-test-plugin] [INFO] org.eclipse.papyrus.views.documentation.tests.releng [pom] [INFO] org.eclipse.papyrus.main.tests.releng [pom] [INFO] org.eclipse.papyrus.main.tests.targetplatform [eclipse-target-definition] [INFO] [INFO] --------< org.eclipse.papyrus:org.eclipse.papyrus.tests.releng >-------- [INFO] Building org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT [1/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/releng/tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.plugins.tests.releng >-- [INFO] Building org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT [2/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.plugins.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.plugins.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.plugins.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.tests.releng >-- [INFO] Building org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT [3/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.editor.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.editor.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editor.integration.tests >-- [INFO] Building org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT [4/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[32] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[98] return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[98] return AdapterUtils.adapt(getActiveEditor(), DiagramEditor.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, DiagramEditor) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[102] return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/EditingMemoryLeakFixture.java:[102] return AdapterUtils.adapt(getDiagramEditor(), DiagramEditPart.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, DiagramEditPart) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[30] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[66] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[66] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/ModelSetTests.java:[75] modelSet.createsModels(emptyModelDi); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[51] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[61] import org.eclipse.papyrus.uml.diagram.timing.custom.UmlTimingDiagramForMultiEditor; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UmlTimingDiagramForMultiEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202211040259/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[86] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[86] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[93] modelSet.createsModels(emptyModelDi); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[173] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[173] final ModelSet modelSet = new DiResourceSet(); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[180] modelSet.createsModels(emptyModelDi); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[241] Assert.assertTrue(editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UmlTimingDiagramForMultiEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202211040259/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[246] IPage selectedPage = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^ The value of the local variable selectedPage is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[254] Assert.assertTrue("Couldn't change the page selection", editor.getActiveEditor() instanceof UmlTimingDiagramForMultiEditor); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UmlTimingDiagramForMultiEditor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202211040259/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[362] TransactionalEditingDomain editingDomain = modelSet.getTransactionalEditingDomain(); ^^^^^^^^^^^^^ The value of the local variable editingDomain is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/org/eclipse/papyrus/editor/integration/tests/tests/PageManagerTests.java:[364] final EObject tableContext = UmlUtils.getUmlModel(modelSet).getResource().getContents().get(0); ^^^^^^^^^^^^ The value of the local variable tableContext is not used 22 problems (22 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editor.integration.tests/target/org.eclipse.papyrus.editor.integration.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.editor.integration.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.tests >---- [INFO] Building org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT [5/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.emf.facet.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.emf.facet.architecture.tests >-- [INFO] Building org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT [6/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Compiling 22 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/org.eclipse.papyrus.emf.facet.architecture.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.864 s - in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test) Time elapsed: 0.712 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_1_Test) Time elapsed: 0.075 s Running org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test) Time elapsed: 0.087 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.Merge_1_Test) Time elapsed: 0.087 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test) Time elapsed: 0.064 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_3_Test) Time elapsed: 0.034 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test) Time elapsed: 0.041 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_1_Test) Time elapsed: 0.072 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test) Time elapsed: 0.035 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_2_Test) Time elapsed: 0.066 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test) Time elapsed: 0.063 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_1_Test) Time elapsed: 0.036 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test) Time elapsed: 0.059 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_3_Test) Time elapsed: 0.032 s Running org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s - in org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test) Time elapsed: 0.042 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.RedefinesNotFound_1_Test) Time elapsed: 0.068 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test) Time elapsed: 0.08 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.AbsoluteOrderInRoot_2_Test) Time elapsed: 0.035 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test) Time elapsed: 0.057 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_2_Test) Time elapsed: 0.034 s Running org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test) Time elapsed: 0.033 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.AfterNotFound_1_Test) Time elapsed: 0.033 s Running org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test) Time elapsed: 0.031 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.DuplicateAbsoluteOrder_4_Test) Time elapsed: 0.069 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test) Time elapsed: 0.033 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyBefore_1_Test) Time elapsed: 0.065 s Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test) Time elapsed: 0.022 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_1_Test) Time elapsed: 0.024 s Running org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test) Time elapsed: 0.065 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.BeforeNotFound_1_Test) Time elapsed: 0.033 s Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 s - in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test) Time elapsed: 0.049 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_2_Test) Time elapsed: 0.031 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test) Time elapsed: 0.061 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_2_Test) Time elapsed: 0.087 s Running org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test) Time elapsed: 0.035 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.InfiniteLoop_1_Test) Time elapsed: 0.062 s Running org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test) Time elapsed: 0.025 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.OutsideOfADL_2_Test) Time elapsed: 0.058 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test) Time elapsed: 0.022 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyAfter_2_Test) Time elapsed: 0.025 s Running org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test test(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test) Time elapsed: 0.052 s checkTestDefinition(org.eclipse.papyrus.emf.facet.architecture.tests.TooManyRedefines_1_Test) Time elapsed: 0.022 s Results: Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 (SWT:461): Gdk-CRITICAL **: 04:52:03.377: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.emf.facet.architecture.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/facet/org.eclipse.papyrus.emf.facet.architecture.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.emf.facet.architecture.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT [7/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT [8/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.clipboard.tests >-- [INFO] Building org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT [9/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.clipboard.tests/target/org.eclipse.papyrus.infra.core.clipboard.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.clipboard.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.tests >-- [INFO] Building org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT [10/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Compiling 79 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerDisposeCalledTest.java:[90] final SashWindowsContainer container = editor.getSashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerDisposeCalledTest.java:[113] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java:[243] private Object lookupModelByName(String modelName, Object from, Class expectedType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java:[260] private Object lookupModelByName(String modelName, SashPanelModel sashPanelModel, Class expectedType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtils.java:[278] private Object lookupModelByName(String modelName, TabFolderModel tabFolderModel, Class expectedType) { ^^^^^ Class is a raw type. References to generic type Class should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[73] * Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[78] protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[84] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[84] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[84] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[86] sashWindowContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[88] sashWindowContainer.createPartControl(shell); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[136] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[139] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[142] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[142] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p11"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[143] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[143] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p13"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[144] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[144] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p15"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[145] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[145] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[146] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[146] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p14"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[147] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[147] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[148] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[148] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p23"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[149] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[149] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p22"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[157] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[158] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[159] assertEquals( "expected active page", "p23", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[160] assertEquals( "expected active page", helper.lookupPageByName("p23"), container.getActiveSashWindowsPage().getRawModel()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[163] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[164] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[165] assertEquals( "expected active page", "p21", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[168] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[169] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[170] assertEquals( "expected active page", "p14", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[173] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[174] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[175] assertEquals( "expected active page", "p12", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[178] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[179] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[180] assertEquals( "expected active page", "p15", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[183] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[184] container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/ActiveHistoryTrackerBehaviorTest.java:[185] assertEquals( "expected active page", "p13", ((MessagePartModel)container.getActiveSashWindowsPage().getRawModel()).getTabTitle()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') 50. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/utils/ObservableListTest.java (at line 33) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeEditorInput.java:[141] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type FakeEditorInput needs unchecked conversion to conform to T from the type FileEditorInput [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContentProviderUtilsTest.java:[155] IPageModel newPage = helper.createNewPage("newPage"); ^^^^^^^ The value of the local variable newPage is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[15] public class FakePagePart extends PagePart { ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[18] super(null, null); ^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PagePart(TabFolderPart, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[22] boolean visit(IPartVisitor visitor) { ^^^^^^^^^^^^ Discouraged access: The type 'IPartVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakePagePart.java:[40] public void reparent(TabFolderPart parent) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[40] * Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[40] * Tests the correct execution of {@link SashWindowsContainer#refreshTabs()} on particular ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[90] SashWindowsContainer container = editor.getSashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[99] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[102] IPage page = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerRefreshTabsTest.java:[111] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[22] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[23] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.RootModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[24] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[25] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleContentProviderBaseVisitor.java:[26] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[27] import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[41] * Class providing a facade to test the {@link SashWindowsContainer} class. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[43] * This facade own a {@link SimpleSashWindowsContentProvider}, a {@link SashWindowsContainer} and ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[71] protected SashWindowsContainer sashContainer; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[117] * Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[122] protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[128] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[128] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[128] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[130] sashWindowContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[132] sashWindowContainer.createPartControl(shell); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[141] public SashWindowsContainer getSashContainer() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/SimpleSashWindowContainerTestFacade.java:[163] sashContainer.dispose(); ^^^^^^^ Discouraged access: The method 'SashWindowsContainer.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[21] * A fake {@link TabFolderPart} for testing purpose. ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[23] * This class allows to instanciate a {@link TabFolderPart}. ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[28] public class FakeTabFolderPart extends TabFolderPart { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[31] * Create a fake {@link TabFolderPart} ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[36] super( new RootPart(null), null, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TabFolderPart(IPanelParent, ITabFolderModel, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[36] super( new RootPart(null), null, null); ^^^^^^^^ Discouraged access: The type 'RootPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeTabFolderPart.java:[36] super( new RootPart(null), null, null); ^^^^^^^^ Discouraged access: The constructor 'RootPart(SashWindowsContainer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[35] * Test if the {@link SashWindowsContainer} send the events of a page lifecycle. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[36] * Test if the page lifecycle events are correctly thrown by the {@link SashWindowsContainer} when ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[68] * Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[73] protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[81] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[81] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[81] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[83] sashWindowContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[85] sashWindowContainer.createPartControl(shell); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[116] protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[118] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[118] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[118] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LookupModelPageVisitor(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[119] container.visit(visitor); ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPartVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[120] return visitor.result(); ^^^^^^ Discouraged access: The method 'LookupModelPageVisitor.result()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[126] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[137] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[148] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[156] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[160] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[163] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[170] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[184] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[191] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[195] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[198] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[204] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[213] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[226] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[233] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[237] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[240] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[247] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[259] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageActivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[269] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[276] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[280] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[282] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[293] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[300] container.selectPage(page1); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[316] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[326] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageDeactivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[339] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[366] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[370] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[373] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[376] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[376] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p12"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[385] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[418] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[422] container.addPageLifeCycleListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.addPageLifeCycleListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[425] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[428] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21"))); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[428] container.selectPage(container.lookupModelPage(helper.lookupPageByName("p21"))); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/PageLifeCycleEventsThrownFromContainerTest.java:[437] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerMemoryLeakTest.java:[123] SashWindowsContainer container = editor.getSashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerMemoryLeakTest.java:[143] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[21] import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[36] protected SashWindowsContainer sashContainer; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[57] sashContainer.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[65] sashContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[65] sashContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[68] sashContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/editor/ShellEditor.java:[92] sashContainer.createPartControl(parent); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[35] * Test if the {@link SashWindowsContainer} send the events of a folder lifecycle. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[36] * Test if the folder lifecycle events are correctly thrown by the {@link SashWindowsContainer} when ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[65] protected IPage lookupTabFolderPart(SashWindowsContainer container, Object rawModel) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[67] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[67] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupModelPageVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[67] LookupModelPageVisitor visitor = new LookupModelPageVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LookupModelPageVisitor(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[68] container.visit(visitor); ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPartVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[69] return visitor.result(); ^^^^^^ Discouraged access: The method 'LookupModelPageVisitor.result()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[82] ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider(); ^^^^^^^^^^^^^^^ The value of the local variable contentProvider is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[83] SashWindowsContainer container = containerFacade.getSashContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[87] container.getFolderLifeCycleEventProvider().addListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getFolderLifeCycleEventProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[87] container.getFolderLifeCycleEventProvider().addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[97] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[102] assertEquals("right object", containerFacade.getNamesToInternalMap().get("f1"), listener.getEvents().get(i++).getRawModel()); ^^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getRawModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[104] assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel()); ^^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getRawModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[116] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[133] ISashWindowsContentProvider contentProvider = containerFacade.getIContentProvider(); ^^^^^^^^^^^^^^^ The value of the local variable contentProvider is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[134] SashWindowsContainer container = containerFacade.getSashContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[138] container.getFolderLifeCycleEventProvider().addListener(listener); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getFolderLifeCycleEventProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[138] container.getFolderLifeCycleEventProvider().addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[148] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[156] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FolderLifeCycleEventsThrownFromContainerTest.java:[162] assertEquals("right object", containerFacade.getNamesToInternalMap().get("f2"), listener.getEvents().get(i++).getRawModel()); ^^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getRawModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[27] * Tests for the {@link SashContainerFolderEventsProvider} class. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[55] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[55] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[55] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TabFolderListManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[56] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[56] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[56] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerFolderEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[57] folderEventProvider.addListener(listManager); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[60] TabFolderPart folder1= new FakeTabFolderPart(); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[61] folderEventProvider.fireFolderCreatedEvent(folder1); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderCreatedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[64] assertTrue( "folder added", listManager.getFolderList().contains(folder1) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[74] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[74] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderListManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[74] TabFolderListManager listManager = new TabFolderListManager(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TabFolderListManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[75] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[75] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerFolderEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[75] SashContainerFolderEventsProvider folderEventProvider = new SashContainerFolderEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerFolderEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[76] folderEventProvider.addListener(listManager); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.addListener(ITabFolderPartLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[79] TabFolderPart folder1= new FakeTabFolderPart(); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[80] folderEventProvider.fireFolderCreatedEvent(folder1); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderCreatedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[82] TabFolderPart folder2= new FakeTabFolderPart(); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[83] folderEventProvider.fireFolderCreatedEvent(folder2); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderCreatedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[86] assertTrue( "folder added", listManager.getFolderList().contains(folder1) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[87] assertTrue( "folder added", listManager.getFolderList().contains(folder2) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[90] folderEventProvider.fireFolderDisposedEvent(folder1); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerFolderEventsProvider.fireFolderDisposedEvent(TabFolderPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[91] assertFalse( "folder removed", listManager.getFolderList().contains(folder1) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/TabFolderListManagerTest.java:[92] assertTrue( "folder added", listManager.getFolderList().contains(folder2) ); ^^^^^^^^^^^^^ Discouraged access: The method 'TabFolderListManager.getFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[24] import org.eclipse.papyrus.infra.core.sasheditor.internal.IMultiEditorManager; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IMultiEditorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[25] import org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[26] import org.eclipse.papyrus.infra.core.sasheditor.internal.eclipsecopy.MultiPageSelectionProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MultiPageSelectionProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[41] * This main editor provide the minimum required to let a {@link SashWindowsContainer} run inside. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[65] public class FakeMultiSashPageEditor extends EditorPart implements IMultiEditorManager, IMultiPageEditorPart { ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IMultiEditorManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[77] private SashWindowsContainer sashContainer; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[270] site.setSelectionProvider(new MultiPageSelectionProvider(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'MultiPageSelectionProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[270] site.setSelectionProvider(new MultiPageSelectionProvider(this)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'MultiPageSelectionProvider(IMultiPageEditorPart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[280] sashContainer = new SashWindowsContainer(this); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[280] sashContainer = new SashWindowsContainer(this); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer(IMultiEditorManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[281] sashContainer.setContentProvider(getContentProvider()); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[282] sashContainer.createPartControl(parent); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[324] sashContainer.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[334] return sashContainer.getActiveEditor(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[349] public SashWindowsContainer getSashWindowsContainer() { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/tests/texteditor/FakeMultiSashPageEditor.java:[359] sashContainer.setFocus(); ^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setFocus()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[90] * Create a {@link SashWindowsContainer} to test. Initialize it with provided {@link ISashWindowsContentProvider}. ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[95] protected SashWindowsContainer createSashWindowsContainer(ISashWindowsContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[101] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[101] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[101] SashWindowsContainer sashWindowContainer = new SashWindowsContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashWindowsContainer()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[103] sashWindowContainer.setContentProvider(contentProvider); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setContentProvider(ISashWindowsContentProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[105] sashWindowContainer.createPartControl(shell); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.createPartControl(Composite)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[131] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[131] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[151] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[152] IPage page = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[158] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[158] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[177] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[178] IPage page = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[184] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[184] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[216] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[217] List pages = container.getVisiblePages(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getVisiblePages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[227] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[227] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[247] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[249] List pages = container.getVisiblePages(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getVisiblePages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[267] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[267] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[287] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[289] List pages = container.getVisiblePages(); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getVisiblePages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[305] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[305] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#getActiveEditor()}. ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveEditor()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[314] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[315] IPage page = container.getActiveSashWindowsPage(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[321] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[321] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#selectPage(IPage)}. ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[341] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[344] assertNotNull("active page set", container.getActiveSashWindowsPage()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[347] IPage p12 = container.lookupModelPage(models.get("p12")); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[348] container.selectPage(p12); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[349] assertEquals("page selected", p12, container.getActiveSashWindowsPage()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[352] IPage p22 = container.lookupModelPage(models.get("p22")); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[353] container.selectPage(p22); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[354] assertEquals("page selected", p22, container.getActiveSashWindowsPage()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[357] IPage p11 = container.lookupModelPage(models.get("p11")); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[358] container.selectPage(p11); ^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.selectPage(IPage)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[359] assertEquals("page selected", p11, container.getActiveSashWindowsPage()); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getActiveSashWindowsPage()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[364] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[364] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}. ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[370] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[372] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[378] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[378] * Test method for {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainer#refreshTabs()}. ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[400] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[401] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[407] * Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)} ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[407] * Test method for {@link SashWindowsContainer#visit(org.eclipse.papyrus.infra.core.sasheditor.editor.IPageVisitor)} ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPageVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[427] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[430] container.visit(pageVisitor); ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPageVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[455] * Test method for {@link SashWindowsContainer#lookupModelPage(Object)} ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[455] * Test method for {@link SashWindowsContainer#lookupModelPage(Object)} ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[475] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[478] IPage foundPage = container.lookupModelPage(model); ^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.lookupModelPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[483] * Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)} ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[483] * Test method for {@link SashWindowsContainer#setFolderTabMenuManager(MenuManager)} ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setFolderTabMenuManager(MenuManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[505] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[508] container.setFolderTabMenuManager(menuManager); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.setFolderTabMenuManager(MenuManager)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[511] TabFolderPart folderPart = lookupTabFolderPart(container, referenceFolder); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[512] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[515] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[518] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[521] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[527] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[530] assertNotNull("menu exist", folderPart.getControl().getMenu()); ^^^^^^^^^^ Discouraged access: The method 'TabFolderPart.getControl()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[540] protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[540] protected TabFolderPart lookupTabFolderPart(SashWindowsContainer container, Object rawModel) { ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[542] LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupFolderPartByRawModelVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[542] LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LookupFolderPartByRawModelVisitor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[542] LookupFolderPartByRawModelVisitor visitor = new LookupFolderPartByRawModelVisitor(rawModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'LookupFolderPartByRawModelVisitor(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[543] container.visit(visitor); ^^^^^ Discouraged access: The method 'SashWindowsContainer.visit(IPartVisitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[544] return visitor.result(); ^^^^^^ Discouraged access: The method 'LookupFolderPartByRawModelVisitor.result()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[566] SashWindowsContainer container = createSashWindowsContainer(contentProvider); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[569] IObservableList list = container.getIFolderList(); ^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getIFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[583] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[609] SashWindowsContainer container = containerFacade.getSashContainer(); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashWindowsContainer' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[612] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[615] IObservableList list = container.getIFolderList(); ^^^^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.getIFolderList()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashWindowsContainerTest.java:[627] container.refreshTabs(); ^^^^^^^^^^^ Discouraged access: The method 'SashWindowsContainer.refreshTabs()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[28] public class FakeFolderLifeCycleEventsListener implements ITabFolderPartLifeCycleEventsListener { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ITabFolderPartLifeCycleEventsListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[42] public List events; ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[51] events = new ArrayList(); ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[80] public List getEvents() { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[87] public TabFolderPart getEvent(int index) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[111] public void folderCreated(TabFolderPart folder) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/FakeFolderLifeCycleEventsListener.java:[118] public void folderDisposed(TabFolderPart folder) { ^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderPart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[20] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.AbstractPanelModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[21] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SashPanelModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[22] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProvider is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/contentprovider/simple/CreateModelInSimpleContentProviderVisitor.java:[23] import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.TabFolderModel is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[12] * Tests for the class {@link SashContainerEventsProvider}. ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[21] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#addListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[26] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[26] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[26] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[29] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[32] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[35] provider.firePageAboutToBeClosedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[41] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#removeListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsListener)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[46] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[46] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[46] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[49] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[50] provider.removeListener(listener); ^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.removeListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[53] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[56] provider.firePageAboutToBeClosedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[62] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[67] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[67] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[67] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[70] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[73] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[76] provider.firePageOpenedEvent(page); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[83] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[88] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[88] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[88] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[91] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[94] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[97] provider.firePageClosedEvent(page); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[104] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[109] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[109] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[109] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[112] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[115] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[118] provider.firePageAboutToBeOpenedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeOpenedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[125] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[130] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[130] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[130] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[133] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[136] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[139] provider.firePageAboutToBeClosedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageAboutToBeClosedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageActivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[146] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[151] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[151] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[151] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[154] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[157] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[160] provider.firePageActivatedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageActivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageDeactivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[167] * {@link org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProvider#firePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PagePart)} ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[172] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[172] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashContainerEventsProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[172] SashContainerEventsProvider provider = new SashContainerEventsProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashContainerEventsProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[175] provider.addListener(listener); ^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.addListener(IPageLifeCycleEventsListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[178] PagePart page = null; ^^^^^^^^ Discouraged access: The type 'PagePart' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/test/org/eclipse/papyrus/infra/core/sasheditor/internal/SashContainerEventsProviderTest.java:[181] provider.firePageDeactivatedEvent(page); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashContainerEventsProvider.firePageDeactivatedEvent(PagePart)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor-3.0.0.202211040259.jar') 407 problems (0 errors, 406 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.tests/target/org.eclipse.papyrus.infra.core.sasheditor.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.sasheditor.di.tests >-- [INFO] Building org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT [11/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[40] * {@link DiContentProvider}. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[77] else if(diPagesModel instanceof DiContentProvider) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[78] sashModel = ((DiContentProvider)diPagesModel).getDiSashModel(); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderBaseVisitor.java:[78] sashModel = ((DiContentProvider)diPagesModel).getDiSashModel(); ^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/AbstractDiContentProviderTest.java:[50] * The {@link DiContentProvider} under test. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/AbstractDiContentProviderTest.java:[52] protected DiContentProvider diContentProvider; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/AbstractDiContentProviderTest.java:[55] * The {@link DiContentProvider} under test. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/SashContainerModels.java:[38] protected DiContentProvider diContentProvider; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/SashContainerModels.java:[44] public SashContainerModels(DiContentProvider diContentProvider, Map diModelElements) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/SashContainerModels.java:[59] result = (ITabFolderModel)diContentProvider.createChildSashModel(diModelElements.get(name)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/sashmodel/query/CreateModelVisitor.java:[70] for( Page page : folder.getPages() ) { ^^^^ The value of the local variable page is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/CreateModelVisitor.java:[79] for( Page page : folder.getPages() ) { ^^^^ The value of the local variable page is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[48] * The {@link DiContentProvider} under test. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[84] Object rawModel = contentProvider.getRootModel(); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[85] IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[105] IAbstractPanelModel childModel = contentProvider.createChildSashModel(child); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[128] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[140] contentProvider.addPage(id); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[140] contentProvider.addPage(id); ^^^^^^^^^^^ The method addPage(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[148] contentProvider.movePage(folderModel, 3, 8); ^^^^^^^^ Discouraged access: The method 'DiContentProvider.movePage(ITabFolderModel, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[158] * Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[158] * Actually, it should be subtype of AbstractPanel {@link DiContentProvider#getRootModel()} ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[163] Assert.assertTrue("subtype of AbstractPanel", AbstractPanel.class.isInstance(contentProvider.getRootModel())); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[168] * Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)} ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[168] * Test {@link DiContentProvider#createFolder(ITabFolderModel, int, ITabFolderModel, int)} ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[176] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[188] contentProvider.addPage(id); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[188] contentProvider.addPage(id); ^^^^^^^^^^^ The method addPage(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[194] contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[200] Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent()); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[200] Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent()); ^^^^^^^^^^^^ Discouraged access: The method 'TabFolderModel.getTabFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[205] contentProvider.createFolder(folderModel, 2, folderModel, SWT.UP); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[210] Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent()); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[210] Assert.assertNotSame("Moved page is in another parent", ((TabFolderModel) folderModel).getTabFolder(), pageRef.getParent()); ^^^^^^^^^^^^ Discouraged access: The method 'TabFolderModel.getTabFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[214] * Check if {@link DiContentProvider#setCurrentFolder(Object)}. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[214] * Check if {@link DiContentProvider#setCurrentFolder(Object)}. ^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.setCurrentFolder(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[223] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[235] contentProvider.addPage(id); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[235] contentProvider.addPage(id); ^^^^^^^^^^^ The method addPage(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[241] contentProvider.createFolder(folderModel, 3, folderModel, SWT.RIGHT); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[246] TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder(); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[246] TabFolder firstFolder = ((TabFolderModel) folderModel).getTabFolder(); ^^^^^^^^^^^^ Discouraged access: The method 'TabFolderModel.getTabFolder()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[255] contentProvider.setCurrentFolder(firstFolder); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.setCurrentFolder(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[255] contentProvider.setCurrentFolder(firstFolder); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setCurrentFolder(Object) from the type DiContentProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[293] static class MyDIContentProvider extends DiContentProvider { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[296] super(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[299] MyDIContentProvider(SashModel diSashModel, IPageModelFactory pageModelFactory, ContentChangedEventProvider contentChangedEventProvider) throws IllegalArgumentException { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[300] super(diSashModel, pageModelFactory, contentChangedEventProvider); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory, ContentChangedEventProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[306] return super.getDiSashModel(); ^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[311] protected ContentChangedEventProvider getContentChangedEventProvider() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[312] return super.getContentChangedEventProvider(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getContentChangedEventProvider()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderTest.java:[318] super.firePropertyChanged(event); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.firePropertyChanged(IContentChangedListener.ContentEvent)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[52] * The {@link PageManagerImpl} under test. ^^^^^^^^^^^^^^^ Discouraged access: The type 'PageManagerImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[54] protected PageManagerImpl pageMngr; ^^^^^^^^^^^^^^^ Discouraged access: The type 'PageManagerImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[57] * The associated {@link DiContentProvider}. Not tested, but used to check events. ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[74] diSashModel.setPageList(DiFactory.eINSTANCE.createPageList()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setPageList(PageList) from the type SashWindowsMngr is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[74] diSashModel.setPageList(DiFactory.eINSTANCE.createPageList()); ^^^^^^^^^^^^^^^^ The method createPageList() from the type DiFactory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[75] ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[75] ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ContentChangedEventProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[75] ContentChangedEventProvider eventProvider = new ContentChangedEventProvider(diSashModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ContentChangedEventProvider(SashWindowsMngr)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[76] pageMngr = new PageManagerImpl(diSashModel, eventProvider) { ^^^^^^^^^^^^^^^ Discouraged access: The type 'PageManagerImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[76] pageMngr = new PageManagerImpl(diSashModel, eventProvider) { ^^^^^^^^^^^^^^^ Discouraged access: The constructor 'PageManagerImpl(SashWindowsMngr, ContentChangedEventProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[98] Object rawModel = contentProvider.getRootModel(); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getRootModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[102] IAbstractPanelModel panelModel = contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[122] IAbstractPanelModel childModel = contentProvider.createChildSashModel(child); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[144] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[156] pageMngr.addPage(id); ^^^^^^^^^^^ The method addPage(Object) from the type BasicPageManagerImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[176] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[207] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[229] pageMngr.closePage(identifiers.get(3)); ^^^^^^^^^ Discouraged access: The method 'PageManagerImpl.closePage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[252] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[274] pageMngr.closeAllOpenedPages(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'PageManagerImpl.closeAllOpenedPages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[299] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[321] pageMngr.closeOtherPages(identifiers.get(3)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'PageManagerImpl.closeOtherPages(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[351] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[389] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[413] pageMngr.removePage(identifiers.get(3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method removePage(Object) from the type BasicPageManagerImpl is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[441] contentProvider.getContentChangedEventProvider().addListener(changeListener); ^^^^^^^^^^^ Discouraged access: The method 'ContentChangedEventProvider.addListener(IContentChangedListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[466] contentProvider.createFolder(tabFolder, movedPageIndex, tabFolder, SWT.TOP); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/PageManagerImplTest.java:[472] pageMngr.closePage(identifiers.get(movedPageIndex)); ^^^^^^^^^ Discouraged access: The method 'PageManagerImpl.closePage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[47] * This facade own a {@link DiContentProvider} and provides methods to manipulate it with ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[48] * the help of names. Each element in the {@link DiContentProvider} can be identified ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[62] protected DiContentProvider contentProvider; ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[84] this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[84] this.contentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[92] public DiContentProviderFacade(DiContentProvider contentProvider) { ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[209] return contentProvider.getDiSashModel().getWindows().get(0); ^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[218] return contentProvider.getDiSashModel().getWindows().get(0).getPanel(); ^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.getDiSashModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[232] TabFolderModel folderModel = getITabFolderModel( folderName ); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[236] contentProvider.addPage(folderModel, index, pageRawModel); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(ITabFolderModel, int, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[253] TabFolderModel folderModel = getITabFolderModel( folderName ); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[258] contentProvider.addPage(folderModel, pageRawModel); ^^^^^^^ Discouraged access: The method 'DiContentProvider.addPage(ITabFolderModel, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[268] * In the {@link DiContentProvider} implementation, the pageModel ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[303] contentProvider.movePage(folderModel, oldIndex, newIndex); ^^^^^^^^ Discouraged access: The method 'DiContentProvider.movePage(ITabFolderModel, int, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[311] contentProvider.movePage(srcFolderModel, sourceIndex, targetFolderModel, targetIndex); ^^^^^^^^ Discouraged access: The method 'DiContentProvider.movePage(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[317] contentProvider.removePage(pageModel); ^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.removePage(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[325] contentProvider.removePage(folderModel, tabIndex); ^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.removePage(ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[332] TabFolderModel targetFolderModel = getITabFolderModel( targetFolderName ); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[334] contentProvider.createFolder(srcFolderModel, tabIndex, targetFolderModel, side); ^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createFolder(ITabFolderModel, int, ITabFolderModel, int)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[359] * For a folder, the wrapper is a {@link TabFolderModel}. ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[365] public TabFolderModel getITabFolderModel(String folderName) throws NotFoundException { ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[371] if( ! (cachedModel instanceof TabFolderModel) ) ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[375] return (TabFolderModel)cachedModel; ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[387] TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[387] TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^ Discouraged access: The type 'TabFolderModel' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[387] TabFolderModel tabFolderModel = (TabFolderModel)contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProviderFacade.java:[424] IPageModel pageModel = (IPageModel)contentProvider.createChildSashModel(rawModel); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'DiContentProvider.createChildSashModel(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProvider2Test.java:[41] diContentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/DiContentProvider2Test.java:[41] diContentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[74] diContentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[74] diContentProvider = new DiContentProvider(diSashModel, pageModelFactory); ^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DiContentProvider(SashModel, IPageModelFactory)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[78] contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TransactionalDiContentProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/test/org/eclipse/papyrus/infra/core/sasheditor/di/contentprovider/internal/TransactionalDiContentProvider2Test.java:[78] contentProvider = new TransactionalDiContentProvider(diContentProvider, editingDomain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'TransactionalDiContentProvider(DiContentProvider, TransactionalEditingDomain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core.sasheditor.di/3.0.0.202211040259/org.eclipse.papyrus.infra.core.sasheditor.di-3.0.0.202211040259.jar') 113 problems (113 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.sasheditor.di.tests/target/org.eclipse.papyrus.infra.core.sasheditor.di.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.sasheditor.di.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.tests >--- [INFO] Building org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT [12/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.tests --- [INFO] The project's OSGi version is 4.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Compiling 34 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[160] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[198] mngr.loadModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[230] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[263] assertThat("workspace resource not created", modelFile.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[265] assertThat("EMF resource is null", model.getResource(), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Resource, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[266] assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[336] assertThat("workspace resource not created", modelFile1.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[337] assertThat("workspace resource not created", modelFile2.exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[339] assertThat("EMF resource is null", model.getResource(), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Resource, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[340] assertThat("EMF resource not created", model.getResource().getContents().isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[341] assertThat("EMF resource not created", res2.getContents().isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[433] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[441] mngr.saveAs(newPath); ^^^^^^^^^^^^^^^ The method saveAs(IPath) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[473] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[495] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[518] mngr.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[554] mngr.loadModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[628] mngr.createsModels(createdFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[640] mngr.importModels(new ModelIdentifiers(model1Key, model2Key), importFile); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method importModels(ModelIdentifiers, IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[690] assertThat(earlySnippet.active, is((Set) ImmutableSet. of(model1, model2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/ModelSetTest.java:[691] assertThat(lateSnippet.active, is((Set) ImmutableSet. of(model1, model2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[102] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[137] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[171] modelSet.loadModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[207] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[244] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[281] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/resource/AbstractModelWithSharedResourceTest.java:[342] modelSet.createsModels(model1File); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/JobBasedFutureTest.java:[284] throw (Exception) exception.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/JobBasedFutureTest.java:[286] throw (Error) exception.newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/services/FakeService.java:[60] this.trace = trace; ^^^^^ The static field FakeService.trace should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[35] import org.eclipse.papyrus.infra.core.internal.language.LanguageModelRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.3.0.202211040259/org.eclipse.papyrus.infra.core-4.3.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[183] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.3.0.202211040259/org.eclipse.papyrus.infra.core-4.3.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[183] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^^^^^ Discouraged access: The field 'LanguageModelRegistry.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.3.0.202211040259/org.eclipse.papyrus.infra.core-4.3.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[183] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^ Discouraged access: The method 'LanguageModelRegistry.bind(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.3.0.202211040259/org.eclipse.papyrus.infra.core-4.3.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[190] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.3.0.202211040259/org.eclipse.papyrus.infra.core-4.3.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[190] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^^^^^ Discouraged access: The field 'LanguageModelRegistry.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.3.0.202211040259/org.eclipse.papyrus.infra.core-4.3.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/language/LanguageServiceTest.java:[190] LanguageModelRegistry.INSTANCE.bind(ECORE_LANGUAGE_ID, ecoreModel.getIdentifier()); ^^^^ Discouraged access: The method 'LanguageModelRegistry.bind(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.core/4.3.0.202211040259/org.eclipse.papyrus.infra.core-4.3.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[44] assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[44] assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[44] assertThat(AdapterUtils.adapt(foo, String.class), isPresent(String.class)); ^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[51] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[51] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[51] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class), isPresent(String.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[59] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[59] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[59] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isPresent(EMFAdapter.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[66] assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[66] assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[66] assertThat(AdapterUtils.adapt(foo, Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[73] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[73] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[73] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class), isNull(Integer.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[80] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Optional, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[80] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[80] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class), isNull(EMFAdapter.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[87] assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[87] assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[87] assertThat(AdapterUtils.adapt(foo, String.class, null), is(foo)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, String) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[94] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[94] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[94] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), String.class, null), is(foo)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, String) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[102] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(AdapterUtilsTest.EMFAdapter, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[102] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[102] assertThat(AdapterUtils.adapt(obj, EMFAdapter.class, null), is(emf)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, AdapterUtilsTest.EMFAdapter) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[109] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[109] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42)); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[109] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, 42), is(42)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, Integer) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[116] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[116] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue()); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[116] assertThat(AdapterUtils.adapt(new AdaptableWrapper(foo), Integer.class, null), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, Integer) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/test/org/eclipse/papyrus/infra/core/utils/AdapterUtilsTest.java:[156] public Object getAdapter(@SuppressWarnings("rawtypes") Class adapter) { ^^^^^^ Type safety: The return type Object for getAdapter(Class) from the type AdapterUtilsTest.AdaptableWrapper needs unchecked conversion to conform to T from the type IAdaptable 72 problems (72 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.tests/target/org.eclipse.papyrus.infra.core.tests-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT [13/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.editor.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.editor.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.editor.welcome.tests >-- [INFO] Building org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT [14/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[36] import org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.utils.TransactionHelper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[38] import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.LanguageObservable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[39] import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[40] import org.eclipse.papyrus.infra.editor.welcome.internal.modelelements.WelcomeModelElementFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[41] 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-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.4.0.202211040259/org.eclipse.papyrus.infra.ui-3.4.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[47] * Test cases for the {@link WelcomeModelElement} and its properties. ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[52] private WelcomeModelElement fixture; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[114] IObservableList languages = (IObservableList) fixture.getObservable("languages"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[114] IObservableList languages = (IObservableList) fixture.getObservable("languages"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[117] LanguageObservable lang = languages.get(0); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[118] assertThat(lang.getName().getValue().toUpperCase(), is("UML")); ^^^^^^^ Discouraged access: The method 'LanguageObservable.getName()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[119] assertThat(lang.getVersion().getValue().compareTo(new Version("2.5")), not(lessThan(0))); ^^^^^^^^^^ Discouraged access: The method 'LanguageObservable.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[128] IObservableList languages = (IObservableList) fixture.getObservable("languages"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[128] IObservableList languages = (IObservableList) fixture.getObservable("languages"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[131] LanguageObservable lang = languages.get(0); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'LanguageObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[166] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[166] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[166] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WelcomeModelElementFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[172] TransactionHelper.run(editor.getEditingDomain(), () -> { ^^^^^^^^^^^^^^^^^ The type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[172] TransactionHelper.run(editor.getEditingDomain(), () -> { new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute(); }); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method run(TransactionalEditingDomain, Runnable) from the type TransactionHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[173] new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'SashLayoutCommandFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.4.0.202211040259/org.eclipse.papyrus.infra.ui-3.4.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[173] new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute(); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'SashLayoutCommandFactory(IMultiDiagramEditor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.4.0.202211040259/org.eclipse.papyrus.infra.ui-3.4.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomeModelElementTest.java:[173] new SashLayoutCommandFactory(editor.getEditor()).createTogglePrivateLayoutCommand().execute(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'SashLayoutCommandFactory.createTogglePrivateLayoutCommand()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui/3.4.0.202211040259/org.eclipse.papyrus.infra.ui-3.4.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[41] import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[62] WelcomePage welcome = getWelcomePage(); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[103] WelcomePage page = getWelcomePage(); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[116] WelcomePage page = getWelcomePage(); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/WelcomePageServiceTest.java:[137] WelcomePage page = getWelcomePage(); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[36] import org.eclipse.papyrus.infra.editor.welcome.internal.WelcomePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[103] protected WelcomePage getWelcomePage() { ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[104] WelcomePage[] result = { null }; ^^^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[116] WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[116] WelcomePage welcome = PlatformHelper.getAdapter(page, WelcomePage.class); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[126] protected boolean isActivePage(WelcomePage page) { ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/org/eclipse/papyrus/infra/editor/welcome/tests/AbstractWelcomePageTest.java:[128] return (activePage != null) && (PlatformHelper.getAdapter(activePage, WelcomePage.class) == page); ^^^^^^^^^^^ Discouraged access: The type 'WelcomePage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.editor.welcome/3.0.0.202211040259/org.eclipse.papyrus.infra.editor.welcome-3.0.0.202211040259.jar') 35 problems (35 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/editor/org.eclipse.papyrus.infra.editor.welcome.tests/target/org.eclipse.papyrus.infra.editor.welcome.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.editor.welcome.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT [15/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.gmf.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT [16/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.gmf.tests/target/org.eclipse.papyrus.infra.emf.gmf.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.gmf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.readonly.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT [17/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[54] assertThat(fixture.asBoolean(true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[55] assertThat(fixture.asBoolean(false), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[56] assertThat(fixture.asBoolean("hello"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[57] assertThat(fixture.asBoolean(null), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[62] assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), false), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[65] assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(string), true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[69] assertThat(fixture.testIsReadOnly(Iterators.singletonIterator(domain.getModel()), true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[75] assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[78] assertThat(fixture.canMakeWritable(Iterators.singletonIterator(string), true), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/org/eclipse/papyrus/infra/emf/readonly/ReadOnlyTesterTest.java:[81] assertThat(fixture.canMakeWritable(Iterators.singletonIterator(domain.getModel()), true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated 10 problems (10 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.readonly.tests/target/org.eclipse.papyrus.infra.emf.readonly.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.readonly.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.tests >---- [INFO] Building org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT [18/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[70] import org.eclipse.papyrus.infra.emf.internal.resource.index.IIndexManagerListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexManagerListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[71] 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-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[72] import org.eclipse.papyrus.infra.emf.internal.resource.index.InternalModelIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalModelIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[104] private IndexManager manager; ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[426] IndexManager.getInstance().pause(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[426] IndexManager.getInstance().pause(); ^^^^^^^^^^^ Discouraged access: The method 'IndexManager.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[426] IndexManager.getInstance().pause(); ^^^^^ Discouraged access: The method 'IndexManager.pause()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[449] manager = new IndexManager() { ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[449] manager = new IndexManager() { ^^^^^^^^^^^^ Discouraged access: The constructor 'IndexManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[451] protected Map loadIndices() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalModelIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[453] return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture); ^^^^^^^^^^^ Discouraged access: The method 'InternalModelIndex.getIndexKey()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[453] return Collections.singletonMap(fixture.getIndexKey(), (InternalModelIndex) fixture); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InternalModelIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[456] manager.startManager(); ^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.startManager()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[465] manager.dispose(); ^^^^^^^ Discouraged access: The method 'IndexManager.dispose()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[473] IndexManager.getInstance().resume(); ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[473] IndexManager.getInstance().resume(); ^^^^^^^^^^^ Discouraged access: The method 'IndexManager.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[473] IndexManager.getInstance().resume(); ^^^^^^ Discouraged access: The method 'IndexManager.resume()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[511] Job getJobWrangler(IndexManager indexManager) { ^^^^^^^^^^^^ Discouraged access: The type 'IndexManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[550] IIndexManagerListener[] listener = { null }; ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexManagerListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[551] listener[0] = IIndexManagerListener.startingAdapter(__ -> { ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IIndexManagerListener' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[551] listener[0] = IIndexManagerListener.startingAdapter(__ -> { ^^^^^^^^^^^^^^^ Discouraged access: The method 'IIndexManagerListener.startingAdapter(Consumer)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[555] manager.removeIndexManagerListener(listener[0]); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.removeIndexManagerListener(IIndexManagerListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/index/WorkspaceModelIndexTest.java:[558] manager.addIndexManagerListener(listener[0]); ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'IndexManager.addIndexManagerListener(IIndexManagerListener)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/edit/domain/PapyrusTransactionalEditingDomainTest.java:[79] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/advice/ReadOnlyObjectEditAdviceTest.java:[469] readOnlyHandlerAdapterFactory = (IAdapterFactory) Platform.getBundle("org.eclipse.papyrus.infra.emf.readonly").loadClass("org.eclipse.papyrus.infra.emf.readonly.ReadOnlyAdapterFactory").newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated since version 9 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[36] 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-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[37] import org.eclipse.papyrus.infra.emf.internal.resource.OnDemandCrossReferenceIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnDemandCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[97] indexFunction = OnDemandCrossReferenceIndex::new; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'OnDemandCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[97] indexFunction = OnDemandCrossReferenceIndex::new; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'OnDemandCrossReferenceIndex(ResourceSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[100] indexFunction = __ -> CrossReferenceIndex.getInstance(); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'CrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/AbstractCrossReferenceIndexTest.java:[100] indexFunction = __ -> CrossReferenceIndex.getInstance(); ^^^^^^^^^^^ Discouraged access: The method 'CrossReferenceIndex.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/ShardResourceHelperTest.java:[39] import org.eclipse.papyrus.infra.emf.internal.resource.AbstractCrossReferenceIndex; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/ShardResourceHelperTest.java:[269] .map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource()))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'AbstractCrossReferenceIndex' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/tests/org/eclipse/papyrus/infra/emf/resource/ShardResourceHelperTest.java:[269] .map(s -> s.filter(a -> AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE.equals(a.getSource()))) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'AbstractCrossReferenceIndex.SHARD_ANNOTATION_SOURCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf/4.2.0.202211040259/org.eclipse.papyrus.infra.emf-4.2.0.202211040259.jar') 34 problems (34 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.emf.tests/target/org.eclipse.papyrus.infra.emf.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.filters.tests >-- [INFO] Building org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT [19/175] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.filters.tests/target/org.eclipse.papyrus.infra.filters.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.filters.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT [20/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT [21/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/assistant/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.assistant.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT [22/175] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/assistant/org.eclipse.papyrus.infra.gmfdiag.assistant.tests/target/org.eclipse.papyrus.infra.gmfdiag.assistant.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.assistant.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.canonical.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT [23/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] The project's OSGi version is 2.1.100.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.canonical.tests/target/org.eclipse.papyrus.infra.gmfdiag.canonical.tests-2.1.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.canonical.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.commands.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT [24/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NotifyingWorkspaceCommandStackTest.java:[154] fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NotifyingWorkspaceCommandStackTest.java:[154] fixture = new NotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^ The method getInstance() from the type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type NestingNotifyingWorkspaceCommandStack is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor NestingNotifyingWorkspaceCommandStack(IOperationHistory) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^^^^^^^^^^^ The type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/NestingNotifyingWorkspaceCommandStackTest.java:[297] fixture = new NestingNotifyingWorkspaceCommandStack(CheckedOperationHistory.getInstance()); ^^^^^^^^^^^^^ The method getInstance() from the type CheckedOperationHistory is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[123] for (Iterator iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) { ^^^^^^^^^^^^^^^^^^^ The type CommandTreeIterator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[123] for (Iterator iter = CommandTreeIterator.iterate(command, type); iter.hasNext();) { ^^^^^^^^^^^^^^^^^^^^^^ The method iterate(Object, Class) from the type CommandTreeIterator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[133] for (Iterator iter = CommandTreeIterator.iterate(command); iter.hasNext();) { ^^^^^^^^^^^^^^^^^^^ The type CommandTreeIterator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/org/eclipse/papyrus/commands/util/CommandTreeIteratorTest.java:[133] for (Iterator iter = CommandTreeIterator.iterate(command); iter.hasNext();) { ^^^^^^^^^^^^^^^^ The method iterate(Object) from the type CommandTreeIterator is deprecated 10 problems (10 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.commands.tests/target/org.eclipse.papyrus.infra.gmfdiag.commands.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.commands.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.common.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT [25/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] The project's OSGi version is 4.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultPasteCommandTest.java:[70] assertThat(typeNamesLikeMyClass.size(), is(2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultDiagramCopyCommandTest.java:[57] assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultDiagramCopyCommandTest.java:[59] assertThat(copy.getName(), containsString(myClass.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/ExpansionAddCompartment.java:[200] IGraphicalEditPart classEditPart = (IGraphicalEditPart) diagramEditPart.getChildren().stream().filter(ep -> ((IGraphicalEditPart) ep).resolveSemanticElement().equals(newClass)).findAny().orElse(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method filter(Predicate) belongs to the raw type Stream. References to generic type Stream should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/ExpansionAddCompartment.java:[200] IGraphicalEditPart classEditPart = (IGraphicalEditPart) diagramEditPart.getChildren().stream().filter(ep -> ((IGraphicalEditPart) ep).resolveSemanticElement().equals(newClass)).findAny().orElse(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method orElse(Object) belongs to the raw type Optional. References to generic type Optional should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/ExpansionAddCompartment.java:[270] IGraphicalEditPart classEditPart = (IGraphicalEditPart) diagramEditPart.getChildren().stream().filter(ep -> ((IGraphicalEditPart) ep).resolveSemanticElement().equals(newClass)).findAny().orElse(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method filter(Predicate) belongs to the raw type Stream. References to generic type Stream should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/ExpansionAddCompartment.java:[270] IGraphicalEditPart classEditPart = (IGraphicalEditPart) diagramEditPart.getChildren().stream().filter(ep -> ((IGraphicalEditPart) ep).resolveSemanticElement().equals(newClass)).findAny().orElse(null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method orElse(Object) belongs to the raw type Optional. References to generic type Optional should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultCopyCommandTest.java:[55] assertThat(clipboard.getCopyFromSource(myClass), instanceOf(org.eclipse.uml2.uml.Class.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultCopyCommandTest.java:[57] assertThat(copy.getName(), containsString(myClass.getName())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/GMFUnsafeTest.java:[173] assertThat(related, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Property, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/ClassifierViewFactory.java:[81] rv.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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/ClassifierViewFactory.java:[84] rv.getStyles().add(NotationFactory.eINSTANCE.createSortingStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/utils/ClassifierViewFactory.java:[87] rv.getStyles().add(NotationFactory.eINSTANCE.createFilteringStyle()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type List. References to generic type List should be parameterized 14. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/resources/TestModelValidationTest.java (at line 40) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/CreateEditBasedElementCommandTest.java:[45] assertThat(command.canExecute(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[49] assertThat(fixture.getText(diagram), is("classes")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[55] assertThat(fixture.getText(diagram), is("(Class Diagram of foo)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[63] assertThat(fixture.getText(diagram), is("(Class Diagram of bar)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[77] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/providers/tests/NotationLabelProviderTest.java:[93] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[37] import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.DefaultModelingAssistantModelProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultModelingAssistantModelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[38] import org.eclipse.papyrus.infra.gmfdiag.assistant.internal.core.ModelingAssistantModelRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelingAssistantModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[121] SynchronizableGmfDiagramEditor diagramEditor = (SynchronizableGmfDiagramEditor) editor.getActiveEditor(); ^^^^^^^^^^^^^ The value of the local variable diagramEditor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[150] IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'DefaultModelingAssistantModelProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[150] IModelingAssistantModelProvider result = new DefaultModelingAssistantModelProvider(assistantURI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'DefaultModelingAssistantModelProvider(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[152] ModelingAssistantModelRegistry.getInstance().loadModels(result); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ModelingAssistantModelRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[152] ModelingAssistantModelRegistry.getInstance().loadModels(result); ^^^^^^^^^^^ Discouraged access: The method 'ModelingAssistantModelRegistry.getInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/AssistantUsage.java:[152] ModelingAssistantModelRegistry.getInstance().loadModels(result); ^^^^^^^^^^ Discouraged access: The method 'ModelingAssistantModelRegistry.loadModels(IModelingAssistantModelProvider)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.assistant/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.assistant-2.1.0.202211040259.jar') 29. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/tests/resources/ModelValidationTest.java (at line 38) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/org/eclipse/papyrus/infra/gmfdiag/common/commands/tests/DefaultDiagramPasteCommandTest.java:[78] Assert.assertThat(typeNamesLikeMyClass.size(), is(2)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated 30 problems (0 errors, 28 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.common.tests/target/org.eclipse.papyrus.infra.gmfdiag.common.tests-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.common.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.css.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT [26/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[169] for(View childNode : (List)class3.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[196] for(View childNode : (List)diagram.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[197] for(View compartment : (List)childNode.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[210] stylesList.getStringListValue().add("showTitleForAllCompartments"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[213] for(View childNode : (List)diagram.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[214] for(View compartment : (List)childNode.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/org/eclipse/papyrus/infra/gmfdiag/css/tests/tests/CSSCompartmentsTests.java:[240] for(View childNode : (List)element.getChildren()) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from EList to List 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.css.tests/target/org.eclipse.papyrus.infra.gmfdiag.css.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.css.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.expansion.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT [27/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.expansion.tests/target/org.eclipse.papyrus.infra.gmfdiag.expansion.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.expansion.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.menu.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT [28/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/org/eclipse/papyrus/infra/gmfdiag/menu/utils/DeleteActionUtilTest.java:[61] Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) noteNode)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/org/eclipse/papyrus/infra/gmfdiag/menu/utils/DeleteActionUtilTest.java:[73] Assert.assertFalse(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) orphanNode)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/org/eclipse/papyrus/infra/gmfdiag/menu/utils/DeleteActionUtilTest.java:[84] Assert.assertTrue(DeleteActionUtil.isSemanticDeletion((IGraphicalEditPart) semanticNode)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isSemanticDeletion(IGraphicalEditPart) from the type DeleteActionUtil is deprecated 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.menu.tests/target/org.eclipse.papyrus.infra.gmfdiag.menu.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.menu.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT [29/175] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests/target/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.gmfdiag.welcome.tests >-- [INFO] Building org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT [30/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[41] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[42] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[43] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[52] * Test cases for the {@link WelcomeModelElement} and its properties. ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[57] private WelcomeModelElement fixture; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[65] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[71] .map(NotationObservable::getView) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[71] .map(NotationObservable::getView) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[80] .map(NotationObservable::getContext) ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[80] .map(NotationObservable::getContext) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'NotationObservable.getContext()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[90] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[92] NotationObservable toBeDeleted = getView(views, "use cases"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[96] for (ListDiffEntry next : event.diff.getDifferences()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[107] EcoreUtil.delete(toBeDeleted.getView().getValue(), true); ^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[118] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[120] NotationObservable[] created = { null }; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[123] for (ListDiffEntry next : event.diff.getDifferences()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[124] if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) { ^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[148] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[150] NotationObservable[] obs = { null }; ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[153] for (ListDiffEntry next : event.diff.getDifferences()) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[154] if (next.isAddition() && "CreatedInTest".equals(getName(next.getElement().getView().getValue()))) { ^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[179] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[179] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[179] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WelcomeModelElementFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[183] IObservableList getNotationViews() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[185] IObservableList result = (IObservableList) fixture.getObservable("views"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[185] IObservableList result = (IObservableList) fixture.getObservable("views"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[189] NotationObservable getView(Collection views, String name) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[189] NotationObservable getView(Collection views, String name) { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/WelcomeModelElementTest.java:[191] .filter(d -> name.equals(getName(d.getView().getValue()))) ^^^^^^^ Discouraged access: The method 'NotationObservable.getView()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[35] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservable; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[36] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.NotationObservableProperty; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservableProperty' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[37] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElement; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[38] import org.eclipse.papyrus.infra.gmfdiag.welcome.internal.modelelements.WelcomeModelElementFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[47] * Test cases for the {@link NotationObservableProperty} class specifically. ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservableProperty' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[52] private WelcomeModelElement fixture; ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[60] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[100] IObservableList views = getNotationViews(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[125] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElement' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[125] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'WelcomeModelElementFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[125] fixture = (WelcomeModelElement) new WelcomeModelElementFactory().createFromSource( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'WelcomeModelElementFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[129] IObservableList getNotationViews() { ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[131] IObservableList result = (IObservableList) fixture.getObservable("views"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/org/eclipse/papyrus/infra/gmfdiag/welcome/tests/NotationObservablePropertyTest.java:[131] IObservableList result = (IObservableList) fixture.getObservable("views"); ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'NotationObservable' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.gmfdiag.welcome/2.1.0.202211040259/org.eclipse.papyrus.infra.gmfdiag.welcome-2.1.0.202211040259.jar') 45 problems (45 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/gmfdiag/org.eclipse.papyrus.infra.gmfdiag.welcome.tests/target/org.eclipse.papyrus.infra.gmfdiag.welcome.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.gmfdiag.welcome.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.main.test >-- [INFO] Building org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT [31/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.main.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.main.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.common.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT [32/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common.tests/target/org.eclipse.papyrus.infra.nattable.common.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.common.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.model.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT [33/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.tests/target/org.eclipse.papyrus.infra.nattable.model.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.model.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT [34/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[65] assertThat(fixture.getText(table), is("classes")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[71] assertThat(fixture.getText(table), is("(Test Table of foo)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[79] assertThat(fixture.getText(table), is("(Test Table of bar)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[93] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[109] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/org/eclipse/papyrus/infra/nattable/tests/tests/TableLabelProviderTest.java:[116] assertThat(fixture.getText(selection), is("classes, classes")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.tests/target/org.eclipse.papyrus.infra.nattable.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.views.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT [35/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] The project's OSGi version is 2.0.100.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/RevealViewsTableTest.java:[215] final List rowSelectedPositionsAsList = Arrays.asList(rowSelectedPositions[0], rowSelectedPositions[1]); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/RevealViewsTableTest.java:[255] final List columnSelectedPositionsAsList = Arrays.asList(columnSelectedPositions[0], columnSelectedPositions[1]); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[35] import org.eclipse.papyrus.infra.core.sashwindows.di.PageList; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[132] PageList pageList = getPageList(rootModel); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[133] for (final PageRef pageRef : pageList.getAvailablePage()) { ^^^^^^^^^^^^^^^^^^ The method getAvailablePage() from the type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[172] private static final PageList getPageList(final EObject object) { ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[177] final PageList pageList = windowMngr.getPageList(); ^^^^^^^^ The type PageList is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/org/eclipse/papyrus/infra/nattable/views/tests/tests/TableVerifyContents.java:[177] final PageList pageList = windowMngr.getPageList(); ^^^^^^^^^^^^^ The method getPageList() from the type SashWindowsMngr is deprecated 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.tests/target/org.eclipse.papyrus.infra.nattable.views.tests-2.0.100-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.views.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT [36/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/properties/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.properties.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.properties.ui.tests >-- [INFO] Building org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT [37/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] The project's OSGi version is 3.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/properties/org.eclipse.papyrus.infra.properties.ui.tests/target/org.eclipse.papyrus.infra.properties.ui.tests-3.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.properties.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT [38/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.controlmode.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT [39/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.controlmode.tests/target/org.eclipse.papyrus.infra.services.controlmode.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.controlmode.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT [40/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProvider.java:[22] import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProvider.java:[28] * JUnit tests for {@link ElementEditServiceProvider} class. ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[11] import org.eclipse.papyrus.infra.services.edit.internal.ElementEditServiceProviderFactory; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[17] * JUnit tests for {@link ElementEditServiceProviderFactory} class. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[36] ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[36] ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditServiceProviderFactory' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[36] ElementEditServiceProviderFactory factory = new ElementEditServiceProviderFactory(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ElementEditServiceProviderFactory()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[37] factory.init(registry); ^^^^ Discouraged access: The method 'ElementEditServiceProviderFactory.init(ServicesRegistry)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditServiceProviderFactory.java:[38] service = factory.createServiceInstance(); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ElementEditServiceProviderFactory.createServiceInstance()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditService.java:[18] import org.eclipse.papyrus.infra.services.edit.internal.ElementEditService; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/org/eclipse/papyrus/infra/services/edit/tests/service/TestElementEditService.java:[25] * JUnit tests for {@link ElementEditService} class. ^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ElementEditService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.edit/4.1.0.202211040259/org.eclipse.papyrus.infra.services.edit-4.1.0.202211040259.jar') 11 problems (11 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.tests/target/org.eclipse.papyrus.infra.services.edit.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.edit.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.edit.ui.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT [41/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.edit.ui.tests/target/org.eclipse.papyrus.infra.services.edit.ui.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.edit.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.resourceloading.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT [42/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/testModel1/AbstractResourceLoadingTestModel2.java:[94] modelSet.loadModels(resourceLoaded); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/testModel2/AbstractResourceLoadingTestModel2.java:[89] modelSet.loadModels(resourceLoaded); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/StrategyChooserFixture.java:[19] 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-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202211040259/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/StrategyChooserFixture.java:[35] chooser = ProxyManager.getStrategyChooser(); ^^^^^^^^^^^^ Discouraged access: The type 'ProxyManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202211040259/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/StrategyChooserFixture.java:[35] chooser = ProxyManager.getStrategyChooser(); ^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProxyManager.getStrategyChooser()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.services.resourceloading/4.0.0.202211040259/org.eclipse.papyrus.infra.services.resourceloading-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/test/org/eclipse/papyrus/infra/services/resourceloading/tests/testModel1/AbstractResourceLoadingTestModel1.java:[91] modelSet.loadModels(modelFile); ^^^^^^^^^^^^^^^^^^^^^ The method loadModels(IFile) from the type ModelSet is deprecated 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.resourceloading.tests/target/org.eclipse.papyrus.infra.services.resourceloading.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.resourceloading.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.semantic.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT [43/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[62] assertThat(roots, hasItem(instanceOf(Model.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[63] assertThat(roots, hasItem(instanceOf(Profile.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[66] assertThat(roots, not(hasItem(isStereotypeApplication()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[69] assertThat(roots, not(hasItem(instanceOf(Diagram.class)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[70] assertThat(roots, not(hasItem(instanceOf(Table.class)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[80] assertThat(modelIDs, hasItem(UmlModel.MODEL_ID)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/org/eclipse/papyrus/infra/services/semantic/tests/SemanticServiceTest.java:[82] assertThat(modelIDs, not(hasItem(NotationModel.MODEL_ID))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated 7 problems (7 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.semantic.tests/target/org.eclipse.papyrus.infra.services.semantic.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.semantic.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.tools.tests >--- [INFO] Building org.eclipse.papyrus.infra.tools.tests 2.1.0-SNAPSHOT [44/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[29] import org.eclipse.core.databinding.beans.BeansObservables; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[51] public abstract class DelegatingObservableSetTest extends DelegatingObservableCollectionTest { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[55] class SetListener implements ISetChangeListener { ^^^^^^^^^^^^^^^^^^ ISetChangeListener is a raw type. References to generic type ISetChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[57] SetDiff diff; ^^^^^^^ SetDiff is a raw type. References to generic type SetDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[65] 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[74] fixture.addSetChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[83] fixture.removeSetChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[116] protected Class getDelegateType() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[122] houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[123] houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[127] protected IObservableSet createDelegate() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[128] return new WritableSet(realm, Collections.EMPTY_SET, String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[128] return new WritableSet(realm, Collections.EMPTY_SET, String.class); ^^^^^^^^^^^ WritableSet is a raw type. References to generic type WritableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[137] private IObservableValue master; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[151] protected Class getDelegateType() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[157] houseKeeper.setField("set", new SetOfStrings()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, DelegatingObservableSetTest.ObservingTest.SetOfStrings) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[158] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[158] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[158] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, set, SetOfStrings.class))); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[160] houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[161] houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[165] protected IObservableSet createDelegate() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[166] return BeansObservables.observeDetailSet(master, "strings", String.class); ^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[166] return BeansObservables.observeDetailSet(master, "strings", String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeDetailSet(IObservableValue, String, Class) from the type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[170] protected IObservableSet createNonObservingDelegate() { ^^^^^^^^^^^^^^ IObservableSet is a raw type. References to generic type IObservableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[171] return new WritableSet(realm, Collections.EMPTY_SET, String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableSet(Realm, Collection, Object) belongs to the raw type WritableSet. References to generic type WritableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableSetTest.java:[171] return new WritableSet(realm, Collections.EMPTY_SET, String.class); ^^^^^^^^^^^ WritableSet is a raw type. References to generic type WritableSet should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[66] assertThat(fixture, instanceOf(getFixtureType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(T, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[72] assertThat(observable, instanceOf(getFixtureType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[78] assertThat(observable, instanceOf(getFixtureType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[81] assertThat(observable, instanceOf(getFixtureType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[82] assertThat(observable, instanceOf(IObserving.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[91] assertThat(counter.count(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[98] assertThat(observing.getObserved(), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[99] assertThat(observing.getObserved(), is(((IObserving) delegate).getObserved())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[108] assertThat(counter.count(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[114] assertThat(counter.count(), is(1)); // Wasn't listening for second change ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[121] assertThat(fixture.isStale(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[125] assertThat(fixture.isStale(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[138] assertThat(staleEvent.getObservable(), sameInstance((IObservable) fixture)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[147] assertThat(l.count, is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[157] assertThat(counter.count, is(1)); // Dispose is idempotent ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[164] assertThat(delegator().getDelegate(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[167] assertThat(delegate.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[182] assertThat(counter.count(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[187] assertThat(fixture.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[191] assertThat(fixture.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[196] assertThat(fixture.getRealm(), is(realm)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Realm, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[201] assertThat(fixture, equalTo(delegate)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(T, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[206] assertThat(fixture.hashCode(), is(delegate.hashCode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[215] assertThat(redelegator, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[218] assertThat((Object) redelegator.getClass(), sameInstance((Object) fixture.getClass())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[221] assertThat(redelegator, not(sameInstance((IObservable) fixture))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[224] assertThat(((IDelegatingObservable) redelegator).getDelegate(), sameInstance((IObservable) fixture)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[235] houseKeeper.setField("delegate", createDelegate()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, T) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[236] houseKeeper.setField("fixture", DelegatingObservable.wrap(delegate)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, IObservable) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[335] assertThat(event.getObservable(), sameInstance(expectedSource)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableTest.java:[357] assertThat(event.getObservable(), sameInstance(expectedSource)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IObservable, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[42] public abstract class DelegatingObservableCollectionTest extends DelegatingObservableTest { ^^^^^^^^^^^^^^^^^^^^^ IObservableCollection is a raw type. References to generic type IObservableCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[51] assertThat(fixture.size(), is(delegate.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[53] assertThat(fixture.size(), is(delegate.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[55] assertThat(fixture.size(), is(delegate.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[57] assertThat(fixture.size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[61] assertThat(fixture.size(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[67] assertThat(fixture.isEmpty(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[69] assertThat(fixture.isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[73] assertThat(fixture.isEmpty(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[81] assertThat(fixture.contains(o), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[83] assertThat(fixture.contains(o), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[87] assertThat(fixture.contains(o), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[93] assertThat(fixture.iterator().hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[95] assertThat(ImmutableList.copyOf(iterator(fixture)), is(ImmutableList.copyOf(iterator(delegate)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ImmutableList, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[99] assertThat(fixture.iterator().hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[105] assertThat(fixture.toArray().length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[107] assertThat(fixture.toArray(), isArray(delegate.toArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[111] assertThat(fixture.toArray().length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[118] assertThat(fixture.toArray(newArray()).length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[122] assertThat(actual.length, is(valuesToAdd.size())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[123] assertThat(actual, isArray(delegate.toArray(newArray()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[127] assertThat(fixture.toArray(newArray()).length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[135] assertThat(delegateCollection(), hasItem(o)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[145] assertThat(delegateCollection(), not(hasItem(o))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[154] assertThat(fixture.containsAll(valuesToAdd), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[161] assertThat(delegateCollection(), hasItems(valuesToAdd.toArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[168] assertThat(delegateCollection(), hasItems(valuesToRemove.toArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[171] assertThat(delegateCollection(), not(hasItem(in(valuesToRemove)))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[181] assertThat(delegateCollection(), hasItems(valuesToRemove.toArray())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Collection, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[182] assertThat(delegate.size(), is(valuesToRemove.size())); // Nothing else ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[189] assertThat(delegate.isEmpty(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[193] assertThat(delegate.isEmpty(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[201] assertThat(fixture.getElementType(), is((Object) getDelegateElementType())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[205] assertThat(fixture.getElementType(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableCollectionTest.java:[273] Iterator iterator(IObservableCollection c) { ^^^^^^^^^^^^^^^^^^^^^ IObservableCollection is a raw type. References to generic type IObservableCollection should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[24] import org.eclipse.core.databinding.beans.BeansObservables; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[40] public abstract class DelegatingObservableValueTest extends DelegatingObservableTest { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[50] class TestListener implements IValueChangeListener { ^^^^^^^^^^^^^^^^^^^^ IValueChangeListener is a raw type. References to generic type IValueChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[55] 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[65] fixture.addValueChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[68] fixture.removeValueChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[95] fixture.setValue(valueToSet); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[118] protected Class getDelegateType() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[124] houseKeeper.setField("bean", new Bean("Alice")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[126] houseKeeper.setField("expectedValue", bean); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[127] houseKeeper.setField("valueToSet", new Bean("Bert")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[131] protected IObservableValue createDelegate() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[132] return new WritableValue(realm, bean, Bean.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[132] return new WritableValue(realm, bean, Bean.class); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[139] private IObservableValue master; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[153] protected Class getDelegateType() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[159] houseKeeper.setField("bean", new Bean("Alice")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, Bean) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[160] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[160] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[160] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, bean, Bean.class))); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[162] houseKeeper.setField("expectedValue", "Alice"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[163] houseKeeper.setField("valueToSet", "Bert"); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, String) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[167] protected IObservableValue createDelegate() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[168] return BeansObservables.observeDetailValue(master, "name", String.class); ^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[168] return BeansObservables.observeDetailValue(master, "name", String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeDetailValue(IObservableValue, String, Class) from the type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[172] protected IObservableValue createNonObservingDelegate() { ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[173] return new WritableValue(realm, bean, Bean.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableValueTest.java:[173] return new WritableValue(realm, bean, Bean.class); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[54] assertThat(b.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[58] assertThat(b.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[62] assertThat(c.isDisposed(), is(false)); // The list still has it ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[66] assertThat(c.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[77] assertThat(a.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[78] assertThat(b.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[79] assertThat(c.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[83] assertThat(a.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[84] assertThat(b.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorContainmentTest.java:[85] assertThat(c.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[60] assertThat(fixture.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[69] assertThat(fixture.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[78] assertThat(fixture.isDisposed(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[83] assertThat(fixture.isDisposed(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[93] assertThat(iter.next(), is("a")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[94] assertThat(iter.next(), is("b")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[97] assertThat(iter.next(), is("c")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[98] assertThat(iter.hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[108] assertThat(iter.next(), is("a")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[109] assertThat(iter.next(), is("b")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[114] assertThat(iter.next(), is("c")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[118] assertThat(iter.hasNext(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[128] assertThat(iter.previous(), is("c")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[129] assertThat(iter.previous(), is("b")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[134] assertThat(iter.previous(), is("d")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[135] assertThat(iter.previous(), is("a")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[139] assertThat(iter.hasPrevious(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[178] assertThat(added, hasItem(element)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/WritableListWithIteratorTest.java:[182] assertThat(removed, hasItem(element)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[29] import org.eclipse.core.databinding.beans.BeansObservables; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[52] public abstract class DelegatingObservableListTest extends DelegatingObservableCollectionTest { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[56] class ListListener implements IListChangeListener { ^^^^^^^^^^^^^^^^^^^ IListChangeListener is a raw type. References to generic type IListChangeListener should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[58] ListDiff diff; ^^^^^^^^ ListDiff is a raw type. References to generic type ListDiff should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[63] for (ListDiffEntry next : diff.getDifferences()) { ^^^^^^^^^^^^^ ListDiffEntry is a raw type. References to generic type ListDiffEntry should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[73] 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[82] fixture.addListChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[91] fixture.removeListChangeListener(l); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[116] fixture.addAll(1, newNames); ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[136] assertThat(fixture.set(2, "Colleen"), is((Object) "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[246] protected Class getDelegateType() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[252] houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[253] houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[257] protected IObservableList createDelegate() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[258] return new WritableList(realm, Lists.newArrayList(), String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[258] return new WritableList(realm, Lists.newArrayList(), String.class); ^^^^^^^^^^^^ WritableList is a raw type. References to generic type WritableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[267] private IObservableValue master; ^^^^^^^^^^^^^^^^ IObservableValue is a raw type. References to generic type IObservableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[281] protected Class getDelegateType() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[287] houseKeeper.setField("list", new ListOfNames()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, DelegatingObservableListTest.ObservingTest.ListOfNames) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[288] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, WritableValue) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[288] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableValue(Realm, Object, Object) belongs to the raw type WritableValue. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[288] houseKeeper.setField("master", houseKeeper.cleanUpLater(new WritableValue(realm, list, ListOfNames.class))); ^^^^^^^^^^^^^ WritableValue is a raw type. References to generic type WritableValue should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[290] houseKeeper.setField("valuesToAdd", ImmutableList.of("Alice", "Bert", "Cathy", "Dave")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[291] houseKeeper.setField("valuesToRemove", ImmutableList.of("Bert", "Cathy")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[295] protected IObservableList createDelegate() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[296] return BeansObservables.observeDetailList(master, "names", String.class); ^^^^^^^^^^^^^^^^ The type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[296] return BeansObservables.observeDetailList(master, "names", String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method observeDetailList(IObservableValue, String, Class) from the type BeansObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[300] protected IObservableList createNonObservingDelegate() { ^^^^^^^^^^^^^^^ IObservableList is a raw type. References to generic type IObservableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[301] return new WritableList(realm, Lists.newArrayList(), String.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: The constructor WritableList(Realm, List, Object) belongs to the raw type WritableList. References to generic type WritableList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/org/eclipse/papyrus/infra/tools/databinding/DelegatingObservableListTest.java:[301] return new WritableList(realm, Lists.newArrayList(), String.class); ^^^^^^^^^^^^ WritableList is a raw type. References to generic type WritableList should be parameterized 180 problems (180 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.tools.tests/target/org.eclipse.papyrus.infra.tools.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.tools.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT [45/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.types.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.tests >--- [INFO] Building org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT [46/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.tests --- [INFO] The project's OSGi version is 4.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Compiling 29 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[43] import org.eclipse.papyrus.infra.types.core.utils.AdviceComparator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdviceComparator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[213] List originalChildren = new ArrayList((List) objectToDelete.eContainer().eGet(objectToDelete.eContainingFeature(), true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[221] List afterDeletionChildren = new ArrayList((List) container.eGet(containingFeature, true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[230] List afterUndoChildren = new ArrayList((List) container.eGet(containingFeature, true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[238] List afterRedoChildren = new ArrayList((List) container.eGet(containingFeature, true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[262] Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId())); ^^^^^^^^^^^^^^^^ The type AdviceComparator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/ElementEditHelperAdviceTests.java:[262] Arrays.sort(advicesAfterLoading, new AdviceComparator(classElementType, TypeContext.getDefaultContext().getId())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor AdviceComparator(IElementType, String) is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/org/eclipse/papyrus/infra/types/tests/AbstractElementTypeTests.java:[94] @SuppressWarnings("restriction") ^^^^^^^^^^^^^ Unnecessary @SuppressWarnings("restriction") 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.tests/target/org.eclipse.papyrus.infra.types.tests-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.types.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.types.ui.tests >-- [INFO] Building org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT [47/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] The project's OSGi version is 4.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[57] import org.eclipse.papyrus.infra.types.core.internal.ui.handlers.RuleRefactoringHandler.OperationKind; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[85] public final AnnotationRule refactoringKind = AnnotationRule.create(Refactoring.class, null); ^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[103] @Refactoring(OperationKind.NEGATE) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[103] @Refactoring(OperationKind.NEGATE) ^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[116] @Refactoring(OperationKind.NEGATE) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[116] @Refactoring(OperationKind.NEGATE) ^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[126] @Refactoring(OperationKind.NEGATE) ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[126] @Refactoring(OperationKind.NEGATE) ^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[142] @Refactoring(OperationKind.ADD_TO_AND) ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[142] @Refactoring(OperationKind.ADD_TO_AND) ^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_AND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[151] @Refactoring(OperationKind.ADD_TO_AND) ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[151] @Refactoring(OperationKind.ADD_TO_AND) ^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_AND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[159] @Refactoring(OperationKind.ADD_TO_OR) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[159] @Refactoring(OperationKind.ADD_TO_OR) ^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_OR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[168] @Refactoring(OperationKind.ADD_TO_OR) ^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[168] @Refactoring(OperationKind.ADD_TO_OR) ^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_OR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[176] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[176] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[186] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[186] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[195] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[195] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[205] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[205] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[214] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[214] @Refactoring(OperationKind.PULL_UP_OPERAND) ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[229] case NEGATE: ^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.NEGATE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[232] case ADD_TO_AND: ^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_AND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[235] case ADD_TO_OR: ^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.ADD_TO_OR' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[238] case PULL_UP_OPERAND: ^^^^^^^^^^^^^^^ Discouraged access: The field 'RuleRefactoringHandler.OperationKind.PULL_UP_OPERAND' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/org/eclipse/papyrus/infra/types/core/internal/ui/handlers/tests/RuleRefactoringHandlerTest.java:[393] OperationKind value(); ^^^^^^^^^^^^^ Discouraged access: The type 'RuleRefactoringHandler.OperationKind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.types.ui/4.0.0.202211040259/org.eclipse.papyrus.infra.types.ui-4.0.0.202211040259.jar') 31 problems (31 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/types/org.eclipse.papyrus.infra.types.ui.tests/target/org.eclipse.papyrus.infra.types.ui.tests-4.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.types.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.emf.tests >-- [INFO] Building org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT [48/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/EMFLabelProviderTest.java:[45] assertThat(fixture.getText(package_), is(" foo")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/EMFLabelProviderTest.java:[59] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/DependentEMFLabelProviderTest.java:[52] assertThat(fixture.getText(imported), is(" foo (imported by bar)")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/DependentEMFLabelProviderTest.java:[67] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/emf/providers/tests/DependentEMFLabelProviderTest.java:[82] assertThat("Label provider did not notify", gotEvent[0], is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[52] import org.eclipse.papyrus.infra.emf.readonly.internal.ControlledResourceTracker; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ControlledResourceTracker' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202211040259/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[74] * Test suite for the {@link ReferencedModelReadOnlyHandler} class. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferencedModelReadOnlyHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202211040259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[85] private ReferencedModelReadOnlyHandler fixture; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferencedModelReadOnlyHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202211040259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[184] assertThat(fixture.anyReadOnly(discretionAxes(), new URI[] { uri }).or(false), is(false)); ^^^^^^^^^^^ Discouraged access: The method 'ReferencedModelReadOnlyHandler.anyReadOnly(Set, URI[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202211040259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[185] assertThat(fixture.canMakeWritable(discretionAxes(), new URI[] { uri }).or(true), is(false)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ReferencedModelReadOnlyHandler.canMakeWritable(Set, URI[])' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202211040259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[198] fixture = new ReferencedModelReadOnlyHandler(domain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ReferencedModelReadOnlyHandler' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202211040259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[198] fixture = new ReferencedModelReadOnlyHandler(domain); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ReferencedModelReadOnlyHandler(EditingDomain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202211040259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[199] fixture.setInteractive(false); ^^^^^^^^^^^^^^ Discouraged access: The method 'ReferencedModelReadOnlyHandler.setInteractive(boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.ui.emf/3.1.100.202211040259/org.eclipse.papyrus.infra.ui.emf-3.1.100.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[339] Set uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ControlledResourceTracker' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202211040259/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[339] Set uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI()); ^^^^^^^^^^^ Discouraged access: The method 'ControlledResourceTracker.getInstance(EditingDomain)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202211040259/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/org/eclipse/papyrus/infra/ui/internal/emf/readonly/handlers/ReferencedModelReadOnlyHandlerTest.java:[339] Set uris = ControlledResourceTracker.getInstance(domain).getRootResourceURIs(view.eResource().getURI()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ControlledResourceTracker.getRootResourceURIs(URI)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.emf.readonly/4.1.0.202211040259/org.eclipse.papyrus.infra.emf.readonly-4.1.0.202211040259.jar') 16 problems (16 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/org.eclipse.papyrus.infra.ui.emf.tests/target/org.eclipse.papyrus.infra.ui.emf.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.ui.emf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.tests >---- [INFO] Building org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT [49/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/FakeSaveEventListener.java:[9] import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/FakeSaveEventListener.java:[10] import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/util/UIUtilTest.java:[31] import org.eclipse.papyrus.infra.ui.util.UIUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.util.UIUtil is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/contentoutline/NestedEditorDelegatedOutlinePageTest.java:[22] import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePage is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[40] assertThat(fixture.getElements("foo"), is(new Object[] { "root1", "root2", "root3" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[48] assertThat(fixture.getElements().length, greaterThan(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[50] assertThat(fixture.getElements().length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[58] assertThat(fixture.getChildren("root2"), is(new Object[] { "child2.1", "child2.2", "child2.3" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[59] assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[60] assertThat(fixture.getChildren("bogus"), is(new Object[] {})); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[68] assertThat(fixture.getParent("root2"), nullValue()); // It's a root ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[69] assertThat(fixture.getParent("child2.2"), is("root2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[70] assertThat(fixture.getParent("child2.2.2"), is("child2.2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[71] assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[79] assertThat(fixture.hasChildren("root2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[80] assertThat(fixture.hasChildren("child2.2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[81] assertThat(fixture.hasChildren("child2.2.3"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[82] assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[90] assertThat(fixture.getAdaptedValue("root1"), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[91] assertThat(fixture.getAdaptedValue("root1"), sameInstance(fixture.getAdaptedValue("root1"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[92] assertThat(fixture.getAdaptedValue("child1.2"), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[93] assertThat(fixture.getAdaptedValue("child1.2"), not(fixture.getAdaptedValue("root1"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[94] assertThat(fixture.getAdaptedValue("bogus"), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[102] assertThat(fixture.isValidValue("root1"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[103] assertThat(fixture.isValidValue("child1.2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[104] assertThat(fixture.isValidValue("bogus"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/DelegatingPapyrusContentProviderTest.java:[112] assertThat(fixture.getElements(), is(new Object[] { "root1", "root2", "root3" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/FakeSaveEvent.java:[6] import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/LifeCycleEventsProviderTest.java:[9] import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.DoSaveEvent is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/LifeCycleEventsProviderTest.java:[10] import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.ISaveEventListener is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/lifecycleevents/LifeCycleEventsProviderTest.java:[11] import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProvider is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[48] assertThat(fixture.getElements("foo"), is(new Object[] { "root1", "root2", "root3", "A", "B", "C" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[54] assertThat(sFixture.getElements().length, greaterThan(3)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[56] assertThat(sFixture.getElements().length, is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[61] assertThat(fixture.getChildren("child2.2"), is(new Object[] { "child2.2.1", "child2.2.2" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[62] assertThat(fixture.getChildren("4"), is(new Object[] { "i", "ii" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[63] assertThat(fixture.getChildren("bogus"), is(new Object[] {})); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[68] assertThat(fixture.getParent("root2"), nullValue()); // It's a root ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[69] assertThat(fixture.getParent("B"), nullValue()); // It's a root ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[70] assertThat(fixture.getParent("child2.2"), is("root2")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[71] assertThat(fixture.getParent("ii"), is("4")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[72] assertThat(fixture.getParent("bogus"), nullValue()); // It's not an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[77] assertThat(fixture.hasChildren("root2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[78] assertThat(fixture.hasChildren("C"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[79] assertThat(fixture.hasChildren("child2.2"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[80] assertThat(fixture.hasChildren("4"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[81] assertThat(fixture.hasChildren("child2.2.3"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[82] assertThat(fixture.hasChildren("i"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[83] assertThat(fixture.hasChildren("bogus"), is(false)); // It's not an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[88] assertThat(aFixture.getAdaptedValue("B"), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[89] assertThat(aFixture.getAdaptedValue("B"), sameInstance(aFixture.getAdaptedValue("B"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[90] assertThat(aFixture.getAdaptedValue("4"), notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[91] assertThat(aFixture.getAdaptedValue("4"), not(aFixture.getAdaptedValue("B"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[92] assertThat(aFixture.getAdaptedValue("bogus"), is("bogus")); // Not recognized as an element ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[97] assertThat(hFixture.isValidValue("C"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[98] assertThat(hFixture.isValidValue("5"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[99] assertThat(hFixture.isValidValue("bogus"), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/org/eclipse/papyrus/infra/ui/providers/SemanticContentProviderFactoryTest.java:[104] assertThat(sFixture.getElements(), is(new Object[] { "root1", "root2", "root3", "A", "B", "C" })); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object[], Matcher) from the type Assert is deprecated 58 problems (58 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.tests/target/org.eclipse.papyrus.infra.ui.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.tests.releng >-- [INFO] Building org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT [50/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.viewpoints.policy.tests >-- [INFO] Building org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT [51/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/ViewPrototypeTest.java:[52] private static PolicyChecker policyToRestore; ^^^^^^^^^^^^^^^ The value of the field ViewPrototypeTest.policyToRestore is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/internal/policy/advice/tests/RepresentationDependencyAdviceTest.java:[32] import org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.RepresentationDependencyAdvice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepresentationDependencyAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.viewpoints.policy/4.0.0.202211040259/org.eclipse.papyrus.infra.viewpoints.policy-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/internal/policy/advice/tests/RepresentationDependencyAdviceTest.java:[131] IEditHelperAdvice advice = new RepresentationDependencyAdvice(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RepresentationDependencyAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.viewpoints.policy/4.0.0.202211040259/org.eclipse.papyrus.infra.viewpoints.policy-4.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/internal/policy/advice/tests/RepresentationDependencyAdviceTest.java:[131] IEditHelperAdvice advice = new RepresentationDependencyAdvice(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'RepresentationDependencyAdvice()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.infra.viewpoints.policy/4.0.0.202211040259/org.eclipse.papyrus.infra.viewpoints.policy-4.0.0.202211040259.jar') 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/PolicyCheckerTest.java (at line 34) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/PolicyCheckerTest.java:[53] MergedArchitectureDomain mergedArchitectureDomain = new MergedArchitectureDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^ The constructor MergedArchitectureDomain() has been deprecated since version 3.1 and marked for removal [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/org/eclipse/papyrus/infra/viewpoints/policy/tests/PolicyCheckerTest.java:[54] mergedArchitectureDomain.merge(architectureDomain); ^^^^^^^^^^^^^^^^^^^^^^^^^ The method merge(ArchitectureDomain) from the type MergedArchitectureDomain has been deprecated since version 3.1 and marked for removal 7 problems (0 errors, 6 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/viewpoints/org.eclipse.papyrus.infra.viewpoints.policy.tests/target/org.eclipse.papyrus.infra.viewpoints.policy.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.viewpoints.policy.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.emf.facet.feature >--- [INFO] Building org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT [52/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB) [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.emf.facet.feature/target/org.eclipse.papyrus.tests.emf.facet.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.emf.facet.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tests.releng >--- [INFO] Building org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT [53/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT [54/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.tests >--- [INFO] Building org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT [55/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Compiling 39 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/synchronization/AbstractSynchronizationTest.java:[100] houseKeeper.setField("adapterFactory", new ComposedAdapterFactory(ComposedAdapterFactory.Descriptor.Registry.INSTANCE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ComposedAdapterFactory) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java:[182] boolean foundCompartment = false; ^^^^^^^^^^^^^^^^ The value of the local variable foundCompartment is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java:[210] Element root = (Element) getContainerEditPart().resolveSemanticElement(); ^^^^ The value of the local variable root is not used 4. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java (at line 224) assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, command.equals(UnexecutableCommand.INSTANCE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/createFromPalette/AbstractCreateNodeFromPaletteTest.java (at line 226) assertTrue(CREATION + TEST_IF_THE_COMMAND_IS_CREATED, (!command.equals(UnexecutableCommand.INSTANCE))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Unlikely argument type for equals(): UnexecutableCommand seems to be unrelated to Command [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractTestDiagram.java:[81] Iterator roots = NavigatorUtils.getNotationRoots(rootSemanticModel); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNotationRoots(EObject) from the type NavigatorUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[30] import org.eclipse.gmf.runtime.gef.ui.internal.parts.TextCellEditorEx; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202206180919/org.eclipse.gmf.runtime.gef.ui-1.7.1.202206180919.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[127] Assert.assertEquals("the editor of this editpart must be multiline editor", MultiLineCellEditor.class, manager.getTextCellEditorClass(editableEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[130] Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart)); ^^^^^^^^^^^^^^^^ Discouraged access: The type 'TextCellEditorEx' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.gmf.runtime.gef.ui/1.7.1.202206180919/org.eclipse.gmf.runtime.gef.ui-1.7.1.202206180919.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/edition/AbstractEditableNodeTest.java:[130] Assert.assertEquals("the editor of this editpart must be simple editor", TextCellEditorEx.class, manager.getTextCellEditorClass(editableEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The static method getTextCellEditorClass(GraphicalEditPart) from the type MultilineLabelDirectEditManager should be accessed in a static way [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestListCompartmentHelper.java:[134] Assert.assertTrue(ddCommand != null || true == ddCommand.canExecute()); ^^^^^^^^^ Null pointer access: The variable ddCommand can only be null at this location [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[61] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[300] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[300] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractPapyrusTestCase.java:[311] diResourceSet.createsModels(file); ^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractTestNode.java:[62] import org.eclipse.papyrus.uml.diagram.common.editparts.FloatingLabelEditPart; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type FloatingLabelEditPart is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractTestNode.java:[577] if (child instanceof FloatingLabelEditPart) { ^^^^^^^^^^^^^^^^^^^^^ The type FloatingLabelEditPart is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/AbstractTestNode.java:[578] Assert.assertTrue("FloatingLabelEditPart must use specific locator RoundedRectangleLabelPositionLocator", ((FloatingLabelEditPart) child).getBorderItemLocator() instanceof RoundedRectangleLabelPositionLocator); ^^^^^^^^^^^^^^^^^^^^^ The type FloatingLabelEditPart is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[24] import org.eclipse.papyrus.uml.service.types.internal.ui.advice.InstanceSpecificationLinkEditHelperAdvice; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstanceSpecificationLinkEditHelperAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202211040259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[79] Set associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstanceSpecificationLinkEditHelperAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202211040259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[79] Set associations = InstanceSpecificationLinkEditHelperAdvice.getModelAssociations((InstanceSpecification) source.resolveSemanticElement(), (InstanceSpecification) target.resolveSemanticElement()); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InstanceSpecificationLinkEditHelperAdvice.getModelAssociations(InstanceSpecification, InstanceSpecification)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202211040259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[86] InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'InstanceSpecificationLinkEditHelperAdvice' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202211040259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestInstanceSpecification.java:[86] InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(request, association); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'InstanceSpecificationLinkEditHelperAdvice.setupSuppressDialogRequest(CreateConnectionViewRequest, Association)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.service.types.ui/3.0.0.202211040259/org.eclipse.papyrus.uml.service.types.ui-3.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[60] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[152] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[152] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[152] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[155] editingDomain = serviceUtils.getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/TestLink.java:[344] for (Iterator iteratorChildren = linkEditPart.getChildren().iterator(); iteratorChildren.hasNext();) { ^^^^^^^^ Iterator is a raw type. References to generic type Iterator should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/SharedTestSuiteState.java:[184] houseKeeper.setField("project", houseKeeper.createProject(testCase.getProjectName())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, IProject) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/SharedTestSuiteState.java:[185] houseKeeper.setField("file", project.getFile(testCase.getFileName())); //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, IFile) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/org/eclipse/papyrus/uml/diagram/tests/canonical/SharedTestSuiteState.java:[257] houseKeeper.setField("preserve", preserve.build()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ImmutableList) from the type AbstractHouseKeeperRule is deprecated 32 problems (0 errors, 30 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.tests/target/org.eclipse.papyrus.uml.diagram.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.clazz.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT [56/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/copyPaste/ConstraintPasteStrategyTest.java:[276] List arrayList = (List) defaultVariable; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/copyPaste/ConstraintPasteStrategyTest.java:[276] List arrayList = (List) defaultVariable; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[106] assertThat(modelToMove, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[154] assertThat(firstModelToMove, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[158] assertThat(secondModelToMove, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug476872_MoveCommandTest.java:[213] assertThat(modelTarget, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/test/org/eclipse/papyrus/uml/diagram/clazz/test/tests/Bug481317_MoveGeneralizationTest.java:[188] assertThat(modelTarget, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated 9 problems (0 errors, 7 warnings, 2 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.clazz.tests/target/org.eclipse.papyrus.uml.diagram.clazz.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.clazz.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.activity.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.activity.tests 2.0.0-SNAPSHOT [57/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/org/eclipse/papyrus/uml/diagram/activity/tests/canonical/TestActivityMargin.java:[43] private final static Logger log = Logger.getAnonymousLogger(); ^^^ The value of the field TestActivityMargin.log is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/org/eclipse/papyrus/uml/diagram/activity/tests/canonical/TestActivityMargin.java:[79] int expectedSemanticChildren = 0; ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the local variable expectedSemanticChildren is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/org/eclipse/papyrus/uml/diagram/activity/tests/canonical/TestActivityMargin.java:[81] int addedSemanticChildren = 1; ^^^^^^^^^^^^^^^^^^^^^ The value of the local variable addedSemanticChildren is not used 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.activity.tests/target/org.eclipse.papyrus.uml.diagram.activity.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.activity.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.usecase.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT [58/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] The project's OSGi version is 5.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[51] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[96] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[96] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[96] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/canonical/TestSpecificTopNode.java:[99] editingDomain = serviceUtils.getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/UsecaseToSubjectinUsecaseDiagramDropStrategyTest.java:[45] import org.eclipse.papyrus.uml.diagram.usecase.dnd.strategy.UsecaseToSubjectinUsecaseDiagramDropStrategy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UsecaseToSubjectinUsecaseDiagramDropStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202211040259/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/UsecaseToSubjectinUsecaseDiagramDropStrategyTest.java:[174] return new UsecaseToSubjectinUsecaseDiagramDropStrategy() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'UsecaseToSubjectinUsecaseDiagramDropStrategy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202211040259/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/org/eclipse/papyrus/uml/diagram/usecase/tests/UsecaseToSubjectinUsecaseDiagramDropStrategyTest.java:[174] return new UsecaseToSubjectinUsecaseDiagramDropStrategy() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'UsecaseToSubjectinUsecaseDiagramDropStrategy()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.usecase/6.0.0.202211040259/org.eclipse.papyrus.uml.diagram.usecase-6.0.0.202211040259.jar') 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.usecase.tests/target/org.eclipse.papyrus.uml.diagram.usecase.tests-5.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.usecase.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.deployment.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT [59/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Compiling 25 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.deployment.tests/target/org.eclipse.papyrus.uml.diagram.deployment.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.deployment.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.component.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT [60/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.component.tests/target/org.eclipse.papyrus.uml.diagram.component.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.component.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.timing.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.timing.tests 2.0.0-SNAPSHOT [61/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.timing.tests/target/org.eclipse.papyrus.uml.diagram.timing.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.timing.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.sequence.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT [62/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestCombinedFragmentChildNode.java:[134] List children = getParentEditPart().getChildren(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestCombinedFragmentChildNode.java:[179] List children = getParentEditPart().getChildren(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestSynchronousMessageCreation_364827.java:[168] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestSynchronousMessageCreation_364827.java:[178] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestSynchronousMessageCreation_364827.java:[179] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestOccurrenceSpecificationDeletion_430552.java:[140] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestOccurrenceSpecificationDeletion_430552.java:[149] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestOccurrenceSpecificationDeletion_430552.java:[150] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/Test_528787.java:[62] @SuppressWarnings({ "unchecked", "rawtypes" }) ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[41] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[94] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[94] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[106] diResourceSet.createsModels(file); ^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[182] ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[182] ArrayList list = new ArrayList(); ^^^^^^^^^ ArrayList is a raw type. References to generic type ArrayList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestAdvancedDragDrop_364696.java:[183] list.add(obj); ^^^^^^^^^^^^^ Type safety: The method add(Object) belongs to the raw type ArrayList. References to generic type ArrayList should be parameterized 17. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/CombinedFragmentRegressionTest.java (at line 111) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[232] int xPos = linkedPartBounds.x + delta.width + (int) Math.round(anchorOwningFigure.getBounds().width * pp.preciseX); ^^^^^^^^ The field PrecisionPoint.preciseX is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[233] int yPos = linkedPartBounds.y + delta.height + (int) Math.round(anchorOwningFigure.getBounds().height * pp.preciseY); ^^^^^^^^ The field PrecisionPoint.preciseY is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[269] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[279] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageLostFound_384202.java:[280] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentName_382951.java:[53] private static final String COMBINED_FRAGMENT_KEY = "ELEMENT_PapyrusUMLSequenceDiagram_CombinedFragment_CombinedFragmentCompartment.compartment_name.visibility"; ^^^^^^^^^^^^^^^^^^^^^ The value of the field TestCombinedFragmentName_382951.COMBINED_FRAGMENT_KEY is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[50] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[199] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[199] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[199] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[202] editingDomain = serviceUtils.getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[335] List list = parent.getChildren(); ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[348] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestLink.java:[369] Command cmd = targetPlayer.getCommand(reconnectRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[55] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[112] RectangleFigure fig = lifeline1.getPrimaryShape().getFigureLifelineNameContainerFigure(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getFigureLifelineNameContainerFigure() from the type LifelineFigure is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[235] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[235] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineAutoResize_383723.java:[247] diResourceSet.createsModels(file); ^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[45] import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[53] @SuppressWarnings({ "unchecked", "rawtypes" }) ^^^^^^^^^^ Unnecessary @SuppressWarnings("rawtypes") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[355] reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestWeakReferences.java:[355] reconnReq.getExtendedData().put(SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS, true); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.DO_NOT_MOVE_EDIT_PARTS is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessagesDeletion_364828.java:[95] request.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessagesDeletion_364828.java:[96] request.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[99] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[107] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[108] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[109] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[129] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[137] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[138] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(ConnectionTargetAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[139] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(ConnectionSourceAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[159] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[167] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[168] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[169] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[189] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[197] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[198] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(NodeBottomAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[199] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(NodeTopAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[219] Assert.assertThat(newLinkEditPart, IsInstanceOf.instanceOf(ConnectionNodeEditPart.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(EditPart, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[227] Assert.assertThat(newConnection.getConnectionFigure(), IsInstanceOf.instanceOf(figureClass)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Connection, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[228] Assert.assertThat(newConnection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkCreationTest.java:[229] Assert.assertThat(newConnection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(CenterAnchor.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCreationUndo_384618.java:[261] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCreationUndo_384618.java:[271] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCreationUndo_384618.java:[272] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[118] Assert.assertThat(link.getFigure(), IsInstanceOf.instanceOf(connectionFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(IFigure, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[288] Assert.assertThat(actual, IsEqual.equalTo(expected)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(int[], Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[300] Assert.assertThat("Invalid source anchor for " + connectionName, connection.getConnectionFigure().getSourceAnchor(), IsInstanceOf.instanceOf(sourceAnchor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOccurrenceLinkTest.java:[301] Assert.assertThat("Invalid target anchor for " + connectionName, connection.getConnectionFigure().getTargetAnchor(), IsInstanceOf.instanceOf(targetAnchor)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, ConnectionAnchor, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[25] import org.eclipse.papyrus.uml.diagram.sequence.edit.policies.OLDLifelineXYLayoutEditPolicy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[37] Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[37] Dimension newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[42] newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[42] newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[47] newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[47] newSizeDelta = OLDLifelineXYLayoutEditPolicy.adaptSizeDeltaToMaxHeight(figure, sizeDelta); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adaptSizeDeltaToMaxHeight(IFigure, Dimension) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[57] assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[57] assertTrue("Left figure is not on the left of the right figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(leftFigure, rightFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[58] assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[58] assertFalse("Right figure is on the left of the left figure", OLDLifelineXYLayoutEditPolicy.isAffixedToRight(rightFigure, leftFigure)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method isAffixedToRight(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[65] Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[65] Rectangle absoluteBounds = OLDLifelineXYLayoutEditPolicy.getRealMoveDelta(oldRelativeBounds, newRelativeBounds); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRealMoveDelta(Rectangle, Rectangle) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[79] Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/LifelineXYLayoutEditPolicyTest.java:[79] Rectangle absoluteChild = OLDLifelineXYLayoutEditPolicy.getRelativeBounds(childFigure); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRelativeBounds(IFigure) from the type OLDLifelineXYLayoutEditPolicy is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentOperand_364701.java:[165] private void resizeSouth(IGraphicalEditPart op, Dimension deltaSize) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method resizeSouth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentOperand_364701.java:[177] private void resizeNorth(IGraphicalEditPart op, Dimension deltaSize) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method resizeNorth(IGraphicalEditPart, Dimension) from the type TestCombinedFragmentOperand_364701 is never used locally [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentOperandsLayout.java:[396] Assert.assertThat(result, instanceOf(Collection.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestSequenceDiagramChildNode.java:[201] EList children = getParentEditPart().getNotationView().getChildren(); ^^^^^ EList is a raw type. References to generic type EList should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentGates_364816.java:[196] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentGates_364816.java:[206] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestCombinedFragmentGates_364816.java:[207] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[47] import org.eclipse.papyrus.infra.core.utils.DiResourceSet; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[221] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^ The type DiResourceSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[221] this.diResourceSet = houseKeeper.cleanUpLater(new DiResourceSet()); ^^^^^^^^^^^^^^^ The constructor DiResourceSet() is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestLifelineLabelCustomize_383722.java:[233] diResourceSet.createsModels(file); ^^^^^^^^^^^^^^^^^^^ The method createsModels(IFile) from the type ModelSet is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[40] import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[145] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[145] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[161] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/TestResizeStateInvariant_395774.java:[161] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageCreate_379661.java:[174] Command cmd = source.getCommand(connectionRequest); ^^^ The value of the local variable cmd is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageCreate_379661.java:[184] connectionRequest.getExtendedData().put(SOURCE_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/TestMessageCreate_379661.java:[185] connectionRequest.getExtendedData().put(TARGET_MODEL_CONTAINER, container); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[47] import org.eclipse.papyrus.infra.ui.util.ServiceUtilsForActionHandlers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[188] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[188] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[188] ServiceUtilsForActionHandlers serviceUtils = ServiceUtilsForActionHandlers.getInstance(); ^^^^^^^^^^^^^ The method getInstance() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/canonical/TestTopNode.java:[191] editingDomain = serviceUtils.getTransactionalEditingDomain(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getTransactionalEditingDomain() from the type ServiceUtilsForActionHandlers is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/AbstractOperandsTest.java:[97] Assert.assertThat(messageEnd, IsInstanceOf.instanceOf(MessageOccurrenceSpecification.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(MessageEnd, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[63] import org.eclipse.papyrus.uml.diagram.sequence.util.SequenceRequestConstant; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[287] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[287] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[287] request.getExtendedData().put(SequenceRequestConstant.SOURCE_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(startLocation, sourceEditPart)); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.SOURCE_MODEL_CONTAINER is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[294] List events = Collections.emptyList(); ^^^^^^ The value of the local variable events is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[301] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[301] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[301] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION, location); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[320] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[320] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[320] request.getExtendedData().put(SequenceRequestConstant.TARGET_MODEL_CONTAINER, SequenceUtil.findInteractionFragmentContainerAt(endLocation, targetEditPart)); ^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.TARGET_MODEL_CONTAINER is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[332] request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[332] request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[332] request.getExtendedData().put(SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2, events); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.NEAREST_OCCURRENCE_SPECIFICATION_2 is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[333] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[333] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location); ^^^^^^^^^^^^^^^^^^^^^^^ The type SequenceRequestConstant is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/org/eclipse/papyrus/uml/diagram/sequence/tests/bug/m7/AbstractNodeTest.java:[333] request.getExtendedData().put(SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2, location); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The field SequenceRequestConstant.OCCURRENCE_SPECIFICATION_LOCATION_2 is deprecated 126 problems (0 errors, 125 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.sequence.tests/target/org.eclipse.papyrus.uml.diagram.sequence.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.sequence.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.composite.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT [63/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/tests/copyPaste/ConstraintCopyPasteTest.java:[155] List arrayList = (List) defaultVariable; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/tests/copyPaste/ConstraintCopyPasteTest.java:[155] List arrayList = (List) defaultVariable; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/test/org/eclipse/papyrus/uml/diagram/composite/test/canonical/TestCompositeDiagramElementWithSameParentLink.java:[120] List children = parent.getChildren(); ^^^^^^^^^^^^^^^^^^^^ Type safety: The expression of type List needs unchecked conversion to conform to List 4 problems (0 errors, 3 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.composite.tests/target/org.eclipse.papyrus.uml.diagram.composite.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.composite.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.profile.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT [64/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.profile.tests/target/org.eclipse.papyrus.uml.diagram.profile.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.profile.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.dynamic.profile.tests >-- [INFO] Building org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT [65/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.dynamic.profile.tests/target/org.eclipse.papyrus.uml.dynamic.profile.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.dynamic.profile.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.common.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT [66/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/tests/Bug476873_MoveCommandTest.java:[225] assertThat(modelTarget, instanceOf(NodeImpl.class)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Object, Matcher) from the type Assert is deprecated 2. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/stereotype/display/AbstractAppliedStereotypeDisplayTest.java (at line 50) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 3. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/stereotype/display/AppliedStereotypeDisplayLinkClassDiagramTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/parser/MultiplicityStringFormatterTestCase.java:[192] return MultiplicityElementUtil.getMultiplicityAsString(element); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getMultiplicityAsString(MultiplicityElement) from the type MultiplicityElementUtil is deprecated 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/stereotype/display/AppliedStereotypeDisplayCompartmentClassDiagramTest.java (at line 35) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 6. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/tests/EdgeCustomizationTest.java (at line 57) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 7. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/org/eclipse/papyrus/uml/diagram/common/tests/tests/StereotypePropertyReferenceEdgeTest.java (at line 84) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 7 problems (0 errors, 2 warnings, 5 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.common.tests/target/org.eclipse.papyrus.uml.diagram.common.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.common.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.wizards.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT [67/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestNewModelWizardBase.java:[102] return Activator.getDefault().getWorkbench(); ^^^^^^^^^^^^^^ The method getWorkbench() from the type AbstractUIPlugin is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[79] private boolean isInitFromExistingDomainModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[81] private SelectRootElementPage selectRootElementPage; ^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.selectRootElementPage is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[119] private boolean isInitFromExistingDomainModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[151] private boolean isInitFromExistingDomainModel; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.isInitFromExistingDomainModel is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/test/org/eclipse/papyrus/uml/diagram/wizards/TestCreateModelFromExistingModelWizard.java:[153] private SelectRootElementPage selectRootElementPage; ^^^^^^^^^^^^^^^^^^^^^ The value of the field new InitModelWizard(){}.selectRootElementPage is not used 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards.tests/target/org.eclipse.papyrus.uml.diagram.wizards.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.wizards.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.diagram.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.diagram.feature 1.2.0-SNAPSHOT [68/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.diagram.feature/target/org.eclipse.papyrus.tests.uml.diagram.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.diagram.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.services.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT [69/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.services.feature/target/org.eclipse.papyrus.tests.infra.services.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.services.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.tests.releng >-- [INFO] Building org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT [70/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.modelexplorer.tests >-- [INFO] Building org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT [71/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[55] import org.eclipse.ui.internal.handlers.HandlerProxy; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'HandlerProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[190] if (currentHandler instanceof HandlerProxy) { ^^^^^^^^^^^^ Discouraged access: The type 'HandlerProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[191] currentHandler = ((HandlerProxy) currentHandler).getHandler(); ^^^^^^^^^^^^ Discouraged access: The type 'HandlerProxy' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/AbstractHandlerTest.java:[191] currentHandler = ((HandlerProxy) currentHandler).getHandler(); ^^^^^^^^^^ Discouraged access: The method 'HandlerProxy.getHandler()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.125.100.v20220524-1304/org.eclipse.ui.workbench-3.125.100.v20220524-1304.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/OpendiagramTest.java:[91] Assert.assertNotEquals("the label of diagram1 is not good", "Diagram1", labeProvider.getText(diagram1)); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^ Discouraged access: The method 'NavigatorDecoratingLabelProvider.getText(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.200.v20211009-1706/org.eclipse.ui.navigator-3.10.200.v20211009-1706.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/org/eclipse/papyrus/views/modelexplorer/tests/OpendiagramTest.java:[92] Assert.assertNotEquals("the label of class1 is not good", "class1", labeProvider.getText(class1)); //$NON-NLS-1$ //$NON-NLS-2$ ^^^^^^^ Discouraged access: The method 'NavigatorDecoratingLabelProvider.getText(Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.ui.navigator/3.10.200.v20211009-1706/org.eclipse.ui.navigator-3.10.200.v20211009-1706.jar') 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.modelexplorer.tests/target/org.eclipse.papyrus.views.modelexplorer.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.modelexplorer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT [72/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/modelexplorer/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelexplorer.tests >-- [INFO] Building org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT [73/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/modelexplorer/org.eclipse.papyrus.uml.modelexplorer.tests/target/org.eclipse.papyrus.uml.modelexplorer.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.modelexplorer.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.modelrepair.tests >-- [INFO] Building org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT [74/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[27] * Tests for {@link ProfileNamespaceURIPattern}s and the related functionality. ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[104] protected static Predicate isExtensionPointPattern() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[105] return new Predicate() { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[107] public boolean apply(ProfileNamespaceURIPattern pattern) { ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[108] return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) && ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.getRegexPattern()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[108] return pattern.getRegexPattern() != null && EXTENSION_POINT_PATTERN.equals(pattern.getRegexPattern().pattern()) && ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.getRegexPattern()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[109] pattern.getVersionFormat() != null; ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.getVersionFormat()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[123] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[123] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[123] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[124] final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[124] final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[126] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[128] match.getNamespaceURI(), is(NO_VERSION_A_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[130] match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[132] match.getVersion(), is(NO_VERSION_VERSION_DEFAULT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[142] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[142] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[142] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN, NO_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[143] final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[143] final ProfileNamespaceURIPatternMatchResult match = pattern.match(NO_VERSION_A_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[145] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[147] match.getNamespaceURI(), is(NO_VERSION_A_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[149] match.getVersionlessNamespaceURI(), is(NO_VERSION_A_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[151] match.getVersion(), is(NO_VERSION_A_URI)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[162] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[162] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[162] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[163] final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[163] final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[165] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[167] match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[169] match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[171] match.getVersion(), is(SINGLE_VERSION_A7_VERSION_DEFAULT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[180] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[180] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[180] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN, SINGLE_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[181] final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[181] final ProfileNamespaceURIPatternMatchResult match = pattern.match(SINGLE_VERSION_A7_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[183] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[185] match.getNamespaceURI(), is(SINGLE_VERSION_A7_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[187] match.getVersionlessNamespaceURI(), is(SINGLE_VERSION_A7_VERSIONLESS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[189] match.getVersion(), is(SINGLE_VERSION_A7_VERSION_FORMAT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[200] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[200] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[200] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[201] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[201] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[203] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[205] match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[207] match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[209] match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_DEFAULT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[218] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[218] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[218] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(MULTI_VERSION_PATTERN, MULTI_VERSION_FORMAT); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[219] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[219] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[221] assertThat("Pattern should have matched.", match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[223] match.getNamespaceURI(), is(MULTI_VERSION_A7_701_URI)); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[225] match.getVersionlessNamespaceURI(), is(MULTI_VERSION_A7_701_VERSIONLESS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[227] match.getVersion(), is(MULTI_VERSION_A7_701_VERSION_FORMAT)); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[238] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[238] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[238] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NON_MATCHING_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[239] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[239] final ProfileNamespaceURIPatternMatchResult match = pattern.match(MULTI_VERSION_A7_701_URI); ^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.match(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[241] assertThat("Pattern should not have matched.", !match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[243] match.getNamespaceURI(), nullValue()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[245] match.getVersionlessNamespaceURI(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[247] match.getVersion(), nullValue()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[256] final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[256] final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternMatchResult' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[256] final ProfileNamespaceURIPatternMatchResult match = ProfileNamespaceURIPatternMatchResult.NO_MATCH; ^^^^^^^^ Discouraged access: The field 'ProfileNamespaceURIPatternMatchResult.NO_MATCH' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[258] assertThat("Pattern should not have matched.", !match.hasMatched()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.hasMatched()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[260] match.getNamespaceURI(), nullValue()); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[262] match.getVersionlessNamespaceURI(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[264] match.getVersion(), nullValue()); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternMatchResult.getVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[275] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[275] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[275] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[276] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternComparison' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[276] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_A_URI); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.compare(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[278] assertThat("Comparison should be valid.", comparison.isValid()); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[279] assertThat("Same URI should be equal to itself (namespace URI).", comparison.isEqualNamespaceURI()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[280] assertThat("Same URI should be equal to itself (versionless URI).", comparison.isEqualVersionlessNamespaceURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[281] assertThat("Same URI should be equal to itself (version).", comparison.isEqualVersion()); ^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[290] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[290] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[290] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(NO_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[291] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternComparison' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[291] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(NO_VERSION_A_URI, NO_VERSION_B_URI); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.compare(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[293] assertThat("Comparison should be valid.", comparison.isValid()); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isValid()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[294] assertThat("Should not be the same namespace URI.", !comparison.isEqualNamespaceURI()); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[295] assertThat("Should not be the same versionless URI.", !comparison.isEqualVersionlessNamespaceURI()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersionlessNamespaceURI()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[296] assertThat("Should be the same version (no version).", comparison.isEqualVersion()); ^^^^^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternComparison.isEqualVersion()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[307] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[307] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[307] final ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern(SINGLE_VERSION_PATTERN); ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[308] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternComparison' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/uripattern/ProfileNamespaceURIPatternTest.java:[308] final ProfileNamespaceURIPatternComparison comparison = pattern.compare(SINGLE_VERSION_A7_URI, SINGLE_VERSION_A7_URI); ^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPattern.compare(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[57] import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPattern; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[58] import org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternRegistry; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[82] * Specific bug regression tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[102] private ZombieStereotypesDescriptor zombies; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[132] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[132] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[133] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[161] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[161] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[162] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[215] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[215] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[216] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[283] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[283] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[284] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^ Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[302] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[302] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[303] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^ Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[343] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[343] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[344] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[376] Collection schemata = zombies.getZombieSchemas(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[387] Collection packageAzombies = zombies.getZombies(packageA.get()); ^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[390] Collection packageBzombies = zombies.getZombies(packageB.get()); ^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[397] * Tests that bug 496307 is resolved through {@link ProfileNamespaceURIPattern}s which provide a mechanism to ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[414] ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[414] ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPatternRegistry' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[414] ProfileNamespaceURIPatternRegistry registry = ProfileNamespaceURIPatternRegistry.INSTANCE; ^^^^^^^^ Discouraged access: The field 'ProfileNamespaceURIPatternRegistry.INSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[415] ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[415] ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProfileNamespaceURIPattern' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[415] ProfileNamespaceURIPattern pattern = new ProfileNamespaceURIPattern( ^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'ProfileNamespaceURIPattern(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[419] registry.register(pattern); ^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternRegistry.register(ProfileNamespaceURIPattern)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[421] Collection schemata = zombies.getZombieSchemas(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[433] Collection packageAzombies = zombies.getZombies(packageA.get()); ^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[442] Collection packageBzombies = zombies.getZombies(packageB.get()); ^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombies(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[452] registry.unregister(pattern); ^^^^^^^^^^ Discouraged access: The method 'ProfileNamespaceURIPatternRegistry.unregister(ProfileNamespaceURIPattern)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[470] if (next.isAnnotationPresent(Bug.class) && StereotypeApplicationRepairSnippet.class.isAssignableFrom(next.getReturnType())) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[486] fixture.start(modelSet.getResourceSet()); ^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.start(ModelSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[569] void repair(final IAdaptable schema, final IRepairAction action) { ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[575] zombies.repair(schema, action, null, null); ^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.repair(IAdaptable, IRepairAction, DiagnosticChain, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[586] Collection schemata = zombies.getZombieSchemas(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeRepairRegressionTest.java:[657] public void addZombies(ZombieStereotypesDescriptor zombies) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[67] * Automated tests for the {@link StereotypeApplicationRepairSnippet} class and its dependencies. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[86] private ZombieStereotypesDescriptor zombies; ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[117] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[117] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[118] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[138] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[138] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[139] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[158] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[158] IRepairAction action = zombies.getSuggestedRepairAction(schema); ^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getSuggestedRepairAction(IAdaptable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[159] assertThat("Wrong suggested repair action", action.kind(), is(IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'IRepairAction.Kind.APPLY_LATEST_PROFILE_DEFINITION' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getRepairAction(IAdaptable, IRepairAction.Kind)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[175] IRepairAction action = zombies.getRepairAction(schema, IRepairAction.Kind.DELETE); ^^^^^^ Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^ Discouraged access: The method 'IRepairAction.kind()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction.Kind' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[176] assertThat("Wrong repair action", action.kind(), is(IRepairAction.Kind.DELETE)); ^^^^^^ Discouraged access: The field 'IRepairAction.Kind.DELETE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[195] fixture.start(modelSet.getResourceSet()); ^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.start(ModelSet)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[199] void repair(final IAdaptable schema, final IRepairAction action) { ^^^^^^^^^^^^^ Discouraged access: The type 'IRepairAction' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[205] zombies.repair(schema, action, null, null); ^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.repair(IAdaptable, IRepairAction, DiagnosticChain, IProgressMonitor)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[215] Collection schemata = zombies.getZombieSchemas(); ^^^^^^^^^^^^^^^^ Discouraged access: The method 'ZombieStereotypesDescriptor.getZombieSchemas()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[271] static class MyStereotypeApplicationRepairSnippet extends StereotypeApplicationRepairSnippet { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'StereotypeApplicationRepairSnippet' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[274] super(); ^^^^^^^^ Discouraged access: The constructor 'StereotypeApplicationRepairSnippet()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[278] super(presenterFunction, dynamicProfileSupplier); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StereotypeApplicationRepairSnippet(Function, Function)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[282] super(presenterFunction); ^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The constructor 'StereotypeApplicationRepairSnippet(Function)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[287] protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[288] return super.getZombieStereotypes(resource); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.getZombieStereotypes(Resource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[293] protected ZombieStereotypesDescriptor getZombieStereotypes(Resource resource, Element root) { ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ZombieStereotypesDescriptor' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[294] return super.getZombieStereotypes(resource, root); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.getZombieStereotypes(Resource, Element)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[300] return super.getRootUMLElement(resource); ^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.getRootUMLElement(Resource)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/org/eclipse/papyrus/uml/modelrepair/internal/stereotypes/StereotypeApplicationRepairSnippetTest.java:[306] return super.getAppliedDefinitions(profileApplications); ^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'StereotypeApplicationRepairSnippet.getAppliedDefinitions(Iterable)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.modelrepair/3.1.0.202211040259/org.eclipse.papyrus.uml.modelrepair-3.1.0.202211040259.jar') 204 problems (204 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.modelrepair.tests/target/org.eclipse.papyrus.uml.modelrepair.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.modelrepair.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.properties.tests >-- [INFO] Building org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT [75/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/modelelement/tests/UMLModelElementTest.java:[128] return new StrategyBasedContentProvider(new ProviderBasedBrowseStrategy(treeContent), ^^^^^^^^^^^^^^^^^^^^^^^^^^^ ProviderBasedBrowseStrategy is a raw type. References to generic type ProviderBasedBrowseStrategy should be parameterized 9. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/BasicObservableValueTest.java (at line 30) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 10. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/AbstractObservableListTest.java (at line 31) @SuppressWarnings({ "unchecked", "rawtypes", "serial", "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 11. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/AbstractImageObservableValueTest.java (at line 29) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 12. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ImageNameObservableValueTest.java (at line 23) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 13. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/AbstractObservableTest.java (at line 29) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 14. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ImageKindObservableValueTest.java (at line 23) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 15. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/NavigationObservableValueTest.java (at line 30) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 16. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ProvidedInterfaceObservableListTest.java (at line 33) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 17. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/AnnotationObservableValueTest.java (at line 29) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 18. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ElementCustomizationQualifiedNameObservableValueTest.java (at line 23) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 19. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/KeywordObservableValueTest.java (at line 31) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 20. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/UnsettableStringObservableValueTest.java (at line 30) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 21. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/OwnedCommentsObservableListTest.java (at line 32) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 22. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/OwnerObservableValueTest.java (at line 31) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 23. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/RequiredInterfaceObservableListTest.java (at line 33) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 24. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/UMLLabelObservableValueTest.java (at line 31) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 25. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ElementCustomizationShadowObservableValueTest.java (at line 23) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 26. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ImageExpressionObservableValueTest.java (at line 23) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 27. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/MultiplicityObservableValueTest.java (at line 40) @SuppressWarnings({ "unchecked", "rawtypes", "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 28. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ProfileApplicationObservableListTest.java (at line 35) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 29. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/AppliedCommentsObservableListTest.java (at line 33) @SuppressWarnings({ "serial", "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 30. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/ExtensionEndMultiplicityObservableValueTest.java (at line 31) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 31. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/org/eclipse/papyrus/uml/properties/databinding/tests/StereotypeApplicationObservableListTest.java (at line 33) @SuppressWarnings({ "nls" }) ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 31 problems (0 errors, 1 warning, 30 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.properties.tests/target/org.eclipse.papyrus.uml.properties.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.properties.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.tests >-- [INFO] Building org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT [76/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreatePureUMLElementTest.java:[82] private static Class testClass; ^^^^^^^^^ The value of the field CreatePureUMLElementTest.testClass is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreatePureUMLElementTest.java:[84] private static Activity testActivityWithNode; ^^^^^^^^^^^^^^^^^^^^ The value of the field CreatePureUMLElementTest.testActivityWithNode is not used 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationSharedDirectedTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 6. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationCompositeTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 7. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationDirectedTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 8. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/org/eclipse/papyrus/uml/service/types/tests/creation/CreateAssociationSharedTest.java (at line 36) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 8 problems (0 errors, 2 warnings, 6 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.tests/target/org.eclipse.papyrus.uml.service.types.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.service.types.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.service.types.ui.tests >-- [INFO] Building org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT [77/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/org/eclipse/papyrus/uml/service/types/ui/tests/creation/CreateRelationshipTest.java:[777] 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/org/eclipse/papyrus/uml/service/types/ui/tests/creation/AbstractCreateRelationshipTest.java:[258] public void setInitialElementSelections(List selectedElements) { ^^^^ List is a raw type. References to generic type List should be parameterized 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.service.types.ui.tests/target/org.eclipse.papyrus.uml.service.types.ui.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.service.types.ui.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT [78/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.drafter.tests >-- [INFO] Building org.eclipse.papyrus.uml.profile.drafter.tests 2.1.0-SNAPSHOT [79/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/org/eclipse/papyrus/uml/profile/drafter/tests/TracesRecorder.java:[96] public class TraceRecord { ^^ The type parameter T1 is hiding the type T1 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/org/eclipse/papyrus/uml/profile/drafter/tests/TracesRecorder.java:[96] public class TraceRecord { ^^ The type parameter T2 is hiding the type T2 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[6] import org.eclipse.jface.databinding.swt.SWTObservables; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[42] @SuppressWarnings("unchecked") ^^^^^^^^^^^ Unnecessary @SuppressWarnings("unchecked") [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[47] List models = (List) inputElement; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[47] List models = (List) inputElement; ^^^^ List is a raw type. References to generic type List should be parameterized [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[200] Realm.runWithDefault(SWTObservables.getRealm(Display.getDefault()), ^^^^^^^^^^^^^^ The type SWTObservables is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/test/org/eclipse/papyrus/uml/profile/drafter/tests/ui/propertyviewer/TableViewerExample.java:[200] Realm.runWithDefault(SWTObservables.getRealm(Display.getDefault()), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getRealm(Display) from the type SWTObservables is deprecated 8 problems (8 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.drafter.tests/target/org.eclipse.papyrus.uml.profile.drafter.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.drafter.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.filters.tests >--- [INFO] Building org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT [80/175] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.filters.tests/target/org.eclipse.papyrus.uml.filters.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.filters.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.tests >--- [INFO] Building org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT [81/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/org/eclipse/papyrus/uml/profile/tests/DialogInteractionRule.java:[30] import org.eclipse.papyrus.uml.profile.service.ui.RefreshProfileDialog; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RefreshProfileDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.profile/4.2.0.202211040259/org.eclipse.papyrus.uml.profile-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/org/eclipse/papyrus/uml/profile/tests/DialogInteractionRule.java:[149] RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RefreshProfileDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.profile/4.2.0.202211040259/org.eclipse.papyrus.uml.profile-4.2.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/org/eclipse/papyrus/uml/profile/tests/DialogInteractionRule.java:[149] RefreshProfileDialog dialog = findWindow(RefreshProfileDialog.class); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'RefreshProfileDialog' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.profile/4.2.0.202211040259/org.eclipse.papyrus.uml.profile-4.2.0.202211040259.jar') 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/profile/org.eclipse.papyrus.uml.profile.tests/target/org.eclipse.papyrus.uml.profile.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.types.core.tests >-- [INFO] Building org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT [82/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.types.core.tests/target/org.eclipse.papyrus.uml.types.core.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.types.core.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.feature >------ [INFO] Building org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT [83/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.feature/target/org.eclipse.papyrus.tests.uml.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.views.documentation.tests >-- [INFO] Building org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT [84/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/documentation/org.eclipse.papyrus.views.documentation.tests/target/org.eclipse.papyrus.views.documentation.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.documentation.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.views.feature >----- [INFO] Building org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT [85/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.views.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.views.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.views.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.views.feature/target/org.eclipse.papyrus.tests.views.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.views.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.views.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.nattable.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT [86/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] The project's OSGi version is 1.4.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.nattable.feature/target/org.eclipse.papyrus.tests.infra.nattable.feature-1.4.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.nattable.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.main.test >-- [INFO] Building org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT [87/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.main.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.main.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT [88/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/org/eclipse/papyrus/uml/nattable/tests/bugs/MoveElementInSynchronizedTableTest.java:[157] List nodes = new ArrayList((List) activity.eGet(UMLPackage.eINSTANCE.getActivity_OwnedNode())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: Unchecked cast from Object to List [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/org/eclipse/papyrus/uml/nattable/tests/tests/UMLRestrictedContentProviderTestCustomProfile.java:[63] private Property basePropSte1; ^^^^^^^^^^^^ The value of the field UMLRestrictedContentProviderTestCustomProfile.basePropSte1 is not used 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.tests/target/org.eclipse.papyrus.uml.nattable.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.generic.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT [89/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/org/eclipse/papyrus/uml/nattable/generic/tests/bugs/FillColumnsSizeTest.java:[114] fillStyle.setName(NamedStyleConstants.FILL_COLUMNS_SIZE); ^^^^^^^^^^^^^^^^^ The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.generic.tests/target/org.eclipse.papyrus.uml.nattable.generic.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.generic.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.clazz.config.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT [90/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Compiling 245 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/bugs/UnsupportedColumnCellTextTest.java:[57] Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 1)); ^^^^^^^^^^^^^ The field ICellManager.NOT_AVALAIBLE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/bugs/UnsupportedColumnCellTextTest.java:[58] Assert.assertEquals(ICellManager.NOT_AVALAIBLE, this.manager.getBodyLayerStack().getViewportLayer().getDataValueByPosition(1, 2)); ^^^^^^^^^^^^^ The field ICellManager.NOT_AVALAIBLE is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/tests/AbstractOpenTableTest.java:[54] IPageManager pageManager = editor.getServicesRegistry().getService(IPageManager.class); ^^^^^^^^^^^ The value of the local variable pageManager is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/org/eclipse/papyrus/uml/nattable/clazz/config/tests/paste/tests/AbstractPasteWithCategoriesTests.java:[703] final INattableModelManager manager = this.editor.getAdapter(INattableModelManager.class); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 5 problems (0 errors, 4 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.clazz.config.tests/target/org.eclipse.papyrus.uml.nattable.clazz.config.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.clazz.config.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT [91/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Compiling 74 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests/target/org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.matrix.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT [92/175] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingColumnSourceTest.java:[268] matrixManager.addColumnSources(Arrays.asList(packagesToAdd)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type NamedElement[] of the last argument to method asList(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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingColumnSourceTest.java:[284] matrixManager.removeColumnSources(Arrays.asList(packagesToRemove)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type NamedElement[] of the last argument to method asList(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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/AbstractTableTest.java:[131] editorModel = TableHelper.createTable(tableConfiguration, tableContext, name, ""); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated 5. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateMatrixAxisColumnTest.java (at line 40) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 6. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/DeleteObjectWrapperForSourceElementsTest.java (at line 37) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 7. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/org/eclipse/papyrus/uml/nattable/matrix/tests/tests/UpdateTableAfterEditingRowSourceTest.java (at line 35) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored 7 problems (0 errors, 3 warnings, 4 infos) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.matrix.tests/target/org.eclipse.papyrus.uml.nattable.matrix.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.matrix.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.nattable.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT [93/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] The project's OSGi version is 1.3.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.nattable.feature/target/org.eclipse.papyrus.tests.uml.nattable.feature-1.3.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.nattable.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.feature >----- [INFO] Building org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT [94/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.feature/target/org.eclipse.papyrus.tests.infra.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.core.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT [95/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.core.feature/target/org.eclipse.papyrus.tests.infra.core.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.core.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT [96/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.tools.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.tests >---- [INFO] Building org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT [97/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] The project's OSGi version is 4.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLLanguageProvidersTest.java:[32] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLLanguageProvidersTest.java:[76] JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLLanguageProvidersTest.java:[76] JunkLanguage junk = AdapterUtils.adapt(modelSet.getResourceSet(), JunkLanguage.class, null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class, UMLLanguageProvidersTest.JunkLanguage) from the type AdapterUtils is deprecated 4. INFO in /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/CustomizableDelegatingItemLabelProviderTest.java (at line 53) @SuppressWarnings("nls") ^^^^^ At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLReferenceConverterCompletionTest.java:[58] private static final String PACKAGE1_NAME_TO_DISPLAY = "Package1"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field UMLReferenceConverterCompletionTest.PACKAGE1_NAME_TO_DISPLAY is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLReferenceConverterTest.java:[78] private Class class1 = null; ^^^^^^ The value of the field UMLReferenceConverterTest.class1 is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLReferenceConverterTest.java:[80] private Class class4 = null; ^^^^^^ The value of the field UMLReferenceConverterTest.class4 is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/NamedElementValidatorTest.java:[105] houseKeeper.setField("fixture", new NamedElementValidator(toBeNamed)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, NamedElementValidator) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/org/eclipse/papyrus/uml/tools/tests/tests/UMLCopyTestME.java:[27] import org.eclipse.emf.ecore.util.EcoreUtil; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.emf.ecore.util.EcoreUtil is never used 9 problems (0 errors, 8 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.tests/target/org.eclipse.papyrus.uml.tools.tests-4.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.tools.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.tools.utils.tests >-- [INFO] Building org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT [98/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/org/eclipse/papyrus/uml/tools/utils/tests/tests/NameResolutionHelperTest.java:[55] List namedElements = nameResolutionHelper.getNamedElements(PACKAGE1_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + PACKAGE2_NAME + NamedElementUtil.QUALIFIED_NAME_SEPARATOR + CLASS1_NAME); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method getNamedElements(String) from the type NameResolutionHelper is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/tools/org.eclipse.papyrus.uml.tools.utils.tests/target/org.eclipse.papyrus.uml.tools.utils.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.tools.utils.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.tools.feature >--- [INFO] Building org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT [99/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.tools.feature/target/org.eclipse.papyrus.tests.uml.tools.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.tools.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT [100/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.controlmode.tests >-- [INFO] Building org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT [101/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/org/eclipse/papyrus/uml/decoratormodel/controlmode/tests/AbstractDecoratorModelControlModeTest.java:[606] protected Set set(E... elements) { ^^^^^^^^ Type safety: Potential heap pollution via varargs parameter elements 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests/target/org.eclipse.papyrus.uml.decoratormodel.controlmode.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.controlmode.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.decoratormodel.tests >-- [INFO] Building org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT [102/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[108] assertThat(profile, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Profile, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[109] assertThat(profile.eIsProxy(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[110] assertThat(profile.getURI(), is(ProfileExternalizationPackage.eNS_URI)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[116] assertThat(DecoratorModelUtils.getDecoratorPackages(getPackage2()), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Iterable, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[121] assertThat(packages.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[122] assertThat(packages.get(0).isProfileApplied(getTestProfile()), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[128] assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Iterable, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[133] assertThat(applications.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[134] assertThat(applications.get(0).getAppliedProfile(), is(getTestProfile())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Profile, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[142] assertThat(applications.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[143] assertThat(applications.get(getPackage2()), is(getTestProfile())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Profile, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[149] assertThat(DecoratorModelUtils.getDecoratorModelProfileApplications(getPackage2()), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Iterable, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[154] assertThat(applied.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[155] assertThat(applied.get(0), is(getTestProfile())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Profile, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[162] assertThat(DecoratorModelUtils.hasExternalizationProfile(getTestProfile()), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[163] assertThat(DecoratorModelUtils.hasExternalizationProfile((Package) decoratorModel.getContents().get(0)), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[173] assertThat(DecoratorModelUtils.isDecoratorModel(modelResource), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[174] assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[181] assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, getTestProfile().eResource()), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[182] assertThat(DecoratorModelUtils.isDecoratorModelFor(decoratorModel, modelResource), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[190] assertThat(uris.size(), is(1)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[191] assertThat(uris.get(0), is(modelResource.getURI())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(URI, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[197] assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[209] assertThat(DecoratorModelUtils.isDecoratorModel(decoratorModel.getURI()), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[213] assertThat(DecoratorModelUtils.isDecoratorModel(decorator), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[218] assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[222] assertThat(DecoratorModelUtils.getLoadedDecoratorModels(modelResource), is(Collections.singleton(decoratorModel.getURI()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[229] assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), is(Collections.singleton(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[233] assertThat(DecoratorModelUtils.getUnloadedDecoratorModels(modelResource), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[241] assertThat(get(unloaded, true), is(Collections.singleton(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[247] assertThat(get(unloaded, false), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[261] assertThat(get(unloaded, true), is(set(decorator2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[266] assertThat(get(unloaded, false), is(set(decorator1, decorator2))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[274] assertThat(get(unloaded, true), is(set(uri))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[279] assertThat(get(unloaded, false), isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[285] assertThat(get(hasUnloaded, true), is(Boolean.TRUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[290] assertThat(get(hasUnloaded, false), is(Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[301] assertThat(get(hasUnloaded, true), is(Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[304] assertThat(get(hasUnloaded, false), is(Boolean.TRUE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[309] assertThat(get(hasUnloaded, false), is(Boolean.FALSE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[315] assertThat(subUnits, isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[319] assertThat(subUnits, is(set(getPackage2()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/DecoratorModelUtilsTest.java:[323] assertThat(subUnits, isEmpty()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/AbstractProfileExternalizationTest.java:[484] protected Set set(E... elements) { ^^^^^^^^ Type safety: Potential heap pollution via varargs parameter elements [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[36] import org.eclipse.papyrus.infra.core.utils.AdapterUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[79] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[79] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[100] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[100] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[121] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^ The type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[121] EPackage ePackage = AdapterUtils.adapt(schema, EPackage.class).get(); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method adapt(Object, Class) from the type AdapterUtils is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/tests/StereotypeApplicationRepairTest.java:[144] houseKeeper.setField("zombies", snippet.getZombieStereotypes(decoratorModelResource)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, ZombieStereotypesDescriptor) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[71] EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[95] EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[124] EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/org/eclipse/papyrus/uml/decoratormodel/helper/tests/PapyrusStereotypeApplicationHelperTest.java:[158] EObject stereotypeApplication = fixture.applyStereotype(foo, stereotype); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method applyStereotype(Element, EClass) from the type UMLUtil.StereotypeApplicationHelper is deprecated 56 problems (56 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/decoratormodel/org.eclipse.papyrus.uml.decoratormodel.tests/target/org.eclipse.papyrus.uml.decoratormodel.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.decoratormodel.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.decoratormodel.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT [103/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.decoratormodel.feature/target/org.eclipse.papyrus.tests.uml.decoratormodel.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.decoratormodel.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT [104/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.parameter.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT [105/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/org/eclipse/papyrus/uml/textedit/parameter/tests/suites/ParameterGrammarTests.java:[21] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/org/eclipse/papyrus/uml/textedit/parameter/tests/suites/ParameterGrammarTests.java:[125] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.parameter.tests/target/org.eclipse.papyrus.uml.textedit.parameter.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.parameter.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.port.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT [106/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/org/eclipse/papyrus/uml/textedit/port/tests/suites/PortGrammarTests.java:[20] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/org/eclipse/papyrus/uml/textedit/port/tests/suites/PortGrammarTests.java:[149] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.port.tests/target/org.eclipse.papyrus.uml.textedit.port.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.port.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.property.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT [107/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/org/eclipse/papyrus/uml/textedit/property/tests/suites/PropertyGrammarTests.java:[19] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/org/eclipse/papyrus/uml/textedit/property/tests/suites/PropertyGrammarTests.java:[142] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.property.tests/target/org.eclipse.papyrus.uml.textedit.property.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.property.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT [108/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/ConstraintWithCppPopupEditorConfiguration.java:[22] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/ConstraintWithCppPopupEditorConfiguration.java:[30] public class ConstraintWithCppPopupEditorConfiguration extends DefaultXtextDirectEditorConfiguration implements ICustomDirectEditorConfiguration { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/org/eclipse/papyrus/uml/textedit/tests/editor/ConstraintWithCppPopupEditorConfiguration.java:[33] super(); ^^^^^^^^ The constructor DefaultXtextDirectEditorConfiguration() is deprecated 4 problems (0 errors, 3 warnings, 1 info) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.tests/target/org.eclipse.papyrus.uml.textedit.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.textedit.tests.feature >-- [INFO] Building org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT [109/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.textedit.tests.feature/target/org.eclipse.papyrus.uml.textedit.tests.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.tests.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.assistants.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT [110/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.assistants.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.assistants.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.types.generator.tests >-- [INFO] Building org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT [111/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.types.generator.tests/target/org.eclipse.papyrus.uml.profile.types.generator.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.types.generator.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.profile.assistants.generator.tests >-- [INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT [112/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.tests/target/org.eclipse.papyrus.uml.profile.assistants.generator.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.profile.assistants.generator.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.assistants.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT [113/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.assistants.feature/target/org.eclipse.papyrus.tests.uml.assistants.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.assistants.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.tests.releng >-- [INFO] Building org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT [114/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.profilemigration.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT [115/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/target/org.eclipse.papyrus.toolsmiths.profilemigration.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.profilemigration.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.common.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT [116/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[28] import org.eclipse.papyrus.toolsmiths.validation.common.internal.utils.ProjectManagementUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[36] * Specific test cases for the {@link ProjectManagementUtils} class. ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[47] assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[47] assertThat("UML file not found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(true)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.existFileFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[48] assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[48] assertThat("Bogus file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "bogus", true), is(false)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.existFileFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[60] assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false)); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[60] assertThat("UML file found", ProjectManagementUtils.existFileFromProject(project.getProject(), "uml", true), is(false)); ^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.existFileFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[65] Collection files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[65] Collection files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.getFilesFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[78] Collection files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true); ^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ProjectManagementUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/org/eclipse/papyrus/toolsmiths/validation/common/tests/ProjectManagementUtilsTest.java:[78] Collection files = ProjectManagementUtils.getFilesFromProject(project.getProject(), "uml", true); ^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'ProjectManagementUtils.getFilesFromProject(IContainer, String, boolean)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar') 12 problems (12 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.common.tests/target/org.eclipse.papyrus.toolsmiths.validation.common.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.common.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.profile.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT [117/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/org/eclipse/papyrus/toolsmiths/validation/profile/tests/ProfilePluginValidationTest.java:[65] ProfilePluginCheckerService.checkProfilePlugin(fixture.getProject(), null); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkProfilePlugin(IProject, IProgressMonitor) from the type ProfilePluginCheckerService is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.profile.tests/target/org.eclipse.papyrus.toolsmiths.validation.profile.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.profile.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT [118/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/org/eclipse/papyrus/toolsmiths/validation/elementtypes/tests/ElementTypesPluginValidationTest.java:[66] ElementTypesPluginCheckerService.checkElementTypesPlugin(fixture.getProject(), new NullProgressMonitor()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method checkElementTypesPlugin(IProject, IProgressMonitor) from the type ElementTypesPluginCheckerService is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.architecture.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT [119/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/org/eclipse/papyrus/toolsmiths/validation/architecture/internal/quickfix/tests/ModelQuickFixTests.java:[21] import org.eclipse.papyrus.toolsmiths.validation.architecture.internal.quickfix.ArchitectureMarkerResolutionGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ArchitectureMarkerResolutionGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/org/eclipse/papyrus/toolsmiths/validation/architecture/internal/quickfix/tests/ModelQuickFixTests.java:[37] @QuickFixWith(ArchitectureMarkerResolutionGenerator.class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'ArchitectureMarkerResolutionGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.architecture/2.1.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0.202211040308.jar') 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.architecture.tests/target/org.eclipse.papyrus.toolsmiths.validation.architecture.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.architecture.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.newchild.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT [120/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildBuildPropertiesBuilderTest.java:[44] @MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildDependenciesBuilderTest.java:[42] @MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildPluginXMLBuilderTest.java:[42] @MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildPluginBuilderTest.java:[38] @MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/org/eclipse/papyrus/toolsmiths/validation/newchild/tests/NewChildModelBuilderTest.java:[42] @MarkerType(NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The field 'NewChildMenuPluginValidationConstants.NEWCHILD_PLUGIN_VALIDATION_MARKER_TYPE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.newchild/1.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0.202211040308.jar') 5 problems (5 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.newchild.tests/target/org.eclipse.papyrus.toolsmiths.validation.newchild.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.newchild.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.validation.properties.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT [121/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/org/eclipse/papyrus/toolsmiths/validation/properties/internal/quickfix/tests/ModelQuickFixTests.java:[28] import org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.PropertiesMarkerResolutionGenerator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PropertiesMarkerResolutionGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0.202211040308.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/org/eclipse/papyrus/toolsmiths/validation/properties/internal/quickfix/tests/ModelQuickFixTests.java:[37] @QuickFixWith(PropertiesMarkerResolutionGenerator.class) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'PropertiesMarkerResolutionGenerator' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.properties/1.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0.202211040308.jar') 2 problems (2 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.validation.properties.tests/target/org.eclipse.papyrus.toolsmiths.validation.properties.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.validation.properties.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.toolsmiths.feature >-- [INFO] Building org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT [122/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.toolsmiths.feature/target/org.eclipse.papyrus.tests.toolsmiths.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.toolsmiths.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.feature >-------- [INFO] Building org.eclipse.papyrus.tests.feature 2.0.0-SNAPSHOT [123/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.feature --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.feature/target/org.eclipse.papyrus.tests.feature-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.main.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT [124/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.main.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.main.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.main.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.emf.expressions.tests >-- [INFO] Building org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT [125/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/emf/expressions/org.eclipse.papyrus.infra.emf.expressions.tests/target/org.eclipse.papyrus.infra.emf.expressions.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.emf.expressions.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.emf.expressions.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT [126/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.emf.expressions.feature/target/org.eclipse.papyrus.tests.infra.emf.expressions.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.emf.expressions.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.main.test >-- [INFO] Building org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT [127/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.main.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/internationalization/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.internationalization.main.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.internationalization.tests >-- [INFO] Building org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT [128/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/internationalization/org.eclipse.papyrus.infra.internationalization.tests/target/org.eclipse.papyrus.infra.internationalization.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.internationalization.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.infra.internationalization.feature >-- [INFO] Building org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT [129/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.infra.internationalization.feature/target/org.eclipse.papyrus.tests.infra.internationalization.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.infra.internationalization.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT [130/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.expressions.tests >-- [INFO] Building org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT [131/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/org/eclipse/papyrus/uml/expressions/tests/IsKindOfStereotypeExpressionTests.java:[54] private final String ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME = "RootElement::AChildNiceStereotypeForElement"; //$NON-NLS-1$ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The value of the field IsKindOfStereotypeExpressionTests.ELEMENT_CHILD_STEREOTYPE_QUALIFIED_NAME is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/org/eclipse/papyrus/uml/expressions/tests/SingleStereotypeAttributeEqualityExpressionTests.java:[48] private Class notStereotypedClass; ^^^^^^^^^^^^^^^^^^^ The value of the field SingleStereotypeAttributeEqualityExpressionTests.notStereotypedClass is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/org/eclipse/papyrus/uml/expressions/tests/SingleStereotypeAttributeEqualityExpressionTests.java:[50] private final String PROFILE_URI = "papyrusExpressionProfile"; //$NON-NLS-1$ ^^^^^^^^^^^ The value of the field SingleStereotypeAttributeEqualityExpressionTests.PROFILE_URI is not used 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/expressions/org.eclipse.papyrus.uml.expressions.tests/target/org.eclipse.papyrus.uml.expressions.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.expressions.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.expressions.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT [132/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.expressions.feature/target/org.eclipse.papyrus.tests.uml.expressions.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.expressions.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.main.test >-- [INFO] Building org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT [133/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.main.test --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.main.test --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.internationalization.main.test --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.tests >-- [INFO] Building org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT [134/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.tests/target/org.eclipse.papyrus.uml.internationalization.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.internationalization.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.internationalization.controlmode.tests >-- [INFO] Building org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT [135/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] The project's OSGi version is 2.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/internationalization/org.eclipse.papyrus.uml.internationalization.controlmode.tests/target/org.eclipse.papyrus.uml.internationalization.controlmode.tests-2.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.internationalization.controlmode.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.tests.uml.internationalization.feature >-- [INFO] Building org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT [136/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.tests.uml.internationalization.feature/target/org.eclipse.papyrus.tests.uml.internationalization.feature-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.uml.internationalization.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests >----- [INFO] Building org.eclipse.papyrus.uml.alf.tests 2.0.0-SNAPSHOT [137/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.uml.alf.tests --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [WARNING] WARNING: MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MappingTest.xtend 23: The type XtextRunner is deprecated [WARNING] WARNING: MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MappingTest.xtend 32: The type XtextRunner is deprecated [WARNING] WARNING: MappingTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MappingTest.xtend 54: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend 57: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend 62: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend 83: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: ParserTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/ParserTest.xtend 85: The operator '!=' should be replaced by '!==' when null is one of the arguments. [WARNING] WARNING: MergeTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MergeTest.xtend 37: The type XtextRunner is deprecated [WARNING] WARNING: MergeTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/MergeTest.xtend 45: The type XtextRunner is deprecated [WARNING] WARNING: SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SingleTest.xtend 24: The type InjectWith is deprecated [WARNING] WARNING: SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SingleTest.xtend 25: The type XtextRunner is deprecated [WARNING] WARNING: SingleTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SingleTest.xtend 38: The type XtextRunner is deprecated [WARNING] WARNING: Parse.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/Parse.xtend 57: The operator '==' should be replaced by '===' when null is one of the arguments. [WARNING] WARNING: SemanticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SemanticTest.xtend 24: The type InjectWith is deprecated [WARNING] WARNING: SemanticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SemanticTest.xtend 25: The type XtextRunner is deprecated [WARNING] WARNING: SemanticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SemanticTest.xtend 38: The type XtextRunner is deprecated [WARNING] WARNING: SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SyntacticTest.xtend 23: The type InjectWith is deprecated [WARNING] WARNING: SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SyntacticTest.xtend 24: The type XtextRunner is deprecated [WARNING] WARNING: SyntacticTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/SyntacticTest.xtend 37: The type XtextRunner is deprecated [WARNING] WARNING: GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/GenerationTest.xtend 25: The type XtextRunner is deprecated [WARNING] WARNING: GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/GenerationTest.xtend 33: The type XtextRunner is deprecated [WARNING] WARNING: GenerationTest.xtend - /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/GenerationTest.xtend 69: The operator '!=' should be replaced by '!==' when null is one of the arguments. [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[6] import org.eclipse.xtext.junit4.GlobalRegistries; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[7] import org.eclipse.xtext.junit4.GlobalRegistries.GlobalStateMemento; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type GlobalRegistries.GlobalStateMemento is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[8] import org.eclipse.xtext.junit4.IInjectorProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IInjectorProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[9] import org.eclipse.xtext.junit4.IRegistryConfigurator; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IRegistryConfigurator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[13] public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator { ^^^^^^^^^^^^^^^^^ The type IInjectorProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[13] public class AlfInjectorProvider implements IInjectorProvider, IRegistryConfigurator { ^^^^^^^^^^^^^^^^^^^^^ The type IRegistryConfigurator is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[15] protected GlobalStateMemento stateBeforeInjectorCreation; ^^^^^^^^^^^^^^^^^^ The type GlobalRegistries.GlobalStateMemento is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[16] protected GlobalStateMemento stateAfterInjectorCreation; ^^^^^^^^^^^^^^^^^^ The type GlobalRegistries.GlobalStateMemento is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[20] GlobalRegistries.initializeDefaults(); ^^^^^^^^^^^^^^^^ The type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[20] GlobalRegistries.initializeDefaults(); ^^^^^^^^^^^^^^^^^^^^ The method initializeDefaults() from the type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[26] stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState(); ^^^^^^^^^^^^^^^^ The type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[26] stateBeforeInjectorCreation = GlobalRegistries.makeCopyOfGlobalState(); ^^^^^^^^^^^^^^^^^^^^^^^ The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[28] stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState(); ^^^^^^^^^^^^^^^^ The type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[28] stateAfterInjectorCreation = GlobalRegistries.makeCopyOfGlobalState(); ^^^^^^^^^^^^^^^^^^^^^^^ The method makeCopyOfGlobalState() from the type GlobalRegistries is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[38] stateBeforeInjectorCreation.restoreGlobalState(); ^^^^^^^^^^^^^^^^^^^^ The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfInjectorProvider.java:[43] stateAfterInjectorCreation.restoreGlobalState(); ^^^^^^^^^^^^^^^^^^^^ The method restoreGlobalState() from the type GlobalRegistries.GlobalStateMemento is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/generator/AlfGenerator.java:[49] static final private SaveOptions options = SaveOptions.newBuilder().format().noValidation().getOptions(); ^^^^^^^^^^^^^^ The method noValidation() from the type SaveOptions.Builder is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/AlfCompiler.java:[26] import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfMapper is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/CompilerTests.java:[31] import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import org.eclipse.papyrus.uml.alf.tests.mapper.AlfCompiler is never used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/CompilerTests.java:[64] import org.eclipse.xtext.junit4.XtextRunner; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type XtextRunner is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/org/eclipse/papyrus/uml/alf/tests/mapper/CompilerTests.java:[70] @RunWith(XtextRunner.class) ^^^^^^^^^^^ The type XtextRunner is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfUiInjectorProvider.java:[6] import org.eclipse.xtext.junit4.IInjectorProvider; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type IInjectorProvider is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src-gen/org/eclipse/papyrus/uml/alf/AlfUiInjectorProvider.java:[10] public class AlfUiInjectorProvider implements IInjectorProvider { ^^^^^^^^^^^^^^^^^ The type IInjectorProvider is deprecated 23 problems (23 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.tests/target/org.eclipse.papyrus.uml.alf.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.alf.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.alf.tests.feature >---- [INFO] Building org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT [138/175] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] The project's OSGi version is 1.2.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/org.eclipse.papyrus.uml.alf.tests.feature/target/org.eclipse.papyrus.uml.alf.tests.feature-1.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.4.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.feature --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.tests.features >------- [INFO] Building Papyrus Tests Features 0.0.1-SNAPSHOT [139/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.tests.features --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.tests.features --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/features/papyrus-tests-features/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.tests.features --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.developer.suite.tests >-- [INFO] Building org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT [140/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] The project's OSGi version is 1.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/org.eclipse.papyrus.developer.suite.tests-1.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.developer.suite.tests.AllTests Tests run: 13, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 2.279 s - in org.eclipse.papyrus.developer.suite.tests.AllTests uml2umlDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.069 s batikDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.01 s aboutTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.027 s guavaDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.009 s vendorTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.037 s javaVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.053 s checkPapyrusEMFPluginDependency(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.003 s glazedListDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.009 s pluginIDTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 1.539 s checkPapyrusEMFUIPluginDependency(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0 s incubationTest(org.eclipse.papyrus.bundles.tests.BundlesTests) skipped importPackage(org.eclipse.papyrus.bundles.tests.BundlesTests) skipped natTableDependencyVersionTest(org.eclipse.papyrus.bundles.tests.BundlesTests) Time elapsed: 0.01 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 2 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.developer.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/org.eclipse.papyrus.developer.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.developer.suite.tests' with 0 classes [INFO] [INFO] ----< org.eclipse.papyrus.tests:org.eclipse.papyrus.bundles.tests >----- [INFO] Building org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT [141/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.bundles.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.bundles.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/bundlestests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.bundles.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.eclipse.project.editors.tests >-- [INFO] Building org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT [142/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] The project's OSGi version is 3.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[58] assertThat(fixture.getEditor().getMissingFiles(), hasItem("feature.xml")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[64] assertThat(fixture.getEditor().getMissingNature(), hasItem("org.eclipse.pde.FeatureNature")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[67] assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[70] assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureNature"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[76] assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem("org.eclipse.pde.FeatureBuilder")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[79] assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[82] assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.pde.FeatureBuilder"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[92] assertThat(manifest.getAttributes().getLength(), is(0)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[93] assertThat(manifest.getTextContent().trim(), is("")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[99] assertThat(fixture.getEditor().getId(), is("org.eclipse.papyrus.extra.umlrt.feature")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[105] assertThat(fixture.getEditor().getLabel(), is("Papyrus RT")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[111] assertThat(fixture.getEditor().getVersion(), is("1.2.0.qualifier")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[117] assertThat(fixture.getEditor().getProviderName(), is("Papyrus Project")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[123] assertThat(fixture.getEditor().getOS(), is("macosx")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[129] assertThat(fixture.getEditor().getWS(), is("cocoa,carbon")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[135] assertThat(fixture.getEditor().getNL(), is("en_CA")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[141] assertThat(fixture.getEditor().getArch(), is("x86_64,ppc")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[147] assertThat(fixture.getEditor().getDescriptionText(), containsString("UML for Real-Time")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[153] assertThat(fixture.getEditor().getDescriptionURL(), is("http://localhost/description.html")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[159] assertThat(fixture.getEditor().getCopyrightText(), containsString("2013 CEA LIST")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[165] assertThat(fixture.getEditor().getCopyrightURL(), is("http://www.eclipse.org/legal/epl-2.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[171] assertThat(fixture.getEditor().getLicenseText(), containsString("%license")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[177] assertThat(fixture.getEditor().getLicenseURL(), is("http://localhost/license.html")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[190] assertThat(getManifest().getAttribute(name), is(value)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[247] assertThat(description.getAttribute("url"), is(url)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[248] assertThat(description.getTextContent(), is(text)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[274] assertThat(discovery.getAttribute("label"), is("Get stuff here")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[275] assertThat(discovery.getAttribute("url"), is("http:///update")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[285] assertThat(plugin.getAttribute("version"), is("0.0.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[286] assertThat(plugin.getAttribute("download-size"), is("0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[287] assertThat(plugin.getAttribute("install-size"), is("0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[288] assertThat(plugin.getAttribute("unpack"), is("false")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[299] assertThat(feature.getAttribute("version"), is("0.7.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[320] assertThat(feature.getAttribute("version"), is("0.0.0")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/FeatureProjectEditorTest.java:[371] .peek(e -> assertThat("not exactly one " + name, ++count[0], is(1))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Integer, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[58] assertThat(fixture.getEditor().getMissingFiles(), both(hasItem(".classpath")).and(hasItem("build.properties"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[66] assertThat(fixture.slurp(".classpath"), hasItem(anything())); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[67] assertThat(fixture.getProject().getFile("build.properties").isAccessible(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[72] assertThat(fixture.getEditor().getMissingNature(), hasItem(IJavaProjectEditor.JAVA_NATURE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[77] assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[79] assertThat(fixture.getEditor().hasNature(IJavaProjectEditor.JAVA_NATURE), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[83] assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_NATURE))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[88] assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IJavaProjectEditor.JAVA_BUILD_COMMAND)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[95] assertThat(fixture.slurp(".project"), hasItem(containsString("org.eclipse.papyrus.foo"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[100] assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[102] assertThat(fixture.getEditor().hasBuildCommand(IJavaProjectEditor.JAVA_BUILD_COMMAND), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[106] assertThat(fixture.slurp(".project"), hasItem(containsString(IJavaProjectEditor.JAVA_BUILD_COMMAND))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[112] assertThat(fixture.getEditor().exists(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[116] assertThat(fixture.getEditor().exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[123] assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[130] assertThat(getBuildOutputProperty(), containsString("classes")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[137] assertThat(getBuildProperties().getProperty("bin.includes", ""), containsString("foo.xml")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[144] assertThat(fixture.getEditor().isRegisteredSourceFolder("src-gen"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[151] assertThat(fixture.getEditor().isRegisteredBinFolder("classes"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[160] assertThat(Arrays.asList(fixture.getEditor().getSourceFolders()), both(hasItem("src")).and(hasItem("src-gen"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[171] assertThat(Arrays.asList(fixture.getEditor().getBinFolders()), both(hasItem("bin")).and(hasItem("bin-gen"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[182] assertThat(Arrays.asList(fixture.getEditor().getElementsInBuild()), both(hasItem("META-INF/MANIFEST.MF")).and(hasItem("plugin.xml")).and(hasItem("plugin.properties"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[192] assertThat(fixture.slurp(".classpath"), hasItem(both(containsString("\"src\"")).and(containsString("src-gen")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[202] assertThat(fixture.slurp(".classpath"), hasItem(both(containsString("\"src\"")).and(containsString("src-gen")))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[204] assertThat(getBuildProperties().getProperty("source..", ""), containsString("src-gen")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/JavaProjectEditorTest.java:[213] assertThat(fixture.getEditor().isSourceFolderRegistered("src-gen"), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[56] assertThat(fixture.getEditor().exists(), is(false)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[60] assertThat(fixture.getEditor().exists(), is(true)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Boolean, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[62] assertThat(fixture.slurp("plugin.xml"), hasItem(containsString(""))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[70] assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("point=\"org.eclipse.foo\""))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[83] assertThat(extension, notNullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Element, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[84] assertThat(extension.getNodeName(), is("extension")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[85] assertThat(extension.getAttribute("point"), is("org.eclipse.foo")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(String, Matcher) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[94] assertThat(fixture.slurp("plugin.xml"), hasItem(containsString("id=\"org.eclipse.papyrus.foo.test\""))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[100] assertThat(fixture.getEditor().getMissingFiles(), hasItem("plugin.xml")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[106] assertThat(fixture.getEditor().getMissingNature(), hasItem(IPluginProjectEditor.PLUGIN_NATURE)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[109] assertThat(fixture.getEditor().getMissingNature(), not(hasItem(anything()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[112] assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_NATURE))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[118] assertThat(fixture.getEditor().getMissingBuildCommand(), hasItem(IPluginProjectEditor.PLUGIN_BUILD_COMMAND)); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[121] assertThat(fixture.getEditor().getMissingBuildCommand(), not(hasItem(anything()))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/PluginProjectEditorTest.java:[124] assertThat(fixture.slurp(".project"), hasItem(containsString(IPluginProjectEditor.PLUGIN_BUILD_COMMAND))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ProjectEditorTest.java:[50] assertThat(fixture.getEditor().getMissingFiles(), not(hasItem(".project"))); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Set, Matcher>) from the type Assert is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/org/eclipse/papyrus/eclipse/project/editors/tests/ProjectEditorTest.java:[57] assertThat(lines, hasItem("Hello, world!")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(List, Matcher>) from the type Assert is deprecated 78 problems (78 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/target/org.eclipse.papyrus.eclipse.project.editors.tests-3.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.eclipse.project.editors.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.editors.suite.tests >-- [INFO] Building org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT [143/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/org.eclipse.papyrus.editors.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.editors.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. No JFaces support for org.eclipse.jface.viewers.TableTreeViewer (Eclipse:1284): Gtk-WARNING **: 04:54:37.710: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:1284): Gtk-WARNING **: 04:54:37.721: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) Tests run: 204, Failures: 0, Errors: 0, Skipped: 19, Time elapsed: 85.874 s - in org.eclipse.papyrus.editors.suite.tests.AllTests addFile(org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest) Time elapsed: 0.192 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.ProjectEditorTest) Time elapsed: 0.029 s getExtensions(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.201 s exists(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.065 s addExtension(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.074 s getMissingBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.033 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.022 s getMissingNature(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.052 s setAttribute(org.eclipse.papyrus.eclipse.project.editors.tests.PluginProjectEditorTest) Time elapsed: 0.039 s isSourceFolderRegistered(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.111 s getSourceFolders(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.048 s exists(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.035 s isRegisteredSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.024 s addBuildCommands(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.051 s createFiles(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.023 s hasNature(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.057 s registerBinFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.023 s addSourceFolderToClasspath(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.035 s getMissingBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.046 s isRegisteredBinFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.02 s registerSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.022 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.013 s getBinFolders(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.066 s addToBuild(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.02 s hasBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.061 s addJavaSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.039 s getMissingNature(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.019 s getElementsInBuild(org.eclipse.papyrus.eclipse.project.editors.tests.JavaProjectEditorTest) Time elapsed: 0.04 s getValueString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.029 s setBundleVersion(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.033 s getBundleVendor(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.07 s headerOrderMaintained_bug489075(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.029 s setSymbolicBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.042 s removeRequiredBundle(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.021 s exists(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.016 s removeImportedPackage(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.022 s addImportPackageString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.061 s setBundleVendor(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.019 s addExportPackageStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.018 s addDependencyString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.034 s createFiles(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.015 s addExportPackageString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.019 s getBundleVersion(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.036 s setSingleton(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.038 s addImportPackageStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.022 s getSymbolicBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.019 s getImportedPackages(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.018 s setValueStringStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.044 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.012 s removeValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.019 s setValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.018 s removeValueString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.045 s hasDependency(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.015 s getRequiredBundles(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.015 s setRequiredBundleExported(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.019 s getBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.015 s removeCustomSection_bug489075(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.046 s getValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.016 s addNewCustomSection_bug489075(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.021 s addDependencyStringString(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.019 s setBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.048 s getBundleLocalization(org.eclipse.papyrus.eclipse.project.editors.tests.ManifestEditorTest) Time elapsed: 0.014 s getExtensions(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.037 s getValueString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.048 s isSourceFolderRegistered(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.031 s setBundleVersion(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.058 s getBundleVendor(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.024 s getSourceFolders(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.018 s getMissingNature_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.014 s setSymbolicBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.058 s removeRequiredBundle(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.042 s getMissingFiles_manifest(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.038 s isRegisteredSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.027 s removeImportedPackage(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.041 s addBuildCommands(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.055 s addImportPackageString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.05 s addFile(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.043 s setBundleVendor(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.069 s getMissingFiles_plugin(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.016 s addExportPackageStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.047 s addDependencyString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.044 s addExtension(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.033 s getMissingFiles_project(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.013 s exists_manifest(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.031 s hasNature(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.05 s registerBinFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.017 s addSourceFolderToClasspath(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.031 s addExportPackageString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.059 s getBundleVersion(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.024 s setSingleton(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.051 s addImportPackageStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.028 s getSymbolicBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.024 s getImportedPackages(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.03 s setValueStringStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.063 s createFiles_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.019 s isRegisteredBinFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.065 s registerSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.018 s getBinFolders(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.035 s removeValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.038 s setValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.027 s removeValueString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.027 s getMissingFiles_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.033 s hasDependency(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.024 s pluginManifestExists(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.026 s getMissingBuildCommand_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.043 s addToBuild(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.017 s getRequiredBundles(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.023 s setRequiredBundleExported(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.03 s hasBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.049 s addJavaSourceFolder(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.032 s getBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.043 s getValueStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.023 s createFiles_manifest(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.012 s getMissingNature_plugin(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.025 s getMissingBuildCommand_plugin(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.043 s setAttribute(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.029 s getElementsInBuild(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.016 s addDependencyStringString(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.026 s setBundleName(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.054 s getBundleLocalization(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.022 s exists_java(org.eclipse.papyrus.eclipse.project.editors.tests.PluginEditorTest) Time elapsed: 0.024 s getCopyrightURL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.034 s getCopyrightText(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s getLicenseURL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s getLicenseText(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s setCopyright(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.02 s setLicense(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.036 s setVersion(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.026 s createFiles(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s addRequiredFeature(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.017 s addInclude(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.05 s setUpdateURL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.016 s getMissingBuildCommand(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.018 s addPlugin(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.015 s getArch(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.012 s getId(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.034 s getNL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.011 s getOS(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.014 s getWS(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.015 s setId(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.015 s setNL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.015 s setOS(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.035 s setWS(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.017 s getDescriptionURL(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s setDescription(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.017 s addRequiredPlugin(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.015 s getMissingFiles(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.032 s getDescriptionText(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s getProviderName(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s getVersion(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.013 s setLabel(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.015 s getMissingNature(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.015 s getLabel(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.033 s setArch(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.017 s setProviderName(org.eclipse.papyrus.eclipse.project.editors.tests.FeatureProjectEditorTest) Time elapsed: 0.015 s testDiagramContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testValidatedProfiledModelContentDoesNotLeak_noEGenericTypes(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testCleanUpListenersOnItemProviders(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testProfileContentDoesNotLeak_noEGenericTypes(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testModelSetDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testValidatedProfiledModelContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testProfileContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testPropertySheetContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testModelExplorerContentDoesNotLeak(org.eclipse.papyrus.editor.integration.tests.tests.EditorMemoryLeakTest) skipped testCreateNewElement(org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest) skipped testCreateNewElement_table(org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest) skipped testCanonicalEditPolicy_bug433206(org.eclipse.papyrus.editor.integration.tests.tests.EditingScenariosMemoryLeakTest) skipped testOpenModel(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 13.198 s testDiagramCreation(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 1.322 s testAvailableAndActivePageWithNatTable(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) skipped testDiagramIndirectDeletion_bug433371(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 3.062 s testAvailableAndActivePage(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.642 s testModelWithDiagramCreation(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.468 s testContainedDiagramDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.428 s testMultipageEditor(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.608 s testNatTableDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) skipped testOpenEmptyModel(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.176 s testEmptyModelCreation(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.177 s testContainedNatTableDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 1.483 s testContainedTableDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) skipped testDiagramDeletion(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 1.001 s testTableCreation(org.eclipse.papyrus.editor.integration.tests.tests.PageManagerTests) Time elapsed: 0.201 s testUnavailablePageRecovery(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) skipped testEmptyDiModel(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) skipped testInvalidAvailablePage(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.478 s testCompleteCase(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.612 s testProxyDiagram(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.309 s testDeleteDiagramWithInvalidAvailablePage(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.467 s testProxyTable(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) skipped testInvalidTab(org.eclipse.papyrus.editor.integration.tests.tests.RecoveryTest) Time elapsed: 0.237 s testOpenModelWithSpecialChars(org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests) Time elapsed: 0.398 s testCreateModelWithSpecialChars(org.eclipse.papyrus.editor.integration.tests.tests.ModelSetTests) Time elapsed: 0.361 s testSashFoldersRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 6.904 s testPropertySheetRestoredShowingCorrectInput(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 8.591 s testPerspectiveLayoutUnperturbed(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 5.577 s testEditPartSelectionRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 5.442 s testActiveEditorRestoredSaveAll(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 3.842 s testModelExplorerExpansionRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 4.545 s testPaletteStateRestored_paletteView(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 5.07 s testReloadIsDeferred(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 3.06 s testPaletteStateRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 5.085 s testModelExplorerReferencedLibrariesRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 2.9 s testActiveDiagramRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) skipped testModelExplorerSelectionRestored(org.eclipse.papyrus.editor.integration.tests.tests.EditorReloadTest) Time elapsed: 3.003 s Results: Tests run: 204, Failures: 0, Errors: 0, Skipped: 19 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.editors.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/editor/org.eclipse.papyrus.editors.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.editors.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.core.suite.tests >-- [INFO] Building org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT [144/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/org.eclipse.papyrus.infra.core.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.infra.core.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. org.eclipse.papyrus.infra.core.resource.ModelMultiException: Problems encountered while loading one of the models. ----- exceptions : ---------- org.eclipse.papyrus.infra.core.resource.uml.UmlModel : org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist. ----------------------------- at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:593) at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.initModelResources(AbstractModelFixture.java:301) at org.eclipse.papyrus.junit.utils.rules.AbstractModelFixture.starting(AbstractModelFixture.java:253) at org.junit.rules.TestWatcher.startingQuietly(TestWatcher.java:113) at org.junit.rules.TestWatcher.access$000(TestWatcher.java:52) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:59) at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5000) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4480) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) Caused by: org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist. at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:319) at org.eclipse.papyrus.infra.core.resource.ModelSet.handleDemandLoadException(ModelSet.java:244) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:278) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:406) at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:224) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$ResourceLocator.basicGetResource(ResourceSetImpl.java:751) at org.eclipse.papyrus.infra.editor.welcome.internal.WelcomeModelManager$WelcomeLocator.getResource(WelcomeModelManager.java:233) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:352) at org.eclipse.papyrus.infra.core.resource.ModelSet.getResource(ModelSet.java:224) at org.eclipse.papyrus.infra.core.resource.AbstractBaseModel.loadModel(AbstractBaseModel.java:189) at org.eclipse.papyrus.infra.core.resource.ModelSet.loadModels(ModelSet.java:588) ... 71 more Caused by: org.eclipse.core.internal.resources.ResourceException: Resource '/LanguageServiceTest/My.uml' does not exist. at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:330) at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:204) at org.eclipse.core.internal.resources.File.getContents(File.java:275) at org.eclipse.core.internal.resources.File.getContents(File.java:268) at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl$WorkbenchHelper.createPlatformResourceInputStream(PlatformResourceURIHandlerImpl.java:209) at org.eclipse.emf.ecore.resource.impl.PlatformResourceURIHandlerImpl.createInputStream(PlatformResourceURIHandlerImpl.java:574) at org.eclipse.emf.ecore.resource.impl.ExtensibleURIConverterImpl.createInputStream(ExtensibleURIConverterImpl.java:358) at org.eclipse.emf.ecore.resource.impl.ResourceImpl.load(ResourceImpl.java:1314) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoad(ResourceSetImpl.java:259) at org.eclipse.papyrus.infra.core.resource.ModelSet.demandLoad(ModelSet.java:384) at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274) ... 79 more Caused by: java.lang.Exception: Resource '/LanguageServiceTest/My.uml' does not exist. at org.eclipse.core.internal.resources.ResourceException.provideStackTrace(ResourceException.java:42) at org.eclipse.core.internal.resources.ResourceException.(ResourceException.java:38) ... 90 more Test privileged runnable.. Done. Test privileged callable.. Done. Tests run: 206, Failures: 0, Errors: 0, Skipped: 10, Time elapsed: 37.468 s - in org.eclipse.papyrus.infra.core.suite.tests.AllTests testGetModel(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.052 s testSave(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.991 s testLoadModels(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.017 s testGetTransactionalEditingDomain(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0 s testCreateResource(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.02 s testImportAfterCreate(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.085 s testCreatesModels(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.001 s testSnippetCalledAfterLoadModels(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.002 s testSnippetCalledAfterCreateModels(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.001 s testRegisterModel(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0 s testStartLateSnippet_bug481149(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.004 s testAddModelSetSnippet(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0 s testSaveAs(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.024 s testUnload(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0 s testSave_onlyModifiedResources1(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.297 s testSave_onlyModifiedResources2(org.eclipse.papyrus.infra.core.resource.ModelSetTest) Time elapsed: 0.043 s testCreateModel(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.004 s testAddModelRoot(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.007 s testGetModelRoot(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.003 s testGetModelRoots(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.004 s testSaveModel(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.01 s testLoadModelIPath(org.eclipse.papyrus.infra.core.resource.AbstractModelWithSharedResourceTest) Time elapsed: 0.005 s testCancelUnnestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.013 s testCompleteNestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.005 s testCancelTripleNestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.044 s testCompleteTripleNestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.005 s testCancelNestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.005 s testCompleteUnnestedCommand(org.eclipse.papyrus.infra.core.resource.NestingTransactionalCommandStackTest) Time elapsed: 0.003 s testChangesInPreexistingResources_bug481151(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.005 s testResourceLoaded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.002 s testResourceAdded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0 s testUninstallResourceAdapter_bug482949(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.001 s testRootAdded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.001 s testRootRemoved(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.002 s testResourceURI(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.001 s testResourceUnloaded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.002 s testResourceRemoved(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTest) Time elapsed: 0.001 s testChangesInPreexistingResources_bug481151(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.01 s testResourceLoaded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.003 s testResourceAdded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.001 s testUninstallResourceAdapter_bug482949(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0 s testRootAdded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.002 s testRootRemoved(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.001 s testResourceURI(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.003 s testResourceUnloaded(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0.001 s testResourceRemoved(org.eclipse.papyrus.infra.core.resource.ResourceAdapterTransactionalTest) Time elapsed: 0 s equals(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0.001 s getLocation(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0 s getName(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0 s getNode(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0 s hashCode_(org.eclipse.papyrus.infra.core.resource.PapyrusProjectScopeTest) Time elapsed: 0.001 s contentBasedLanguagesInNewModel(org.eclipse.papyrus.infra.core.language.LanguageServiceTest) Time elapsed: 0.177 s contentTypeBasedLanguages(org.eclipse.papyrus.infra.core.language.LanguageServiceTest) Time elapsed: 0.001 s contentTypeBasedLanguages_uriWithoutExtension(org.eclipse.papyrus.infra.core.language.LanguageServiceTest) Time elapsed: 0.001 s languageBindings(org.eclipse.papyrus.infra.core.language.LanguageServiceTest) Time elapsed: 0 s testPartAutomaticRegistration(org.eclipse.papyrus.infra.core.services.ComposedServiceTest) Time elapsed: 0.005 s testAddServicePart(org.eclipse.papyrus.infra.core.services.ComposedServiceTest) Time elapsed: 0 s testRemoveServicePart(org.eclipse.papyrus.infra.core.services.ComposedServiceTest) Time elapsed: 0.001 s testGetService(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.006 s testServiceFactoryWithClassKey(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.047 s testAdd(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.001 s testStartService(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.001 s testCallsOrderForDescriptors(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.001 s testStartDependantOrder(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testPriority(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testServiceFactoryCreation(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.001 s testGetServiceByClass(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s testAddDirectInstance(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.001 s testServiceFactoryWithRequiredInInit(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.001 s testStartRegistryAndThenAddNewServiceAndStartIt(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0.001 s testCallsOrder(org.eclipse.papyrus.infra.core.services.ServicesRegistryTest) Time elapsed: 0 s serviceStartedOnce(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.015 s uniqueServiceInstances(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.002 s servicesRecreated(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.002 s serviceDisposedOnce(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.001 s parallelAccess(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 3.397 s serviceNotInitialized(org.eclipse.papyrus.infra.core.services.SharedServiceFactoryTest) Time elapsed: 0.002 s testAdaptEMFOptionalPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0.002 s testAdaptEMFOptionalNull(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0.001 s testAdaptAdaptableDefaultNull(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptAdaptableOptionalNull(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptInstanceDefaultPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0.001 s testAdaptAdaptableOptionalPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptInstanceOptionalPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptEMFDefaultPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptAdaptableDefaultPresent(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptInstanceOptionalNull(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s testAdaptAdaptableDefaultDefault(org.eclipse.papyrus.infra.core.utils.AdapterUtilsTest) Time elapsed: 0 s computeFails(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.006 s cancel(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 0.001 s timeOut(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 2.003 s normalCompletion(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.006 s listen_success(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.001 s timeOutWithSchedulingRule(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 2.003 s listen_failure(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.002 s normalCompletionWithSchedulingRule(org.eclipse.papyrus.infra.core.utils.JobBasedFutureTest) Time elapsed: 3.001 s executeAndShutDown(org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest) Time elapsed: 0.002 s executeAndShutDownNow(org.eclipse.papyrus.infra.core.utils.JobExecutorServiceTest) Time elapsed: 0 s testPrivilegedProgressRunnable(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.01 s testDisposeTransactionExecutor(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.002 s testSimpleTransactionExecutor_readWrite(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.005 s testPrivilegedProgressCallable(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.005 s testSimpleTransactionExecutor_readOnly(org.eclipse.papyrus.infra.core.utils.TransactionHelperTest) Time elapsed: 0.002 s fillAWT_readAWT(org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests) Time elapsed: 0.168 s fillAWT_readSWT(org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests) Time elapsed: 0.021 s fillSWT_readAWT(org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests) skipped fillSWT_readSWT(org.eclipse.papyrus.infra.core.clipboard.tests.ClipboardTests) Time elapsed: 0.002 s defaultCopierFactory(org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest) Time elapsed: 0.021 s oneOffCopierFactory(org.eclipse.papyrus.infra.core.clipboard.tests.CopierFactoryTest) Time elapsed: 0.001 s testCreateFolder(org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest) Time elapsed: 0.007 s testCreateFolder2(org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest) Time elapsed: 0.012 s testCreateFolder_ITabFolderModel_int(org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest) Time elapsed: 0 s testAddTabIPageModel(org.eclipse.papyrus.infra.core.sasheditor.contentprovider.simple.SimpleSashWindowsContentProviderTest) Time elapsed: 0 s testRefreshTabs(org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest) skipped org.eclipse.papyrus.infra.core.sasheditor.editor.SashMultiPageEditorTest skipped org.eclipse.papyrus.infra.core.sasheditor.editor.AllTests skipped testFirePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0.001 s testFirePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0.001 s testRemoveActiveEditorChangedListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testAddActiveEditorChangedListener(org.eclipse.papyrus.infra.core.sasheditor.internal.SashContainerEventsProviderTest) Time elapsed: 0 s testFirePageAboutToBeOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.097 s testFirePageAboutToBeClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.001 s testFirePageActivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.046 s testRemoveActiveEditorChangedListener(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) skipped testFirePageDeactivatedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0 s testFirePageOpenedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.051 s testFirePageClosedEvent(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.033 s testPageClosedEventLifeCycle(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.051 s testPageClosedEventLifeCycleWhenLastPageOfFolder(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) Time elapsed: 0.019 s testAddActiveEditorChangedListener(org.eclipse.papyrus.infra.core.sasheditor.internal.PageLifeCycleEventsThrownFromContainerTest) skipped testRefreshTabs(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.035 s testGetActiveEditor(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.038 s testlookupModelPage(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.014 s testFolderList(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.022 s testGetVisiblePages2(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.017 s testVisit(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.013 s testGetActiveEditor2(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.014 s testGetActiveEditorNoPage(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.005 s testFolderList2(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.031 s testSelectPagePageId(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) skipped testRefreshTabs2(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.013 s testGetVisiblePages(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.018 s testSetFolderTabMenuManager_MenuManager(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.024 s testGetVisiblePagesOneFoler(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.03 s testSelectPage(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerTest) Time elapsed: 0.023 s testDisposeCallOnNestedEditorRemoval(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest) Time elapsed: 0.621 s testCallingDisposeTwice(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest) skipped testDisposeCallOnMainEditorClose(org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerDisposeCalledTest) Time elapsed: 0.256 s org.eclipse.papyrus.infra.core.sasheditor.internal.SashWindowsContainerMemoryLeakTest skipped testActivePageHistoryWhenPageIsClosed(org.eclipse.papyrus.infra.core.sasheditor.internal.ActiveHistoryTrackerBehaviorTest) Time elapsed: 0.037 s testEquals(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeEditorInputTest) Time elapsed: 0 s testStartMultipleFakeEditorsOneByOne(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.375 s testStartMultipleFakeEditors(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.437 s testCloseEditor(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.102 s testOpenEditor(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.099 s testOpenEditor_contentProvider(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.175 s testGetSashContainer(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.096 s testOpenEditor_nestedEditorCount(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.198 s testStartMultipleFakeEditorsOneByOneAndDispose(org.eclipse.papyrus.infra.core.sasheditor.tests.texteditor.FakeMultiSashPageEditorTest) Time elapsed: 0.259 s testGetISashWindowsContentProvider(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0.018 s testDiSashModelMngrIPageModelFactory(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0.002 s testDiSashModelMngrIPageModelFactoryDiSashModel(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0.001 s testGetIPageMngr(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0 s testDiSashModelMngrIPageModelFactoryResource(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.DiSashModelMngrTest) Time elapsed: 0 s testSetCurrentFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest) skipped testCreateFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest) Time elapsed: 0.006 s testGetRootModel(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest) Time elapsed: 0 s testLifeCycle(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProviderTest) Time elapsed: 0 s testCreateFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0.006 s testCloseLastTabFromLastFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0.001 s testMoveFolderInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testMoveFolderAroundFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testCloseLastTab(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0.001 s testMoveFolderInsideFolderAtSpecifiedIndex(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testModelIsWritable(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testClosePage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testMovePageInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0.001 s testMovePageBetweenFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.DiContentProvider2Test) Time elapsed: 0 s testUndoRedoMovePageInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.008 s testCreateFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.003 s testCloseLastTabFromLastFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testMoveFolderInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.002 s testMoveFolderAroundFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.015 s testCloseLastTab(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.002 s testMoveFolderInsideFolderAtSpecifiedIndex(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testModelIsWritable(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.002 s testClosePage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testMovePageInsideFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.001 s testMovePageBetweenFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.TransactionalDiContentProvider2Test) Time elapsed: 0.002 s testCloseAllOpenedPages(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0.013 s testAllPages(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testAddPage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testCloseLastPageOfTabFolder(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0.001 s testClosePage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testCloseOtherOpenedPages(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0.001 s testOpenPage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testRemovePage(org.eclipse.papyrus.infra.core.sasheditor.di.contentprovider.internal.PageManagerImplTest) Time elapsed: 0 s testQuery(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0.001 s testToString(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0 s testCreateModelFPP(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0 s testStaticCreates(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0 s testQueriesWithResult(org.eclipse.papyrus.infra.core.sasheditor.di.sashmodel.query.SashModelQueryTest) Time elapsed: 0 s Results: Tests run: 206, Failures: 0, Errors: 0, Skipped: 10 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.core.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/core/org.eclipse.papyrus.infra.core.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.core.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.nattable.suite.tests >-- [INFO] Building org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT [145/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/org.eclipse.papyrus.infra.nattable.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.infra.nattable.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. No JFaces support for org.eclipse.jface.viewers.TableTreeViewer Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.902 s - in org.eclipse.papyrus.infra.nattable.suite.tests.AllTests test1_SelectElement(org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest) Time elapsed: 12.999 s test3_SelectMultipleElements(org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest) Time elapsed: 0.499 s test2_SelectElementInvertAxis(org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest) Time elapsed: 0.572 s test4_SelectMultipleElementsInvertAxis(org.eclipse.papyrus.infra.nattable.views.tests.tests.RevealViewsTableTest) Time elapsed: 0.412 s testCreationHandlerStatusOnSubSubModel(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 1.759 s testCreationHandlerStatusOnSubSubPackage(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 0.819 s testCreationHandlerStatusOnSubModel(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 0.781 s testCreationAndSynchronization(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 1.208 s testCreationHandlerStatusOnRootModel(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 0.861 s testCreationHandlerStatusOnSubPackage(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationTest) Time elapsed: 0.674 s testOpenExistingTable(org.eclipse.papyrus.infra.nattable.views.tests.tests.OpenTableTest) Time elapsed: 1.961 s verifyContentsForTable1(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableVerifyContents) Time elapsed: 0.045 s createTable2AndDestroyAnOwnedElement(org.eclipse.papyrus.infra.nattable.views.tests.tests.TableCreationAndSynchronizationTest) Time elapsed: 0.869 s createTableEditorWithSameContextAndOwnerWithoutOpenIt(org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests) Time elapsed: 0.924 s createTableEditorWithDifferentContextAndOwnerWithoutOpenIt(org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests) Time elapsed: 0.718 s createTableEditorWithDifferentContextAndOwnerAndOpenIt(org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests) Time elapsed: 1.563 s createTableEditorWithSameContextAndOwnerAndOpenIt(org.eclipse.papyrus.infra.nattable.common.tests.TableHelperAPITests) Time elapsed: 1.343 s createSortedTable(org.eclipse.papyrus.infra.nattable.common.tests.SortedTableCreationTest) Time elapsed: 0.921 s test_getNamedStyle(org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests) Time elapsed: 0 s test_StyleCreation(org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests) Time elapsed: 0 s test_getStyle(org.eclipse.papyrus.infra.nattable.model.tests.tests.StyledElementTests) Time elapsed: 0 s test_CellThenRowSelection(org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest) Time elapsed: 0.495 s testRowSelection(org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest) Time elapsed: 0.446 s test_RowThenCellSelection(org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest) Time elapsed: 0.462 s test_RowSelectionWithCTRL(org.eclipse.papyrus.infra.nattable.tests.tests.TableSelectionProviderTest) Time elapsed: 0.484 s isCategory_V1_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0.002 s isCategory_H1_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_H1_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_Empty_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_V1_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_V1_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_H1_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_Empty_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_V1_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_Empty_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_Empty_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0.001 s getDepth_H1_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_Empty_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_V1_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_H1_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_Empty_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_V1_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_H1_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_V1_H1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_Empty_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_H1_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_V1_H1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getDepth_Empty_V1_H1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s isCategory_H1_V1_V1_Test(org.eclipse.papyrus.infra.nattable.tests.tests.PasteTreeUtils_Tests) Time elapsed: 0 s getText_selectionOfMultipleTables(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 1.699 s getText_unnamedTableChangeContextName(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.581 s getText_namedTableNotifications(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.603 s getText_namedTable(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.538 s getText_unnamedTable(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.439 s getText_unnamedTableNotifications(org.eclipse.papyrus.infra.nattable.tests.tests.TableLabelProviderTest) Time elapsed: 0.473 s Results: Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.nattable.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.nattable.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.architecture.tests >-- [INFO] Building org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT [146/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.architecture.tests/target/org.eclipse.papyrus.infra.architecture.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.architecture.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.services.labelprovider.tests >-- [INFO] Building org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT [147/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/services/org.eclipse.papyrus.infra.services.labelprovider.tests/target/org.eclipse.papyrus.infra.services.labelprovider.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.services.labelprovider.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.ui.architecture.tests >-- [INFO] Building org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT [148/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.ui.architecture.tests/target/org.eclipse.papyrus.infra.ui.architecture.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.ui.architecture.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.suite.tests >--- [INFO] Building org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT [149/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/org.eclipse.papyrus.infra.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.infra.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. No JFaces support for org.eclipse.jface.viewers.TableTreeViewer [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram [EXPANSION_DIAGRAM]+-->ID - Representation [EXPANSION_DIAGRAM] "Interface_Label" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@369b78de (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.NestedInterfaceForInterfaceEditPart, name: Nested Interface Label, viewFactory: org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.ShapeViewFactory, description: null) [EXPANSION_DIAGRAM] "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@632bb1fe (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.common.editparts.ListCompartmentEditPart, name: Compartment to implement interfaces, viewFactory: org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.CompartmentViewFactory, description: null) (hint: Implemented Interfaces) [EXPANSION_DIAGRAM] "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@df191a1 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart, name: Reuse representation of class of the class diagram, viewFactory: org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory, description: null) (reusedID: Class_Shape) [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs [EXPANSION_DIAGRAM] "Implemented Interfaces" [Interface_Label] [EXPANSION_DIAGRAM] "Class Diagram" [Class_Shape] [EXPANSION_DIAGRAM] "Class_Shape" [Implemented Interfaces] [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram [EXPANSION_DIAGRAM]+-->ID - Representation [EXPANSION_DIAGRAM] "Interface_BorderItem" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomRepresentationImpl@68927417 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.NestedInterfaceForClassEditPart, name: Interface as BorderItem, viewFactory: org.eclipse.gmf.runtime.diagram.ui.view.factories.optimal.ShapeViewFactory, description: null) [EXPANSION_DIAGRAM] "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@7198c4e4 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart, name: Reuse representation of class of the class diagram, viewFactory: org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory, description: null) (reusedID: Class_Shape) [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs [EXPANSION_DIAGRAM] "Class Diagram" [Class_Shape] [EXPANSION_DIAGRAM] "Class_Shape" [Interface_BorderItem] [EXPANSION_DIAGRAM]+ChildrenListRepresentation for Class Diagram [EXPANSION_DIAGRAM]+-->ID - Representation [EXPANSION_DIAGRAM] "Implemented Interfaces" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomInducedRepresentationImpl@14e0057b (editPartQualifiedName: null, name: Compartment to implement interfaces, viewFactory: null, description: null) (hint: Implemented Interfaces) [EXPANSION_DIAGRAM] "Class_Shape" org.eclipse.papyrus.infra.gmfdiag.expansion.expansionmodel.impl.CustomGMFT_BasedRepresentationImpl@2a556041 (editPartQualifiedName: org.eclipse.papyrus.uml.diagram.clazz.edit.parts.ClassEditPart, name: Reuse respresentation of class of the class diagram, viewFactory: org.eclipse.papyrus.infra.gmfdiag.common.utils.ClassifierViewFactory, description: null) (reusedID: Class_Shape) [EXPANSION_DIAGRAM]+--> ParentID- ChildrenIDs [EXPANSION_DIAGRAM] "Class Diagram" [Class_Shape] [EXPANSION_DIAGRAM] "Class_Shape" [Implemented Interfaces] platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg platform:/resource/org.eclipse.papyrus.infra.services.resourceloading.tests/resources/TestModel1/MyProfile.uml#_XkGiwB07Ed-QQ4mYkrb7Gg Tests run: 1087, Failures: 0, Errors: 0, Skipped: 28, Time elapsed: 243.676 s - in org.eclipse.papyrus.infra.suite.tests.AllTests testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.102 s testGetValue(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.002 s testGetValueType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0 s testAddRemoveValueChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.002 s testSetValue(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.003 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) skipped testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.002 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.002 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.001 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.002 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0.003 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ObservingTest) skipped testGetValue(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0.001 s testGetValueType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testAddRemoveValueChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0.001 s testSetValue(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0.001 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) skipped testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0.001 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0.001 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) skipped testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableValueTest$ValueTest) skipped testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.018 s testAddRemoveSetChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.004 s testToArray(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.004 s testAdd(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testGetElementType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testClear(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testSize(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testRetainAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testContainsAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testContains(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testAddAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testIsEmpty(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testRemove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.003 s testRemoveAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testToArray_Array(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) skipped testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.003 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0.001 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$ObservingTest) skipped testAddRemoveSetChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.002 s testToArray(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAdd(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testGetElementType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testClear(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testSize(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testRetainAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testContainsAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testContains(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testAddAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testIsEmpty(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testRemove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testRemoveAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testToArray_Array(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.002 s testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0.001 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) Time elapsed: 0 s testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableSetTest$SetTest) skipped testMove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.006 s testLastIndexOf(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testListIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testRemove_int(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAddListChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAddAll_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAdd_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testIndexOf(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testSet_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testGet_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testSubList(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.003 s testListIterator_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testToArray(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testAdd(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testGetElementType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testClear(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testSize(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testRetainAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testContainsAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testContains(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testAddAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testIsEmpty(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testRemove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testRemoveAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testToArray_Array(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.003 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) Time elapsed: 0.001 s testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ListTest) skipped testGetObserved(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.016 s testMove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testLastIndexOf(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testListIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testRemove_int(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAddListChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAddAll_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testAdd_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testIndexOf(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testSet_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testGet_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testSubList(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testListIterator_index(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testToArray(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAdd(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testGetElementType(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testClear(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testSize(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testRetainAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testContainsAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testContains(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testHashCode(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testAddAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testEquals(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testIsEmpty(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.002 s testRemove(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testIterator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testRemoveAll(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testToArray_Array(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testSetDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testAddRemoveStaleListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) skipped testGetRealm(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testDelegatingToDelegator(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testIsDisposed(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testWrap(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testAddDisposeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testAddRemoveChangeListener(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testCreate_withObserving(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testCreate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0.001 s testDispose(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testAutoreleaseDelegate(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) Time elapsed: 0 s testIsStale(org.eclipse.papyrus.infra.tools.databinding.DelegatingObservableListTest$ObservingTest) skipped testListIterator(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0.004 s testRelease(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0 s testAutorelease(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0 s testRetain(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0 s testIterator(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0 s testListIterator_int(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorTest) Time elapsed: 0.001 s testRetainRelease(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest) Time elapsed: 0.002 s testDispose(org.eclipse.papyrus.infra.tools.databinding.WritableListWithIteratorContainmentTest) Time elapsed: 0 s findClass_exists(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 4.084 s findClass_exists_constrained_wrongType(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.099 s findClass_noneSuch(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.199 s findClass_exists_withContext(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0 s findClass_exists_nested(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.014 s findClass_exists_withContext_referencedProject(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.001 s findClass_exists_constrained(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.003 s findClass_exists_withContext_fallback(org.eclipse.papyrus.infra.tools.util.ClasspathHelperTest) Time elapsed: 0.026 s testAwaitTermination_timesOut(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 1.033 s testShutdown(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 0 s testShutdownNow(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 0.001 s testAwaitTermination_finishes(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 0 s testSubmit(org.eclipse.papyrus.infra.ui.util.UIUtilTest$ExecutorServiceTest) Time elapsed: 0 s testPrivilegedRunnableWithProgress(org.eclipse.papyrus.infra.ui.util.TransactionUIHelperTest) Time elapsed: 0.281 s testIsSaveOnCloseNeeded(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testRemoveIsaveablePart(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testIsSaveAsAllowed(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testRegisterIsaveablePart(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testDoSaveAs(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testDoSave(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testIsDirty(org.eclipse.papyrus.infra.ui.lifecycleevents.SaveAndDirtyServiceTest) skipped testRemoveSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0.002 s testAddSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireSaveEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireSaveAsEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireAboutToSaveEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireAboutToSaveAsEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0.001 s testFirePostSaveAsEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testAddPostSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFirePostSaveEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testRemoveAboutToSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testRemovePostSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testAddAboutToSaveListener(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireAllSaveAsEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testFireAllSaveEvent(org.eclipse.papyrus.infra.ui.lifecycleevents.LifeCycleEventsProviderTest) Time elapsed: 0 s testExistingMethod(org.eclipse.papyrus.infra.ui.contentoutline.NestedEditorDelegatedOutlinePageTest) Time elapsed: 0.001 s getAdaptedValue(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0.005 s getChildren(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0.002 s getElements_object(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0 s hasChildren(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0.001 s getParent(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0 s dispose(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0.003 s getElements(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0 s isValidValue(org.eclipse.papyrus.infra.ui.providers.DelegatingPapyrusContentProviderTest) Time elapsed: 0 s getAdaptedValue(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0.005 s getElements_Object(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0.001 s getChildren(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0 s hasChildren(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0.001 s getParent(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0 s dispose(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0.001 s getElements(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0 s isValidValue(org.eclipse.papyrus.infra.ui.providers.SemanticContentProviderFactoryTest) Time elapsed: 0.001 s testClientContextExist(org.eclipse.papyrus.infra.services.edit.tests.context.TestClientContext) Time elapsed: 0.007 s testGetAdapter(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService) Time elapsed: 0.007 s testGetDisplayName(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService) Time elapsed: 0 s testCanEdit(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService) Time elapsed: 0.006 s testGetEditCommand(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditService) Time elapsed: 0.004 s testIsKnownElementType(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0.001 s testGetEditService_EObject(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0.001 s testGetEditService_IElementType(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0.001 s testGetEditService_EClass(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0.001 s testGetEditService_Unknown(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0 s testGetContainedTypeEditServices(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProvider) Time elapsed: 0 s testCreateServiceInstance(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceProviderFactory) Time elapsed: 0.044 s testGetCommandProvider(org.eclipse.papyrus.infra.services.edit.tests.service.TestElementEditServiceUtils) Time elapsed: 0 s testGetCommandEObjectResult(org.eclipse.papyrus.infra.services.edit.tests.utils.TestGMFCommandUtils) Time elapsed: 0.003 s testGetEditCommand(org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureCommandFactory) Time elapsed: 0.004 s testGetEditCommand(org.eclipse.papyrus.infra.services.edit.tests.commands.TestConfigureFeatureListCommandFactory) Time elapsed: 0.003 s testDeleteMarkers(org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest) Time elapsed: 3.451 s testDeleteMarkers_relatedElements_diagram(org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest) Time elapsed: 4.994 s testDeleteMarkers_integration(org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest) Time elapsed: 1.517 s testDeleteMarkers_relatedElements(org.eclipse.papyrus.infra.services.edit.tests.edit.advice.MarkerDeletionAdviceTest) Time elapsed: 1.334 s testValidate(org.eclipse.papyrus.infra.services.edit.ui.dialogs.tests.TestElementTypeValidator) Time elapsed: 0.003 s testInvalidContext(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.003 s testDefaultLabelProvider(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.004 s testEMFLabelProvider(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.002 s testUMLLabelProvider(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.002 s testUMLLabelProviderChangeEvents(org.eclipse.papyrus.infra.services.labelprovider.tests.LabelProviderServiceTest) Time elapsed: 0.003 s getSemanticRoots(org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest) Time elapsed: 0.009 s getSemanticIModels(org.eclipse.papyrus.infra.services.semantic.tests.SemanticServiceTest) Time elapsed: 0.001 s testReorientReferenceCommand_sourceOldReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.034 s testMoveCommand_rootFromReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.02 s testSetCommand_containmentOldContainerReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.037 s testDestroyElementCommand[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.017 s testReorientRelationshipCommand_sourceOldReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.017 s testSetCommand_attribute[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testSetCommand_containmentOldContainerReadonlyMany[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.046 s testReorientReferenceCommand_targetNewReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.015 s testReorientRelationshipCommand_targetNewReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testReorientReferenceCommand_targetOldReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testSetCommand_referenceOppositeAdd[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.015 s testDestroyReferenceCommand_owner[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.11 s testCreateCommand[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.05 s testReorientRelationshipCommand_targetOldReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.014 s testMoveCommand_fromReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testReorientReferenceCommand_sourceNewReadonly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.022 s testDestroyReferenceCommand_referencedOpposite[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.034 s testSetCommand_referenceOppositeRemove[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testDuplicateCommand[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testReorientRelationshipCommand_sourceNewReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testCreateRelationshipCommand[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testMoveCommand_toReadOnly[model is writable in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testReorientReferenceCommand_sourceOldReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.044 s testMoveCommand_rootFromReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testSetCommand_containmentOldContainerReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testDestroyElementCommand[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testReorientRelationshipCommand_sourceOldReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testSetCommand_attribute[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.04 s testSetCommand_containmentOldContainerReadonlyMany[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testReorientReferenceCommand_targetNewReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testReorientRelationshipCommand_targetNewReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testReorientReferenceCommand_targetOldReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testSetCommand_referenceOppositeAdd[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testDestroyReferenceCommand_owner[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testCreateCommand[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.038 s testReorientRelationshipCommand_targetOldReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testMoveCommand_fromReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testReorientReferenceCommand_sourceNewReadonly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testDestroyReferenceCommand_referencedOpposite[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testSetCommand_referenceOppositeRemove[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.045 s testDuplicateCommand[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testReorientRelationshipCommand_sourceNewReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testCreateRelationshipCommand[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.013 s testMoveCommand_toReadOnly[model is read-only in workspace](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testReorientReferenceCommand_sourceOldReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testMoveCommand_rootFromReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testDestroyElementCommand[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.04 s testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testSetCommand_attribute[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testReorientReferenceCommand_targetNewReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testReorientReferenceCommand_targetOldReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testSetCommand_referenceOppositeAdd[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testDestroyReferenceCommand_owner[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testCreateCommand[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.04 s testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testMoveCommand_fromReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testReorientReferenceCommand_sourceNewReadonly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testSetCommand_referenceOppositeRemove[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testDuplicateCommand[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) skipped testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testCreateRelationshipCommand[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testMoveCommand_toReadOnly[model is deployed in plug-in, advice disabled](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testReorientReferenceCommand_sourceOldReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.037 s testMoveCommand_rootFromReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testSetCommand_containmentOldContainerReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testDestroyElementCommand[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testReorientRelationshipCommand_sourceOldReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testSetCommand_attribute[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testSetCommand_containmentOldContainerReadonlyMany[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.011 s testReorientReferenceCommand_targetNewReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.041 s testReorientRelationshipCommand_targetNewReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testReorientReferenceCommand_targetOldReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testSetCommand_referenceOppositeAdd[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testDestroyReferenceCommand_owner[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.01 s testCreateCommand[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.012 s testReorientRelationshipCommand_targetOldReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testMoveCommand_fromReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.008 s testReorientReferenceCommand_sourceNewReadonly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.038 s testDestroyReferenceCommand_referencedOpposite[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testSetCommand_referenceOppositeRemove[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.016 s testDuplicateCommand[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testReorientRelationshipCommand_sourceNewReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testCreateRelationshipCommand[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.009 s testMoveCommand_toReadOnly[model is deployed in plug-in](org.eclipse.papyrus.infra.emf.advice.ReadOnlyObjectEditAdviceTest) Time elapsed: 0.043 s testDeleteWithCrossReferences:commands(org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest) Time elapsed: 0.663 s testDeleteWithCrossReferences:delete(org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest) Time elapsed: 0 s testDeleteWithCrossReferences:changes(org.eclipse.papyrus.infra.emf.edit.domain.PapyrusTransactionalEditingDomainTest) Time elapsed: 0 s testFind[collection (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0.003 s testFind[collection (external)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[single tree (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[single tree (external)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[resource (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[separate resources (external)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[separate resources (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[resource set (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[separate resource sets (external)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0 s testFind[separate resource sets (internal)](org.eclipse.papyrus.infra.emf.utils.InternalCrossReferencerTest) Time elapsed: 0.001 s testGetServiceRegistryResource(org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest) Time elapsed: 0.002 s testGetInstance(org.eclipse.papyrus.infra.emf.utils.ServiceUtilsForResourceTest) Time elapsed: 0 s createWorkspaceAwarePackageRegistry_dynamic_badRegistration(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.724 s createWorkspaceAwarePackageRegistry_dynamic(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.249 s createWorkspaceAwarePackageRegistry_static(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.41 s createWorkspaceAwarePackageRegistry_static_badRegistration(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.586 s createWorkspaceAwareURIConverter(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.399 s createWorkspaceAwareURIConverter_badMapping(org.eclipse.papyrus.infra.emf.utils.ResourceUtilsTest) Time elapsed: 0.277 s makeNotShardObservedByOtherHelper[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.695 s makeNotShard[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.213 s makeShardObservedByOtherHelper[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.003 s attemptToUseClosedHelper[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.001 s makeShard[0: useCommands=false](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.001 s makeNotShardObservedByOtherHelper[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.281 s makeNotShard[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.227 s makeShardObservedByOtherHelper[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.005 s attemptToUseClosedHelper[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.002 s makeShard[1: useCommands=true](org.eclipse.papyrus.infra.emf.resource.ShardResourceHelperTest) Time elapsed: 0.002 s proxyResolutionLoadsShardFromTheTop[0: full index](org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest) Time elapsed: 0.745 s shardLoadsContainersAndDoesntLoseStereotypes[0: full index](org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest) Time elapsed: 0.182 s proxyResolutionLoadsShardFromTheTop[1: on-demand index](org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest) Time elapsed: 0.172 s shardLoadsContainersAndDoesntLoseStereotypes[1: on-demand index](org.eclipse.papyrus.infra.emf.resource.ShardResourceLocatorTest) Time elapsed: 0.178 s subunits(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.499 s parents(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.001 s outgoingReferences_givenURI(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.001 s incomingReferences_givenURI(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.001 s roots(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.001 s roots_alternate(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.004 s outgoingReferences(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.133 s incomingReferences(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0 s isShard(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$ShardsTest) Time elapsed: 0.001 s subunits(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0.502 s parents(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s outgoingReferences_givenURI(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s incomingReferences_givenURI(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s roots(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0.001 s roots_alternate(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) skipped outgoingReferences(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s incomingReferences(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0 s isShard(org.eclipse.papyrus.infra.emf.resource.CrossReferenceIndexTest$SubmodelsTest) Time elapsed: 0.001 s indexBuilt(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 0.415 s indexRebuiltOnChanges(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 3.386 s indexRebuiltOnDeletion(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 3.415 s indexRebuiltOnProjectClose(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) skipped indexRebuiltOnProjectDelete(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 0.481 s indexNotifiesOnReindex(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 0.478 s indexRecoversFromCancel(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 1.358 s indexRefreshesIfNecessary_bug473154(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 6.039 s indexNotBuiltForDerivedResources(org.eclipse.papyrus.infra.emf.resource.index.WorkspaceModelIndexTest) Time elapsed: 0.368 s AndExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0.006 s AndExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test3(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0.002 s AndExpression_Test4(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test5(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0.001 s AndExpression_Test6(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0.001 s AndExpression_Test7(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test8(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test9(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test10(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test11(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test12(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test13(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test14(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test15(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test16(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0.001 s AndExpression_Test17(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test18(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test19(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test20(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test21(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test22(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test23(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test24(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test25(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s AndExpression_Test26(org.eclipse.papyrus.infra.emf.expressions.tests.AndExpressionTests) Time elapsed: 0 s LiteralFalseExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests) Time elapsed: 0 s LiteralFalseExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.LiteralFalseExpressionTests) Time elapsed: 0 s LiteralTrueExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests) Time elapsed: 0 s LiteralTrueExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.LiteralTrueExpressionTests) Time elapsed: 0 s NotExpression_Test1_1(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0.003 s NotExpression_Test1_2(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test2_1(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test2_2(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test3_1(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test3_2(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test4_1(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test4_2(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test4_3(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0 s NotExpression_Test4_4(org.eclipse.papyrus.infra.emf.expressions.tests.NotExpressionTests) Time elapsed: 0.001 s OrExpression_Test10(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0.001 s OrExpression_Test11(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test12(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test13(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test14(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0.001 s OrExpression_Test15(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test16(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test17(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test18(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test19(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test20(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test21(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test22(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test23(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test24(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test25(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0.001 s OrExpression_Test26(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test3(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test4(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test5(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test6(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test7(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test8(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s OrExpression_Test9(org.eclipse.papyrus.infra.emf.expressions.tests.OrExpressionTests) Time elapsed: 0 s ReferenceExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0.003 s ReferenceExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0 s ReferenceExpression_Test3(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0 s ReferenceExpression_Test4(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0 s ReferenceExpression_Test5(org.eclipse.papyrus.infra.emf.expressions.tests.ReferenceExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test1(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0.002 s singleEAttributeEqualityExpression_Test2(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test3(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test4(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test5(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test6(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test7(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s singleEAttributeEqualityExpression_Test8(org.eclipse.papyrus.infra.emf.expressions.tests.SingleEAttributeValueEqualityExpressionTests) Time elapsed: 0 s handlesWrapperChains(org.eclipse.papyrus.infra.emf.gmf.util.tests.CommandTreeIteratorTest) Time elapsed: 0.008 s testMainModelElementsAreUnhandled(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.117 s testNonExistentResourceIsUnhandled(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.172 s testCrossReferencedPluginModelElementsAreUnhandled(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.097 s testCrossReferencedWorkspaceModelElementsMadeWritable(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.16 s testSubModelElementsAreUnhandled(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.344 s testObjectURIsWithFragment(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.104 s testCrossReferencedWorkspaceModelElementsAreReadOnly(org.eclipse.papyrus.infra.ui.internal.emf.readonly.handlers.ReferencedModelReadOnlyHandlerTest) Time elapsed: 0.087 s labelProviderChangeNotifications(org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest) Time elapsed: 0.002 s getText(org.eclipse.papyrus.infra.ui.emf.providers.tests.EMFLabelProviderTest) Time elapsed: 0 s notificationsOnDependentWhenItChanges(org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest) Time elapsed: 0.004 s getText(org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest) Time elapsed: 0.001 s safeSubscriptionRemovalOnDestroy_bug507241(org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest) Time elapsed: 0.002 s notificationsOnDependentWhenDependencyChanges(org.eclipse.papyrus.infra.ui.emf.providers.tests.DependentEMFLabelProviderTest) Time elapsed: 0.001 s testGetTypeRegisteredInplugin(org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests) Time elapsed: 0 s testPACKAGE_WITH_COMPONENTSType(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.007 s testSemanticMoveComponentFromWrongPackageToWrongPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.001 s testDeleteComponentFromGoodPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.506 s testSemanticCreateComponentInWrongPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.001 s testCyclicAdvices(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.078 s testDeleteComponentFromWrongPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.002 s testSemanticMoveComponentFromWrongPackageToGoodPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.003 s testSemanticCreateComponentInGoodPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.009 s testValidAdvicesOrder(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.048 s testSemanticMoveComponentFromGoodPackageToWrongPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0 s testPACKAGE_WITH_ALL_ELEMENTSType(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0 s testSemanticMoveComponentFromGoodPackageToGoodPackage(org.eclipse.papyrus.infra.types.tests.ElementEditHelperAdviceTests) Time elapsed: 0.003 s testGetAllAdviceBindings(org.eclipse.papyrus.infra.types.tests.ElementTypeSetConfigurationTest) Time elapsed: 0.001 s testGetOwnedAdvice(org.eclipse.papyrus.infra.types.tests.SpecializationTypeConfigurationTest) Time elapsed: 0 s testGetOwnedAdvice(org.eclipse.papyrus.infra.types.tests.MetamodelTypeConfigurationTest) Time elapsed: 0 s testGetElementTypeSet(org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest) Time elapsed: 0 s testGetOwningTarget(org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest) Time elapsed: 0 s testSetOwningTarget(org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest) Time elapsed: 0 s testValidateAbstractAdviceBindingConfiguration_apply_to_all_types(org.eclipse.papyrus.infra.types.tests.AdviceBindingConfigurationTest) Time elapsed: 0.051 s testGetOwnedAdvice(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredTypeTest) Time elapsed: 0 s testGetElementTypeSet(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest) Time elapsed: 0 s testGetOwningTarget(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest) Time elapsed: 0 s testSetOwningTarget(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest) Time elapsed: 0 s testValidateAbstractAdviceBindingConfiguration_apply_to_all_types(org.eclipse.papyrus.infra.types.tests.ExternallyRegisteredAdviceTest) Time elapsed: 0.001 s testGetTypeRegisteredInplugin(org.eclipse.papyrus.infra.types.tests.ElementTypesRegistryTests) Time elapsed: 0 s addToAnd(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 2.847 s addToOr(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.173 s negate(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.171 s alreadyInAnd(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.147 s negate_notRule(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.172 s pullUpOrMultiple(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.117 s pullUpAndMultiple(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.111 s alreadyInOr(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.109 s pullUpOr(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.11 s pullUpAnd(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.098 s pullUpNot(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.104 s negate_negatedRule(org.eclipse.papyrus.infra.types.core.internal.ui.handlers.tests.RuleRefactoringHandlerTest) Time elapsed: 0.098 s notDirtyAfterExecute_save_execute_undo_undo_redo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.005 s notDirtyAfterExecute_save_executeNonDirtying_undo_undo_redo_redo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.002 s notDirtyAfterExecuteNonDirtying_undo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s dirtyAfterExecute(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s notDirtyAfterExecute_save(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.015 s notDirtyAfterExecute_undo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s dirtyAfterExecute_save_undo_save_redo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.001 s dirtyAfterExecute_save_undo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s notDirtyAfterExecuteNonDirtying(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.001 s notDirtyAfterExecute_save_undo_save(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0 s dirtyAfterExecute_save_execute_undo_undo_save_redo(org.eclipse.papyrus.commands.NotifyingWorkspaceCommandStackTest) Time elapsed: 0.001 s testCancelUnnestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.015 s testCompleteNestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.004 s testCancelTripleNestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.01 s testCompleteTripleNestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.027 s testCancelNestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.002 s testCompleteUnnestedCommand(org.eclipse.papyrus.commands.NestingNotifyingWorkspaceCommandStackTest) Time elapsed: 0.003 s genericCompoundsAndWrappers(org.eclipse.papyrus.commands.util.CommandTreeIteratorTest) Time elapsed: 0.008 s gmfCompoundsAndWrappers(org.eclipse.papyrus.commands.util.CommandTreeIteratorTest) Time elapsed: 0 s emfCompoundsAndWrappers(org.eclipse.papyrus.commands.util.CommandTreeIteratorTest) Time elapsed: 0 s gefCompoundsAndWrappers(org.eclipse.papyrus.commands.util.CommandTreeIteratorTest) Time elapsed: 0 s undoChangesFromDiagramCommandStack(org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest) Time elapsed: 0.425 s undoChangesFromOperationHistory(org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest) Time elapsed: 0.37 s undoChangesFromEMFCommandStack(org.eclipse.papyrus.commands.CheckedDiagramCommandStackTest) Time elapsed: 0.448 s load_BadelementTypeDiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0.039 s load_BadProviderDiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0.15 s init_DiagramExpansionRegistry(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0 s load_BadDiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0.003 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.LoadExpansionModel) Time elapsed: 0 s verifyMetaclassCreationWithCompartment(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment) Time elapsed: 1.144 s verifyClassCreationWithCompartment(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment) Time elapsed: 0.72 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartment) Time elapsed: 0.627 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddChildLabel) Time elapsed: 0.771 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddBorderItem) Time elapsed: 0.743 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddCompartmentWithKind) Time elapsed: 0.772 s load_DiagramExpansion(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionAddLink) Time elapsed: 0.917 s testDropInsideBadcontainer(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements) Time elapsed: 0.831 s testDropInsidecontainer(org.eclipse.papyrus.infra.gmfdiag.common.tests.ExpansionDropElements) Time elapsed: 0.857 s testAssistantForLabelNode(org.eclipse.papyrus.infra.gmfdiag.common.tests.AssistantUsage) Time elapsed: 1.102 s testWrap(org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest) Time elapsed: 0.1 s testWrite_command(org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest) Time elapsed: 0.003 s testWrite_gmfCommand(org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest) Time elapsed: 0.002 s testWrite_runnable(org.eclipse.papyrus.infra.gmfdiag.common.utils.GMFUnsafeTest) Time elapsed: 0.003 s initialSyncOfEmptyDiagram(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.464 s newNodeOfWrongMetaclassNotSynchronized(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.311 s createNewNode:create(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.554 s createNewNode:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s createNewNode:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s syncNodeLocation:move(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.452 s syncNodeLocation:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s syncNodeLocation:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s deleteNode:deleteView(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.811 s deleteNode:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s deleteNode:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s syncNodeSize:resize(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 1.224 s syncNodeSize:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s syncNodeSize:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.MasterSlaveNotationSyncTest) Time elapsed: 0 s overrideSyncNodeSize:move(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 1.649 s overrideSyncNodeSize:override(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeSize:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeSize:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeLocation:move(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 1.728 s overrideSyncNodeLocation:override(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeLocation:undo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s overrideSyncNodeLocation:redo(org.eclipse.papyrus.infra.gmfdiag.common.sync.tests.NotationSyncOverrideTest) Time elapsed: 0 s getText_unnamedDiagramNotifications(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0.003 s getText_namedDiagramNotifications(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0 s getText_unnamedDiagram(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0 s getText_unnamedDiagramChangeContextName(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0 s getText_namedDiagram(org.eclipse.papyrus.infra.gmfdiag.common.providers.tests.NotationLabelProviderTest) Time elapsed: 0 s createElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.CreateEditBasedElementCommandTest) Time elapsed: 0.205 s copyElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultCopyCommandTest) Time elapsed: 0.149 s pasteElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultPasteCommandTest) Time elapsed: 0.099 s copyElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramCopyCommandTest) Time elapsed: 0.757 s pasteElement(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest) Time elapsed: 0.772 s pasteProperty(org.eclipse.papyrus.infra.gmfdiag.common.commands.tests.DefaultDiagramPasteCommandTest) Time elapsed: 1.213 s validateModel[0](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest) Time elapsed: 0.002 s validateModel[1](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.ModelValidationTest) Time elapsed: 0.006 s validateModel[0](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.002 s validateModel[1](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.001 s validateModel[2](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.001 s validateModel[3](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.001 s validateModel[4](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.002 s validateModel[5](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.006 s validateModel[6](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.001 s validateModel[7](org.eclipse.papyrus.infra.gmfdiag.common.tests.resources.TestModelValidationTest) Time elapsed: 0.012 s canonicalEdgesInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest) Time elapsed: 1.886 s noCanonicalViewInCanonicalView(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest) Time elapsed: 1.675 s canonicalNodesInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest) Time elapsed: 1.512 s noCanonicalEdgeOnCanonicalView(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.BasicCanonicalClassDiagramTest) Time elapsed: 1.674 s controlTestForNothingCanonical(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0.772 s toggleCanonicalOn:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 1.401 s toggleCanonicalOn:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s toggleCanonicalOn:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s toggleCanonicalInCanonicalNestedViews:on(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0.901 s toggleCanonicalInCanonicalNestedViews:off(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s toggleCanonicalOff:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 1.269 s toggleCanonicalOff:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s toggleCanonicalOff:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalStateInClassDiagramTest) Time elapsed: 0 s reorderPropertiesInClass_bug420549:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.501 s reorderPropertiesInClass_bug420549:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s reorderPropertiesInClass_bug420549:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeGeneralizationFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 2.22 s removeGeneralizationFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeGeneralizationFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addAssociationToClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.971 s addAssociationToClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addAssociationToClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addElementImportToPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.885 s addElementImportToPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addElementImportToPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeOperationFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.715 s removeOperationFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeOperationFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addInterfaceToPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.392 s addInterfaceToPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addInterfaceToPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeClassFromPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.33 s removeClassFromPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s removeClassFromPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addPropertyToClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.348 s addPropertyToClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addPropertyToClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addDependencyToClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 1.83 s addDependencyToClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s addDependencyToClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInModelInClassDiagramTest) Time elapsed: 0 s deleteGeneralizationViewFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 1.75 s deleteGeneralizationViewFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteGeneralizationViewFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteAssociationViewFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 1.79 s deleteAssociationViewFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteAssociationViewFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteClassViewFromPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 1.873 s deleteClassViewFromPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteClassViewFromPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteOperationViewFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 1.338 s deleteOperationViewFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteOperationViewFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CanonicalViewDeletionInClassDiagramTest) Time elapsed: 0 s deleteDataTypeFromPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.274 s deleteDataTypeFromPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteDataTypeFromPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteAssociationFromClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.634 s deleteAssociationFromClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteAssociationFromClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteLiteralInEnumeration:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.253 s deleteLiteralInEnumeration:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s deleteLiteralInEnumeration:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createPropertyInClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.328 s createPropertyInClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createPropertyInClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createDependencyInClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 2.091 s createDependencyInClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0.001 s createDependencyInClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createInterfaceInPackage:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 1.394 s createInterfaceInPackage:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s createInterfaceInPackage:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.EditingInClassDiagramRegressionTest) Time elapsed: 0 s canonicalEdgesInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.288 s nestedCanonicalNodesByMetaclassSelectorInCanonicalView(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.198 s nestedCanonicalEdgesInCanonicalView(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.136 s canonicalNodesByMetaclassSelectorInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.255 s canonicalNodesByExplicitStyleClassInClassDiagram(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalClassDiagramTest) Time elapsed: 1.175 s controlTestForNothingCanonical(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0.651 s overrideSelectorRule(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 1.674 s overrideExplicitClassRule(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 1.629 s addStyleClass:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 1.575 s addStyleClass:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0 s addStyleClass:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0 s addStylesheet:execute(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 1.068 s addStylesheet:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0 s addStylesheet:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSCanonicalStateInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh:initial(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 1.999 s editStylesheetRefresh:non-canonical(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh:canonical(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh_closeReopenDiagram_undo:initial(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 1.56 s editStylesheetRefresh_closeReopenDiagram_undo:close-reopen(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s editStylesheetRefresh_closeReopenDiagram_undo:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.CSSExternalStylesheetInClassDiagramTest) Time elapsed: 0 s associationEndWhenNoAssociationEdge_bug473148(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) skipped nestedClassifiersDontCauseLoopInCompositeDiagram_bug474489(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0.949 s associationEndCanonicalPresentation_bug473148(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 1.038 s referenceConnectionNotDeleted_bug472155:initial(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0.815 s referenceConnectionNotDeleted_bug472155:synch(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0 s referenceConnectionNotDeleted_bug472155:undo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0 s referenceConnectionNotDeleted_bug472155:redo(org.eclipse.papyrus.infra.gmfdiag.canonical.tests.RegressionTest) Time elapsed: 0 s testReadOnlyAxisTransactionOption(org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest) Time elapsed: 0.026 s testReferenceToReadOnlyObjectWithOppositeRolledBackCommand(org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest) Time elapsed: 0.048 s testReferenceToReadOnlyObjectWithOppositeRolledBackOperation(org.eclipse.papyrus.infra.emf.readonly.PapyrusROTransactionalEditingDomainTest) Time elapsed: 0.047 s testIsReadOnlyEObject(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.06 s testSashModelReadOnlyIfPermissionReadOnly(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.031 s testAnyReadOnlyURIs(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.031 s testCanMakeWritableEObject(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.053 s testCanMakeWritableURIs(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyManagerTest) Time elapsed: 0.032 s testCanMakeWritable(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest) Time elapsed: 0.05 s testAsBoolean(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest) Time elapsed: 0.032 s testIsReadOnly(org.eclipse.papyrus.infra.emf.readonly.ReadOnlyTesterTest) Time elapsed: 0.055 s testGetSashRow__int_int(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest) Time elapsed: 0.009 s testGetVisibleSections(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest) Time elapsed: 0.006 s testGetSashColumn__int(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest) Time elapsed: 0 s testGetSection__String(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageTest) Time elapsed: 0.001 s testIsIdentifiedBy__String(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeSectionTest) Time elapsed: 0.001 s testGetSashRow__int(org.eclipse.papyrus.infra.editor.welcome.tests.SashColumnTest) Time elapsed: 0 s openWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.534 s closeWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.657 s pageRemovalValidator(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 1.403 s emptyModelShowsWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.331 s emptyModelCannotCloseWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.317 s canCloseWelcomePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.536 s welcomeModelResource(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.305 s welcomeModelElement(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.298 s getOwner(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomePageServiceTest) Time elapsed: 0.305 s languagesProperty(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.7 s isEditableRestoreActivePage(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.631 s privateLayoutProperty(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.607 s restoreActivePageProperty(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) skipped isEditable(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.68 s dispose_bug487027(org.eclipse.papyrus.infra.editor.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.552 s viewsProperty(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.845 s isEditable(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 1.012 s createView(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.895 s dispose_bug487027(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.766 s deleteView(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.WelcomeModelElementTest) Time elapsed: 0.586 s viewsPropertyExcludesPluginDeployedModels_bug493668(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest) Time elapsed: 0.631 s viewsPropertyUpdateFromModalContextThread(org.eclipse.papyrus.infra.gmfdiag.welcome.tests.NotationObservablePropertyTest) Time elapsed: 1.355 s labelProviderChange(org.eclipse.papyrus.infra.properties.ui.providers.tests.PropertiesHeaderLabelProviderTest) Time elapsed: 0.057 s createWithLocalFactory(org.eclipse.papyrus.infra.properties.ui.tests.EcorePropertyEditorFactoryTest) Time elapsed: 0.012 s testMatches__Object_not(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0.003 s testMatches__Object_xor(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0.001 s testMatches__Object(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0 s testMatches__Object_or(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0 s testValidateAcyclic__DiagnosticChain_Map(org.eclipse.papyrus.infra.filters.tests.CompoundFilterTest) Time elapsed: 0.001 s testMatches__Object(org.eclipse.papyrus.infra.filters.tests.EqualsTest) Time elapsed: 0 s testMatches__Object(org.eclipse.papyrus.infra.filters.tests.FilterReferenceTest) Time elapsed: 0.003 s testMatches__Object(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest) Time elapsed: 0.012 s testGetProvider(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.AssistedElementTypeFilterTest) Time elapsed: 0.002 s testGetRelTypesOnSourceAndTarget__IAdaptable_IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.003 s testGetRelTypesForSREOnSource__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testRemoveProviderChangeListener__IProviderChangeListener(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.002 s testGetTypesForTarget__IAdaptable_IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.003 s testGetClientContext(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testAddProviderChangeListener__IProviderChangeListener(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.002 s testSelectExistingElementForTarget__IAdaptable_IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetRelTypesOnSource__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.002 s testGetElementType__String(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetExcludedElementTypes(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetTypesForSource__IAdaptable_IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.003 s testSelectExistingElementForSource__IAdaptable_IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetTypesForPopupBar__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetRelTypesForSREOnTarget__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetElementTypes(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testIsRelationshipType__IElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetTypes__String_IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.001 s testGetRelationshipTypes(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.002 s testGetRelTypesOnTarget__IAdaptable(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.002 s testProvides__IOperation(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ModelingAssistantProviderTest) Time elapsed: 0.003 s testGetElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.PopupAssistantTest) Time elapsed: 0 s testGetElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ConnectionAssistantTest) Time elapsed: 0 s testGetElementType(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest) Time elapsed: 0 s testMatches__Object(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest) Time elapsed: 0 s testGetProvider(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.ElementTypeFilterTest) Time elapsed: 0 s sourceForConnectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.087 s excludedConnectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.118 s connectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.169 s excludedConnectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.113 s excludedTargetForConnectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.034 s excludedSourceForConnectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.05 s excludedConnectionFromSourceToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.088 s targetForConnectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.031 s popupOnDiagramSurface(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.036 s connectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.082 s popupOnShape(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.035 s excludedPopupOnDiagramSurface(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.027 s connectionFromSourceToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.GenericModelingAssistantIntegrationTest) Time elapsed: 0.114 s sourceForConnectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.084 s connectionToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.154 s targetForConnectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.027 s popupOnDiagramSurface(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.039 s connectionFromSource(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.075 s popupOnShape(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.049 s connectionFromSourceToTarget(org.eclipse.papyrus.infra.gmfdiag.assistant.tests.DiagramSpecificModelingAssistantIntegrationTest) Time elapsed: 0.075 s testGetObjectOfPathmapResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.104 s testGetObjectOfProfileResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.081 s testGetDanglingReferenceFromAControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.059 s testGetObjectOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.076 s testGetDiagramOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy1TestModel1) Time elapsed: 0.247 s testGetObjectOfPathmapResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.635 s testGetObjectOfProfileResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.459 s testGetDanglingReferenceFromAControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.416 s testGetObjectOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.426 s testGetDiagramOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy2TestModel1) Time elapsed: 0.396 s testGetObjectOfPathmapResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.41 s testGetObjectOfProfileResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.451 s testGetDanglingReferenceFromAControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.439 s testGetObjectOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.482 s testGetDiagramOfControlledResource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel1.Strategy0TestModel1) Time elapsed: 0.402 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1) Time elapsed: 0.03 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithModel1) Time elapsed: 0.042 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0) Time elapsed: 0.029 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy0TestModel2WithPackage0) Time elapsed: 0.021 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1) Time elapsed: 0.025 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithModel1) Time elapsed: 0.015 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0) Time elapsed: 0.017 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy1TestModel2WithPackage0) Time elapsed: 0.088 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1) Time elapsed: 0.026 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithModel1) Time elapsed: 0.025 s testGetFigureInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0) Time elapsed: 0.026 s testGetReferenceInControlledRessource(org.eclipse.papyrus.infra.services.resourceloading.tests.testModel2.Strategy2TestModel2WithPackage0) Time elapsed: 0.101 s testControlSeveralModelsWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.9 s testUndoControlSeveralModelsWithProfileInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.553 s testUndoControlModelWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.281 s testControlSeveralModelsWithProfileInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.392 s testControlModelWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.299 s testUndoControlSeveralModelsWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelWithProfileTest) Time elapsed: 1.225 s testUncontrolShardSubunit(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.533 s testUncontrolOneSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.858 s testUncontrolSeveralSubmodelsInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 1.183 s testDeleteSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 1.1 s testUncontrolSeveralSubmodels(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 1.179 s testUndoUncontrolOneSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.932 s testUndoUncontrolSeveralSubmodelsWithoutSave(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 1.002 s testUndoUncontrolSeveralSubmodelsInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 1.212 s testUncontrolUpdatesReferencesToRootObject_bug480209(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 0.615 s testUndoUncontrolSeveralSubmodels(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelTest) Time elapsed: 1.155 s testControlModeUseCase1(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.861 s testControlModeUseCase2(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.815 s testControlModeUseCase3(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.81 s testControlSeveralModels(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 1.131 s testUndoControlOneSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.837 s testUndoControlSeveralModels(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 1.143 s testControlSeveralModelsInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 1.129 s testUndoControlSeveralModelsInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 1.231 s testControlOneSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModelTest) Time elapsed: 0.931 s testUncontrolModelWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.274 s testUncontrolSeveralModelsWithProfileInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.58 s testUndoUncontrolSeveralModelsWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.877 s testUndoUncontrolSeveralModelsWithProfileInSameResource(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.749 s testUncontrolSeveralModelsWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.545 s testUndoUncontrolModelWithProfile(org.eclipse.papyrus.infra.services.controlmode.tests.uncontrol.UncontrolModelWithProfileTest) Time elapsed: 1.53 s testControlLegacyModel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlLegacyModelTest) Time elapsed: 0.644 s canCreateSubModel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.389 s approveUncontrolRequest(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.358 s approveControlRequest(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.345 s disapproveUncontrolRequest(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.393 s disapproveControlRequest(org.eclipse.papyrus.infra.services.controlmode.tests.control.ControlModeManagerTest) Time elapsed: 0.357 s convertSubmodelToShard(org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest) Time elapsed: 0.747 s convertShardToSubmodel(org.eclipse.papyrus.infra.services.controlmode.tests.control.ShardModeTest) Time elapsed: 0.791 s testIsCanonicalWithNote(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.795 s testDeleteNotOrphanElement(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.709 s testIsCanonicalViewWithNotOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.621 s testIsSupportViewWithOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.672 s testIsCanonicalWithConnection(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.637 s testIsCanonicalViewWithOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.636 s testDeleteTextNode(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.626 s testDeleteOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.669 s testIsCanonicalWithNotOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.582 s testIsSupportViewWithNote(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.648 s testIsSupportViews(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.698 s testIsCanonicalWithOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.634 s testIsCanonical(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.6 s testIsCanonicalViewWithNote(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.614 s testIsSupportViewWithNotOrphan(org.eclipse.papyrus.infra.gmfdiag.menu.utils.DeleteActionUtilTest) Time elapsed: 0.583 s testCSSClassContentProvider(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSClassProviderTest) Time elapsed: 0.008 s testPackage(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.005 s testClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.005 s testCSSClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.003 s testPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.004 s testInterfaceStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSStylesheetTest) Time elapsed: 0.003 s testStyleSheetsPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.004 s testPackage(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.003 s testClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.003 s testCSSClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.004 s testPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.003 s testInterfaceStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSModelStylesheetTest) Time elapsed: 0.003 s testStylesDisabled(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedStyleTest) Time elapsed: 0.002 s testShowAllCompartmentsTitles(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) Time elapsed: 0.01 s testCaseInsensitiveForEnumeration(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) skipped testAttributeCompartment(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) Time elapsed: 0.004 s testCompartmentForceValue(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) Time elapsed: 0.015 s testAttributeCompartmentForInterface(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSCompartmentsTests) Time elapsed: 0.004 s testWithoutCSSSupport(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest) Time elapsed: 0.003 s testCSSSupport(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSSupportTest) Time elapsed: 0.002 s testProjectStylesheets(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.006 s testPackage(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.004 s testClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.004 s testCSSClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.028 s testPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.005 s testInterfaceStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSProjectStylesheetsTest) Time elapsed: 0.004 s testWorkspaceTheme(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.01 s testPackage(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.003 s testClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.003 s testCSSClassStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.004 s testPriorities(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.003 s testInterfaceStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSWorkspaceThemeTest) Time elapsed: 0.004 s canonicalStyleNotInferred(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest) Time elapsed: 0.06 s canonicalStyleInferred(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest) Time elapsed: 0.037 s overrideInferredStyle(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.InferredNotationStylesTest) Time elapsed: 0.038 s testUnnamedReference(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest) Time elapsed: 0.004 s testNamedReference(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest) Time elapsed: 0.003 s testEmptyNameReference(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest) Time elapsed: 0.003 s testUntypedReference(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSNamedElementsTest) Time elapsed: 0.003 s testKindSelectorForCompartment(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest) Time elapsed: 0.568 s testKindSelectorForLabel(org.eclipse.papyrus.infra.gmfdiag.css.tests.tests.CSSKindSelectorTest) Time elapsed: 0.564 s testLabels(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationLabelProviderTest) Time elapsed: 0.382 s testUseInternationalizationModification(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest) Time elapsed: 0.387 s testLanguageModification(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationChangePreferencesTest) Time elapsed: 0.394 s enablementNotification(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.341 s localeNotificationByPreferences(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.374 s localeNotification(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.35 s removePreferenceListener(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.343 s enablementNotificationByPreferences(org.eclipse.papyrus.infra.internationalization.tests.tests.InternationalizationPreferenceChangeEventTest) Time elapsed: 0.376 s getViewCountOn(org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest) Time elapsed: 0.051 s getOwnedViewCount(org.eclipse.papyrus.infra.viewpoints.policy.tests.ViewPrototypeTest) Time elapsed: 0.045 s testIsInViewpoint(org.eclipse.papyrus.infra.viewpoints.policy.tests.PolicyCheckerTest) Time elapsed: 0.265 s destroyNonOwningContextOfView(org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest) Time elapsed: 0.068 s destroyOwnerOfViewOnly(org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest) Time elapsed: 0.039 s destroyOwningContextOfView(org.eclipse.papyrus.infra.viewpoints.internal.policy.advice.tests.RepresentationDependencyAdviceTest) Time elapsed: 0.056 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDomainTest) Time elapsed: 0 s testGeneralizationCycle__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0.008 s testCreationCommandClassRequired__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testContextGeneralizationIsConsistent__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0.002 s testIsConsistentWith__ArchitectureContext(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testExtensionCycle__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0.001 s testIsExtension(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testConversionCommandClassExists__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testAllGeneralContexts(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testCeationCommandClassExists__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testGeneralNotExtended__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testContextExtensionsAreConsistent__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0.001 s testAllExtendedContexts(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureDescriptionLanguageTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.StakeholderTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ConcernTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureViewpointTest) Time elapsed: 0 s testGeneralizationCycle__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testCreationCommandClassRequired__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testContextGeneralizationIsConsistent__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testIsConsistentWith__ArchitectureContext(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testExtensionCycle__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testIsExtension(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testConversionCommandClassExists__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testAllGeneralContexts(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testCeationCommandClassExists__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testGeneralNotExtended__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testContextExtensionsAreConsistent__DiagnosticChain_Map(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testAllExtendedContexts(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.infra.core.architecture.tests.ArchitectureFrameworkTest) Time elapsed: 0 s testMergeViewpointsSameName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.299 s testMergeContextSameName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.297 s testMergeViewpointsDifferentName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.292 s testMergeViewpointsRepresentationKinds(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.286 s testMergeContextDifferentName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureDomainTest) Time elapsed: 0.274 s getMetamodel(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.005 s getConversionCommandClass(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.004 s getCreationCommandClass(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.002 s getRepresentationKinds(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getProfiles(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0 s getDomain(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getDefaultViewpoints(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getParent(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0 s getExtensionPrefix(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getCreationCommandClassName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getElementTypes(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0 s getConversionCommandClassName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getQualifiedName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0 s getIcon(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getId(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getDescription(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DescriptionLanguageTest) Time elapsed: 0.001 s getStakeholders(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getParent(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getConcerns(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0 s getQualifiedName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getIcon(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0 s getId(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0.001 s getDescription(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$DomainTest) Time elapsed: 0 s getConversionCommandClass(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.002 s getCreationCommandClass(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getDomain(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getDefaultViewpoints(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getParent(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getExtensionPrefix(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getCreationCommandClassName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getElementTypes(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getConversionCommandClassName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getQualifiedName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getIcon(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getId(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0.001 s getDescription(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$FrameworkTest) Time elapsed: 0 s getRepresentationKinds(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getParent(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getConcerns(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0 s getContext(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getQualifiedName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getIcon(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0 s getName(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s getId(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0 s getDescription(org.eclipse.papyrus.infra.architecture.tests.merged.MergedArchitectureFacadeTest$ViewpointTest) Time elapsed: 0.001 s resources(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.262 s mergeViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.207 s traces(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.217 s isMerged(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.231 s mergeDiagramParent(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.209 s mergeRepresentationKinds(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.222 s collectViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.208 s collectStakeholdersAndConcerns(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.217 s getContexts(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.21 s mergeContextName(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerTest) Time elapsed: 0.241 s resources(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.205 s mergeViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.213 s merged(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.207 s traces(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.211 s mergeDiagramParent(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.206 s mergeRepresentationKinds(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.236 s collectViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.204 s stakeholdersAndConcernsCollected(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.22 s getContexts(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.247 s mergeContextName(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainInheritanceTest) Time elapsed: 0.219 s mergeViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest) Time elapsed: 0.21 s contexts(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest) Time elapsed: 0.214 s mergeRepresentationKinds(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest) Time elapsed: 0.215 s mergeDefaultViewpoints(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerLegacyTest) Time elapsed: 0.215 s extensionContentNotInherited(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.218 s extensionContextsElided(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.226 s inheritedContentMergedByExtension(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.233 s emptyDomainsElided(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.239 s stakeholdersAndConcerns(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMixedMergesTest) Time elapsed: 0.213 s addContextToExtendedDomain(org.eclipse.papyrus.infra.core.internal.architecture.merger.tests.ArchitectureDomainMergerAddContextTest) Time elapsed: 0.199 s switchViewpoints(org.eclipse.papyrus.infra.ui.architecture.tests.editors.SwitchViewpointsTest) Time elapsed: 1.181 s revealDiagramsAndTables(org.eclipse.papyrus.infra.ui.architecture.tests.editors.ModelExplorerViewpointFilterTest) Time elapsed: 0.456 s checkIcons(org.eclipse.papyrus.infra.ui.architecture.tests.editors.GrayedIconTest) Time elapsed: 0.382 s Results: Tests run: 1087, Failures: 0, Errors: 0, Skipped: 28 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.infra.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.infra.newchild.tests >-- [INFO] Building org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT [150/175] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/infra/org.eclipse.papyrus.infra.newchild.tests/target/org.eclipse.papyrus.infra.newchild.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.infra.newchild.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.toolsmiths.suite.tests >-- [INFO] Building org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT [151/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/org.eclipse.papyrus.toolsmiths.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.toolsmiths.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.emf.compare.EMFCompare). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.papyrus.toolsmiths.validation.common.internal.utils.PluginErrorReporter (file:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.toolsmiths.validation.common/2.0.0.202211040308/org.eclipse.papyrus.toolsmiths.validation.common-2.0.0.202211040308.jar) to field java.lang.reflect.Field.modifiers WARNING: Please consider reporting this to the maintainers of org.eclipse.papyrus.toolsmiths.validation.common.internal.utils.PluginErrorReporter WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Tests run: 165, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 613.708 s - in org.eclipse.papyrus.toolsmiths.suite.tests.AllTests ProfileAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.005 s PackageAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.001 s StereotypeAutomaticMigrationTest_Stereotype_delete_Property(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.001 s PropertyAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.002 s StereotypeAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.001 s GeneralizationAutomaticMigrationTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.automatic.AutomaticMigrationTest) Time elapsed: 0.001 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsAbstractFromStereotypeTest) Time elapsed: 0.001 s atomicListMoveProfileIntoNonApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.044 s atomicListMoveStereotypeIntoNonApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.061 s atomicListMovePackageIntoAlreadyApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.04 s atomicListMoveStereotypeIntoAlreadyApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.034 s atomicListMovePackageIntoNonApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.05 s atomicListMoveProfileIntoAlreadyApplyProfileTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.MoveMigratorTest) Time elapsed: 0.039 s UpperMultiplicityTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest) Time elapsed: 0.002 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest) Time elapsed: 0 s LowerMultiplicityTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeMultiplicityFromPropertyMigratorTest) Time elapsed: 0 s DeleteEnumerationLiteralTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest) Time elapsed: 0.002 s MoveEnumerationLiteralTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest) Time elapsed: 0 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.DeleteEnumLiteralFromEnumerationTest) Time elapsed: 0 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.ChangeIsStaticFromPropertyTest) Time elapsed: 0.001 s atomicListTest(org.eclipse.papyrus.toolsmiths.profilemigration.tests.migrators.AddPropertyToStereotypeTest) Time elapsed: 0.001 s unresolvedNonBundleDeployedURI(org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest) Time elapsed: 14.461 s noSpuriousDependencyProblemsFromDynamicProfileDefinition(org.eclipse.papyrus.toolsmiths.validation.common.tests.ModelDependenciesCheckerTest) Time elapsed: 4.323 s getFilesFromProject(org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest) Time elapsed: 0.661 s existFileFromProject_closed(org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest) Time elapsed: 0.52 s existFileFromProject(org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest) Time elapsed: 1.03 s getFilesFromProject_closed(org.eclipse.papyrus.toolsmiths.validation.common.tests.ProjectManagementUtilsTest) Time elapsed: 0.353 s noIntermediateExtensionPointConfigurations(org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest) Time elapsed: 2.998 s addMissingExtension(org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingExtensionMarkerResolutionTest) Time elapsed: 0.34 s addMissingAttribute(org.eclipse.papyrus.toolsmiths.validation.common.tests.AbstractMissingAttributeMarkerResolutionTest) Time elapsed: 0.497 s addFile(org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest) Time elapsed: 0.509 s addFolder(org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest) Time elapsed: 0.495 s addFolder_withNesting(org.eclipse.papyrus.toolsmiths.validation.common.tests.ResourceMissingFromBinaryBuilderMarkerResolutionTest) Time elapsed: 0.769 s ok(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginBuilderTest) Time elapsed: 8.214 s noSuchModelFile(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest) Time elapsed: 6.821 s noExtension(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitecturePluginXMLBuilderTest) Time elapsed: 6.327 s explicitMergeNotWarned(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 9.549 s representationsAdviceNotIncluded(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 4.963 s representationsAdviceNotIncluded_extension(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 5.63 s representationsAdvice_inherited(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 5.592 s representationsAdvice_byExtension(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 5.079 s invalidIconResourceURI(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 5.512 s clientContextIDMismatch(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 5.219 s unresolvedIconResourceURI(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 6.31 s unresolvedGrayedIconResourceURI(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 4.369 s multipleClientContexts(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 4.928 s unusedRepresentationKind(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 4.59 s representationKindReferenced(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 4.973 s implicitMergeWarning(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Custom) Time elapsed: 7.845 s unresolvedCreationCommandClass(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic) Time elapsed: 7.126 s creationCommandClassBinaryTypeResolved(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic) Time elapsed: 7.053 s invalidCreationCommandClass(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Intrinsic) Time elapsed: 7.269 s bug573888_profilePlatformPluginURI(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression) Time elapsed: 5.398 s bug573888_registrationPlatformPluginURI(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureModelBuilderTest$Regression) Time elapsed: 4.069 s missingArchitectureFrameworkDependency(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest) Time elapsed: 8.393 s iconBundle(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest) Time elapsed: 4.463 s creationCommandClassBundle(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest) Time elapsed: 8.801 s creationCommandClassBinaryTypeResolved(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureDependenciesBuilderTest) Time elapsed: 7.576 s allReferencedByFolder(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 3.478 s missingReferencedResource(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 3.777 s missingArchitecture(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 4.088 s missingIcon(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 3.903 s allReferencesSpecific(org.eclipse.papyrus.toolsmiths.validation.architecture.tests.ArchitectureBuildPropertiesBuilderTest) Time elapsed: 4.153 s representationsAdviceFix(org.eclipse.papyrus.toolsmiths.validation.architecture.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 6.354 s testProfilePluginValidation(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginValidationTest) Time elapsed: 2.386 s dependencyValidationFails(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 2.288 s extensionValidationPasses(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 2.732 s modelValidationPasses(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 3.032 s buildPropertiesValidationFails(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 2.756 s dependencyValidationPasses(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 3.56 s extensionValidationFails(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 1.777 s modelValidationFails(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 2.709 s iconBundleDependency(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 3.331 s buildPropertiesValidationPasses(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginBuilderTest) Time elapsed: 2.724 s clientContextIDViaGMF(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 2.618 s clientContextIDViaArchitectureCongtext(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 3.727 s noClientContext(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 2.324 s noSuchModelFile(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 2.815 s noExtension(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 2.551 s noExtensionButArchitectureReference(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 3.26 s unknownClientContextID(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesPluginXMLBuilderTest) Time elapsed: 2.838 s unresolvedFeatureName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 2.705 s ok(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 2.886 s unresolvedStereotypeQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 2.732 s unqualifiedStereotypeQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 2.618 s unresolvedProfileQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$ApplyStereotypeAdvice) Time elapsed: 2.389 s unresolvedIconReference(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General) Time elapsed: 3.039 s unresolvedMetamodelNSURI(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$General) Time elapsed: 2.616 s unresolvedProfileURI(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice) Time elapsed: 2.665 s ok(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice) Time elapsed: 1.815 s unresolvedStereotypeQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeMatcherAdvice) Time elapsed: 2.381 s unresolvedFeatureName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice) Time elapsed: 2.618 s ok(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice) Time elapsed: 2.522 s unresolvedStereotypeQualifiedName(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesModelBuilderTest$StereotypeReferenceEdgeAdvice) Time elapsed: 2.812 s allReferencedByFolder(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest) Time elapsed: 2.362 s missingReferencedIcon(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest) Time elapsed: 3.423 s missingReferencedResource(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest) Time elapsed: 2.472 s allReferencesExplicit(org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests.ElementTypesBuildPropertiesBuilderTest) Time elapsed: 2.412 s testProfilePluginValidation(org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginValidationTest) Time elapsed: 5.722 s hasExtension(org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest) Time elapsed: 5.125 s noExtension(org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfilePluginXMLBuilderTest) Time elapsed: 4.948 s profileRelativeURI(org.eclipse.papyrus.toolsmiths.validation.profile.tests.ProfileModelBuilderTest) Time elapsed: 4.359 s ok(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginBuilderTest) Time elapsed: 3.747 s noExtension(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildPluginXMLBuilderTest) Time elapsed: 2.849 s unresolvedIconResourceURI(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest) Time elapsed: 3.56 s unresolvedRole(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildModelBuilderTest) Time elapsed: 2.763 s modelResourceBundle(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest) Time elapsed: 2.732 s iconResourceBundle(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest) Time elapsed: 2.885 s missingNewChildBundleDependency(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildDependenciesBuilderTest) Time elapsed: 3.096 s allReferencedByFolder(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest) Time elapsed: 3.615 s missingReferencedResource(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest) Time elapsed: 3.087 s missingNewChildModel(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest) Time elapsed: 2.745 s missingIcon(org.eclipse.papyrus.toolsmiths.validation.newchild.tests.NewChildBuildPropertiesBuilderTest) Time elapsed: 3.025 s environmentOK(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest) Time elapsed: 9.623 s contextOK(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest) Time elapsed: 5.017 s extensionsOK(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest) Time elapsed: 4.46 s manifestOK(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginBuilderTest) Time elapsed: 4.572 s noEnvironmentExtension(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest) Time elapsed: 4.724 s noContextExtension(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesPluginXMLBuilderTest) Time elapsed: 4.081 s unresolvedEnvironmentModelFactory(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest) Time elapsed: 6.754 s missingDependencyByContextReference(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest) Time elapsed: 5.182 s missingDependencyByEnvironmentModelFactory(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesDependencyBuilderTest) Time elapsed: 7.492 s enumPropertyWrongType(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 4.328 s stringPropertyWrongType(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.67 s dataTypeAsClass(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 4.997 s stringPropertyEditorWrongWidgetType(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.464 s unresolvedInstanceOfConstraint(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.908 s unresolvedHasStereotypeConstraint(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.613 s unresolvedHasStereotypeConstraint_byRenamedProfile(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.623 s renamedProperty(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 4.297 s renamedStereotype(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.689 s renamedProfile(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.556 s missingDataContextPackage_nestedProfile(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.756 s missingDataContextPackage_nestedPackage(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 4.539 s profileMoved(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 4.131 s propertyWrongMultiplicity(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.355 s implicitSourceTracesOK(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.827 s missingDataContextProperty(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.611 s missingDataContextElement(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.8 s obsoleteDataContextProperty(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.837 s obsoleteDataContextElement(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderUMLTest) Time elapsed: 3.63 s enumPropertyWrongType(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest) Time elapsed: 4.49 s stringPropertyWrongType(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest) Time elapsed: 3.22 s unresolvedInstanceOfConstraint(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest) Time elapsed: 3.104 s implicitSourceTracesOK(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest) Time elapsed: 3.675 s missingDataContextProperty(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest) Time elapsed: 3.72 s missingDataContextElement(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest) Time elapsed: 3.198 s obsoleteDataContextProperty(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest) Time elapsed: 3.334 s obsoleteDataContextElement(org.eclipse.papyrus.toolsmiths.validation.properties.tests.PropertiesContextModelBuilderEcoreTest) Time elapsed: 3.075 s stringPropertyWrongType(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 7.896 s missingDataContextPackage_nestedPackage(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 7.134 s renamedProfile(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 6.61 s unresolvedConstraintClass_instanceOf(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 5.892 s missingDataContextPackage_nestedProfile(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 6.601 s obsoleteDataContextElement(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 6.427 s unresolvedConstraintClass_hasStereotype(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 5.833 s renamedProperty(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 6.721 s missingDataContextProperty(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 5.796 s missingDataContextElement(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 5.642 s propertyWrongMultiplicity(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 6.444 s stringPropertyEditorWrongWidgetType(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 6.3 s enumPropertyWrongType(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 5.961 s unresolvedConstraintClass_hasStereotype_byRenamedProfile(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 5.816 s obsoleteDataContextProperty(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 6.379 s renamedStereotype(org.eclipse.papyrus.toolsmiths.validation.properties.internal.quickfix.tests.ModelQuickFixTests) Time elapsed: 6.202 s Results: Tests run: 165, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.toolsmiths.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.toolsmiths.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.communication.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT [152/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.communication.tests/target/org.eclipse.papyrus.uml.diagram.communication.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.communication.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.interactionoverview.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.0-SNAPSHOT [153/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionOverviewDiagramActivityTN.java:[31] import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202211040259/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionOverviewDiagramActivityTN.java:[101] final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID); ^^^^^^^^^^^^^ Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202211040259/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionOverviewDiagramActivityTN.java:[101] final ActivityNameEditPart activityNameEditPart = (ActivityNameEditPart) EditPartUtils.findFirstChildEditPartWithId(activityEditPart, ActivityNameEditPart.VISUAL_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'EditPartUtils.findFirstChildEditPartWithId(EditPart, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202211040259/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionUse.java:[25] import org.eclipse.papyrus.uml.diagram.timing.custom.utils.EditPartUtils; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202211040259/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionUse.java:[79] final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID); ^^^^^^^^^^^^^ Discouraged access: The type 'EditPartUtils' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202211040259/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202211040259.jar') [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/org/eclipse/papyrus/uml/diagram/interactionoverview/tests/canonical/TestInteractionUse.java:[79] final CustomInteractionUseNameEditPart callBehaviorNameEditPart = (CustomInteractionUseNameEditPart)EditPartUtils.findFirstChildEditPartWithId(interactionUse, CustomInteractionUseNameEditPart.VISUAL_ID); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Discouraged access: The method 'EditPartUtils.findFirstChildEditPartWithId(EditPart, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.papyrus.uml.diagram.timing/2.0.0.202211040259/org.eclipse.papyrus.uml.diagram.timing-2.0.0.202211040259.jar') 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.interactionoverview.tests/target/org.eclipse.papyrus.uml.diagram.interactionoverview.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.interactionoverview.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.statemachine.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT [154/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/org/eclipse/papyrus/uml/diagram/statemachine/custom/helpers/tests/ZoneTest.java:[60] assertThat(smDiagram.eResource(), nullValue()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method assertThat(Resource, Matcher) from the type Assert is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.statemachine.tests/target/org.eclipse.papyrus.uml.diagram.statemachine.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.statemachine.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.suite.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT [155/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/org.eclipse.papyrus.uml.diagram.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.uml.diagram.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. No JFaces support for org.eclipse.jface.viewers.TableTreeViewer Tests run: 1422, Failures: 0, Errors: 0, Skipped: 168, Time elapsed: 472.452 s - in org.eclipse.papyrus.uml.diagram.suite.tests.AllTests testStereotypePropertyStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 8.697 s testStereotypeCompartmentStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 2.204 s testStereotypeLabelStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.872 s testStereotypeCompartmentInCommentStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.635 s testStereotypePropertyInCommentStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.522 s testStereotypeCommentStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.569 s testProfileApplication(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.548 s testStereotypeBraceStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.328 s testStereotypeBracePropertyStructure(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayStructureTest) Time elapsed: 1.41 s testApplyStereotypeOnEnumeration(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest) Time elapsed: 2.895 s testApplyStereotypeOnPackage(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest) Time elapsed: 1.593 s testApplyStereotypeOnInterface(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest) Time elapsed: 1.559 s testApplyStereotypeOnClass(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayNodeClassDiagramTest) Time elapsed: 1.537 s testApplyStereotypeOnEnumerationLiteral(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest) Time elapsed: 1.6 s testApplyStereotypeOnProperty(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest) Time elapsed: 1.807 s testApplyStereotypeOnOperation(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayCompartmentClassDiagramTest) Time elapsed: 1.571 s testApplyStereotypeOnLink(org.eclipse.papyrus.uml.diagram.common.tests.stereotype.display.AppliedStereotypeDisplayLinkClassDiagramTest) Time elapsed: 1.473 s commonBendpoints_Test1(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.509 s commonBendpoints_Test2(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.17 s commonBendpoints_Test3(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.053 s commonBendpoints_Test5(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 0.995 s commonBendpoints_Test6(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.168 s testCommonbendpoints_Test4(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.084 s testCommonbendpoints_Test7(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 0.967 s testCommonbendpoints_Test8(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 1.126 s testCommonbendpoints_Test9(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 0.932 s testCommonbendpoints_Test10(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 0.974 s testCommonbendpoints_Test11(org.eclipse.papyrus.uml.diagram.common.tests.tests.CommonBendpointsTest) Time elapsed: 0.919 s testCleanHTMLTags10(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0.001 s testCleanHTMLTags11(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags12(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags13(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags1(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags2(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0.001 s testCleanHTMLTags3(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags4(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags5(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags6(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags7(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags8(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testCleanHTMLTags9(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCleanerTestCase) Time elapsed: 0 s testGenerateBlockForText10(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.003 s testGenerateBlockForText11(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.001 s testGenerateBlockForText1(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText2(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.001 s testGenerateBlockForText3(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText4(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText5(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.001 s testGenerateBlockForText6(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText7(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0.001 s testGenerateBlockForText8(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testGenerateBlockForText9(org.eclipse.papyrus.uml.diagram.common.tests.parser.HTMLCornerBentFigureTestCase) Time elapsed: 0 s testDeleteOnClassNamedStyleFont(org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest) Time elapsed: 0.931 s testDeleteOnPackageWithStyle(org.eclipse.papyrus.uml.diagram.common.tests.css.Bug431694_UndoDeleteTest) Time elapsed: 0.841 s testSysMLCase1(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testSysMLCase2(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testSysMLCase3(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testSysMLCase4(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testSysMLCase5(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) skipped testUMLCase1(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) Time elapsed: 1.356 s testUMLCase2(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) Time elapsed: 1.307 s testUMLCase3(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) Time elapsed: 1.26 s testUMLCase4(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug418509_ReorientationAssociation) Time elapsed: 1.228 s testMultiplicityDefault(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0.001 s testMultiplicityInfinity(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralLowerIntUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0.002 s testMultiplicityEqualsLiteralLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityIntLowerStringUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntLiteralLowerStringLiteralUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralLowerIsNull(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntLowerStringUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntLowerIntUpperInfinity(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralUpperIsNull(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringInfinityLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringLiteralLowerLiteralInfinity(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLiteralLowerEqualsUpperWithBrackets(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityLiteral(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityIntLowerIntUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0.001 s testMultiplicityStringLiteralLowerInfinity(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityLiteralRange(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityIntRange(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntValues(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityLowerEqualsUpperWithBrackets(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityInfinityLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringLowerUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringLiteralEqualsWithBrackets(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityIntLowerStringLiteralUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testMultiplicityStringLiteralLowerIntLiteralUpper(org.eclipse.papyrus.uml.diagram.common.tests.parser.MultiplicityStringFormatterTestCase) Time elapsed: 0 s testLiteralBooleanFalse(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0.001 s testLiteralIntegerNegative(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralInteger(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralUnlimitedNaturalInfinitive(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralUnlimitedNatural(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralBoolean(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s testLiteralNull(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0.001 s testLiteralReal(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0.002 s testLiteralString(org.eclipse.papyrus.uml.diagram.common.tests.parser.ValueSpecificationUtilTestCase) Time elapsed: 0 s visualizePropertyThatIsAssociationEnd_bug478558(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) skipped appliedStereotypeViewsNotDeleted_bug471954:initial(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) Time elapsed: 1.164 s appliedStereotypeViewsNotDeleted_bug471954:synch(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) Time elapsed: 0 s appliedStereotypeViewsNotDeleted_bug471954:undo(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) Time elapsed: 0 s appliedStereotypeViewsNotDeleted_bug471954:redo(org.eclipse.papyrus.uml.diagram.common.canonical.tests.CanonicalRegressionTest) Time elapsed: 0 s testGenericShapeForPortWithCSS(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 1.408 s testGenericShapeForFloatingLabelWithCSS(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 1.178 s testGenericShapeForCompartment(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) skipped testGenericShapeForFloatingLabel(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 1.592 s testGenericShapeForCompartmentWithCSS(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) skipped testGenericShapeForNode(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 1.422 s testGenericShapeForPort(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 1.209 s testGenericShapeForNodeWithCSS(org.eclipse.papyrus.uml.diagram.common.tests.tests.ShapeCustomisationTest) Time elapsed: 1.222 s testMoveOneGeneralization(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest) Time elapsed: 0.707 s testMoveTwoGeneralizations(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug476873_MoveCommandTest) Time elapsed: 0.738 s checkDuplication(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug495430_DuplicatedTransitionsTest) Time elapsed: 0.014 s testResizedPortPosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 2.251 s testPortPositionOnOval(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 0.702 s testPortPositionOnPackageTop(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 0.648 s testPortPosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 1.924 s testPortPositionOnCorner(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug488744_PortPositionTest) Time elapsed: 1.084 s testAssociationRoleMultiplicityPosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest) Time elapsed: 0.8 s testDependencyNamePosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest) Time elapsed: 0.807 s testIntRealizationNamePosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest) Time elapsed: 0.772 s testContextLinkNamePosition(org.eclipse.papyrus.uml.diagram.common.tests.tests.Bug507488_BinaryRelationshipLabelPositionTest) Time elapsed: 0.662 s testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.982 s testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.794 s testStereotypePropertyReferenceEdge_UnapplyProfile(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.761 s testStereotypePropertyReferenceEdge_Creation_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.566 s testStereotypePropertyReferenceEdge_Creation_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.673 s testStereotypePropertyReferenceEdge_ReorientTarget_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.636 s testStereotypePropertyReferenceEdge_ReorientSource_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.698 s testStereotypePropertyReferenceEdge_Deletion_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.753 s testStereotypePropertyReferenceEdge_Deletion_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.602 s testStereotypePropertyReferenceEdge_ReorientSource_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.626 s testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.632 s testStereotypePropertyReferenceEdge_Creation_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.578 s testStereotypePropertyReferenceEdge_ReorientSource_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.525 s testStereotypePropertyReferenceEdge_ReorientTarget_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.554 s testStereotypePropertyReferenceEdge_Deletion_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.572 s testStereotypePropertyReferenceEdge_Deletion_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.523 s testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.501 s testStereotypePropertyReferenceEdge_UnapplyStereotypeOnSource(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.389 s testStereotypePropertyReferenceEdge_UnapplyStereotypeOnTarget(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.424 s testStereotypePropertyReferenceEdge_ReorientSource_SingleEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.452 s testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameLink_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.561 s testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.509 s testStereotypePropertyReferenceEdge_Creation_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.417 s testStereotypePropertyReferenceEdge_ReorientTarget_SingleStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.485 s testStereotypePropertyReferenceEdge_ReorientTarget_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.487 s testStereotypePropertyReferenceEdge_ReorientSourceWithOtherSameEdge_MultiEClassRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.471 s testStereotypePropertyReferenceEdge_ReorientTargetWithOtherSameEdge_MultiStereoRef(org.eclipse.papyrus.uml.diagram.common.tests.tests.StereotypePropertyReferenceEdgeTest) Time elapsed: 1.429 s testConnectionDecorationRegistry(org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest) Time elapsed: 0.649 s testEdgeDecoration(org.eclipse.papyrus.uml.diagram.common.tests.tests.EdgeCustomizationTest) Time elapsed: 0.572 s testToManageIPackage(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 1.03 s testToManageSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.432 s testToManageEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.368 s testToManageInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.409 s testToManageInformationItem(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.316 s testToManageTimeObservation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.396 s testToManageDurationObservation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.407 s testToManageInstanceSpecification(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.731 s testToManageComment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.341 s testToManageDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.409 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.377 s testToManageClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.362 s testToManageModel(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.363 s testToManageComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.363 s testToManagePrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramTopNode) Time elapsed: 0.402 s testToManageIPackage(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) skipped testToManageSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.845 s testToManageEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.444 s testToManageInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.483 s testToManageInformationItem(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.364 s testToManageInstanceSpecification(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.436 s testToManageComment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.362 s testToManageDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.382 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.351 s testToManageClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.464 s testToManageModel(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) skipped testToManageComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.456 s testToManagePrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildNode) Time elapsed: 0.441 s testToManageInterfaceNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.287 s testToManagePrimitiveTypeOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.11 s testToManageComponentNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.134 s testToManageInterfaceNestedInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.161 s testToManageEnumerationLiteralEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.161 s testToManageComponentNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.115 s testToManageClassNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.099 s testToManageComponentNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.098 s testToManageInterfaceProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.125 s testToManageClassNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.111 s testToManageInterfaceNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.112 s testToManageInterfaceReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.108 s testToManageClassNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.125 s testToManageComponentReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.092 s testToManageComponentNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.101 s testToManageComponentProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.1 s testToManageClassProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.11 s testToManagePrimitiveTypeProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.109 s testToManageClassNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.109 s testToManageClassReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.106 s testToManageClassNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.108 s testToManageInterfaceOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.11 s testToManageComponentNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.096 s testToManageComponentOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.109 s testToManageSignalProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.092 s testToManageInstanceSlot(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) skipped testToManageClassNestedInetrface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.106 s testToManageInterfaceNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.098 s testToManageInterfaceNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.094 s testToManageClassOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.093 s testToManageInterfaceNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.098 s testToManageComponentNestedInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramChildLabel) Time elapsed: 0.109 s testToManageRealization(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageInformationFlow(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageAbstraction(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageUsage(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageDependency(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageAssociation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLink) skipped testToManageSubstitution(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.665 s testToManageElementImport(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.405 s testToManageInterfaceRealization(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.287 s testToManageTemplateBinding(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.379 s testToManageGeneralization(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.302 s testToManagePackageImport(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramLinkOwnedBySource) Time elapsed: 0.318 s testToManageMultiDependency(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink) Time elapsed: 0.498 s testToManageMultiAssociation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestMultiLink) Time elapsed: 0.556 s testToManageContainment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContainmentLink) Time elapsed: 0.374 s testToManageContextLink(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramContextLink) Time elapsed: 0.387 s testDropWithOrder(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestDropfunction) Time elapsed: 0.411 s testStaticOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation) Time elapsed: 0.313 s testStaticProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestStaticFeatureRepresentation) Time elapsed: 0.275 s testToManageInterfaceNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.219 s testToManageComponentNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.055 s testToManageInterfaceNestedInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.053 s testToManageclassNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.059 s testToManageComponentNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.05 s testToManageClassNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.062 s testToManageComponentNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.051 s testToManageInterfaceNestedSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.053 s testToManageClassNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.061 s testToManageComponentNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.052 s testToManageClassNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.061 s testToManageClassNestedDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.052 s testToManageComponentNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.053 s testToManageClassNestedInetrface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.052 s testToManageInterfaceNestedPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.057 s testToManageInterfaceNestedEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.053 s testToManageInterfaceNestedClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.058 s testToManageComponentNestedInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramNestedClassifier) Time elapsed: 0.05 s testInterfaceVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.226 s testInterfaceVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testDataTypeVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.046 s testAssociationClassVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.046 s testInterfaceVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.032 s testEnumerationVsEnumerationLiteral(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testDataTypeVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.032 s testComponentVsPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.053 s testClassVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.034 s testComponentVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testClassVsDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.046 s testClassVsSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testInterfaceVsPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.041 s testInterfaceVsEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.034 s testPrimitiveTypeVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.031 s testAssociationClassVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.042 s testClassVsPrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.038 s testClassVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.033 s testInterfaceVsDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.04 s testInterfaceVsSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.035 s testComponentVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.037 s testComponentVsEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.046 s testClassVsEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.033 s testComponentVsReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.042 s testInterfaceVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.037 s testComponentVsDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.037 s testComponentVsSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.038 s testInterfaceVsReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.032 s testClassVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.044 s testClassVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.038 s testClassVsReception(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.033 s testSignalVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.038 s testComponentVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.038 s testComponentVsOperation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.034 s testPrimitiveTypeVsProperty(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNodesChildDuplicates) Time elapsed: 0.041 s testPropertyInInterfaceNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.238 s testOperationInPrimitiveTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.014 s testPropertyInInterfaceOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.019 s testOperationInDataTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.02 s testPropertyInClassOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.016 s testOperationInInterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.017 s testOperationInInterfaceNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.015 s testOperationInClassNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.016 s testOperationInClassAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.016 s testPropertyInComponentOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.015 s testPropertyInPrimitiveTypeOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.015 s testPropertyInComponentNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.016 s testOperationInComponentAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.018 s testPropertyInClassNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.017 s testPropertyInDataTypeOperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.017 s testOperationInComponentNestedCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.017 s testDropAssociationEndDirectedProperty2ClassAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.234 s testDropSharedAssociationDirectedProperty2ComponentAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.059 s testDropAssociationEndDirectedProperty2InterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.043 s testPropertyInComponentDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.021 s testOperationInInterfaceDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.023 s testDropDataType2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.035 s testDropAssociationEndCompositeDirectedProperty2InterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.045 s testDropSignal2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.032 s testDropSharedAssociationDirectedProperty2SignalAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.038 s testOperationInComponentDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.025 s testDropAssociationEndCompositeDirectedProperty2PrimitiveTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.05 s testDropAssociationEndCompositeDirectedProperty2ClassAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.047 s testPropertyInSignalDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.031 s testOperationInDataTypeDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.023 s testPropertyInClassDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.023 s testDropClass2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.031 s testDropInterface2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.037 s testDropAssociationEndDirectedProperty2SignalAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.038 s testDropClass2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.036 s testDropPrimitiveType2AttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.039 s testDropAssociationEndDirectedProperty2DataTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.047 s testDropAssociationEndCompositeDirectedProperty2DataTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.052 s testDropComponent2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.031 s testDropInterface2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.032 s testOperationInClassDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.03 s testDropSharedAssociationDirectedProperty2InterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.045 s testDropAssociationEndCompositeDirectedProperty2SignalAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.047 s testDropSharedAssociationDirectedProperty2PrimitiveTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.046 s testDropAssociationEndDirectedProperty2ComponentAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.056 s testDropPrimitiveType2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.041 s testDropSharedAssociationDirectedProperty2DataTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.056 s testPropertyInPrimitiveTypeDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.025 s testDropAssociationEndCompositeDirectedProperty2ComponentAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.053 s testOperationInPrimitiveTypeDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.028 s testDropDataType2OperationCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.032 s testDropAssociationEndDirectedProperty2PrimitiveTypeAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.051 s testDropComponent2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.033 s testPropertyInDataTypeDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.023 s testDropSharedAssociationDirectedProperty2ClassAttributeCompartment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.051 s testPropertyInInterfaceDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.025 s testToManageIPackage(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.304 s testToManageSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.02 s testToManageEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.017 s testToManageInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.026 s testToManageInformationItem(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.018 s testToManageTimeObservation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.083 s testToManageDurationObservation(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.027 s testToManageInstanceSpecification(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.019 s testToManageComment(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.062 s testToManageDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.019 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 1.606 s testToManageClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.033 s testToManageModel(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.041 s testToManageComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.03 s testToManagePrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestEditableClassDiagramTopNode) Time elapsed: 0.025 s testManageAssociationClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationClass) Time elapsed: 1.015 s testNestedInterfcaeVsComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.207 s testNestedInterfacetVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.016 s testNestedClassVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.018 s testNestedComponentVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.034 s testNestedClasstVsClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.017 s testNestedComponentVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.016 s testNestedInterfaceVsInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.017 s testNestedClassVsComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.016 s testNestedComponentVsComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestListCompartmentNestedChild) Time elapsed: 0.019 s testAssociationLinkReorient(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic) Time elapsed: 0.27 s testAssociationLink(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramAssociationLinkSemantic) Time elapsed: 0.059 s testInstanceSpecification(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagramInstanceSpecification) Time elapsed: 0.375 s testToManageSignal(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.329 s testToManageEnumeration(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.024 s testToManageInterface(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.026 s testToManageDataType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.061 s testToManageClass(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.028 s testToManageComponent(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.025 s testToManagePrimitiveType(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestRedefinableTemplateSignature) Time elapsed: 0.057 s testToManageClassDiagram(org.eclipse.papyrus.uml.diagram.clazz.test.canonical.TestClassDiagram) Time elapsed: 0.334 s testOpening24PackageModel(org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest) Time elapsed: 0.329 s testOpening24PackageDiagram(org.eclipse.papyrus.uml.diagram.clazz.test.legacy.PackageDiagramLegacyTest) Time elapsed: 0.403 s testLinkCreation(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug382954_InstanceSpecificationLink) Time elapsed: 0.027 s testCopyConstraintInClassDiagram(org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest) Time elapsed: 1.504 s testCopyConstraintInClassDiagramWithClass(org.eclipse.papyrus.uml.diagram.clazz.test.copyPaste.ConstraintPasteStrategyTest) Time elapsed: 1.071 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest) Time elapsed: 0 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.clazz.test.tests.RoundedCompartmentTest) Time elapsed: 0.001 s testMoveOneLiteral(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest) Time elapsed: 0.611 s testMoveTwoLiterals(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug476872_MoveCommandTest) Time elapsed: 0.613 s testPropertyReference(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest) Time elapsed: 0.607 s testMoveGeneralization(org.eclipse.papyrus.uml.diagram.clazz.test.tests.Bug481317_MoveGeneralizationTest) Time elapsed: 0.622 s testAllContentsNoInheritance(org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest) Time elapsed: 0.879 s testAllContentsToChild(org.eclipse.papyrus.uml.diagram.clazz.test.tests.MoveContentsTest) Time elapsed: 0.902 s testDropAssociationNotInverted(org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest) Time elapsed: 0.292 s testDropAssociationAfterReorientSource(org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest) Time elapsed: 0.104 s testDropAssociationAfterReorientTarget(org.eclipse.papyrus.uml.diagram.clazz.test.dnd.DragAndDropAssociationsTest) Time elapsed: 0.098 s checkPaletteIds(org.eclipse.papyrus.uml.diagram.clazz.test.resources.ClassPaletteTest) Time elapsed: 0.017 s validateModel[0](org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest) Time elapsed: 0.022 s validateModel[1](org.eclipse.papyrus.uml.diagram.clazz.test.resources.ModelValidationTest) Time elapsed: 0.083 s testToManageAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 1.181 s testToManageDestroyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.544 s testToManageDecisionNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.628 s testToManageReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.835 s testToManageInitialNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.613 s testToManageValueSpecificationAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.83 s testToManageCentralBufferNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.554 s testToManageSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.518 s testToManageOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.542 s testToManageConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.419 s testToManageReadSelfAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.665 s testToManageActivityPartition(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.488 s testToManageForkNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.518 s testToManageInteruptibleActivityRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) skipped testToManageMergeNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.668 s testToManageCreateObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.606 s testToManageExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.412 s testToManageFlowFinalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.558 s testToManageDataStoreNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.545 s testToManageReadVariableAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.528 s testToManageloopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.517 s testToManageSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.486 s testToManageActivityFinalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.573 s testToManageActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) skipped testToManageAcceptEventAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.653 s testToManageJoinNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.516 s testToManageBroadCastSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.505 s testToManageStructuredActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityDiagramChildNode) Time elapsed: 0.486 s testToManageOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityChildNodeInStructuredActivity) skipped testFromActivityPartitionToSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.286 s testFromInterruptibleActivityRegionToConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.056 s testFromActivityPartitionToStructuredNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.042 s testFromActivityToConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.033 s testFromActivityToStructuredNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.04 s testFromLoopNodeToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.045 s testFromInterruptibleActivityRegionToExpansionRegionNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.044 s testFromConditionalNodeToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.046 s testFromActivityPartitionToLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.046 s testFromSequenceNodeToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.041 s testFromActivityPartitionToConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.046 s testFromActivityPartitionToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.036 s testFromActivityToExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.064 s testFromStructuredNodeToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.034 s testFromActivityToLoop(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.051 s testFromInterruptibleActivityRegionToLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.046 s BeetwenNonContainmentActivityGroup(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.06 s testFromActivityPartitionToExpansionRegionNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.046 s testFromInterruptibleActivityRegionToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.036 s testFromActivityPartitionToInteruptibleActivtyRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.047 s testFromInterruptibleActivityRegionToActivityPartion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.052 s testFromInterruptibleActivityRegionToStructuredNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.043 s testFromExpansionRegionToActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.041 s testFromInterruptibleActivityRegionToSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.047 s testFromActivityToActivityPartition(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.036 s testFromActivityToInterruptibleActivityRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.039 s testFromActivityToSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestActivityGroup) Time elapsed: 0.037 s testExpansionNodeInExpansionRegionCompartment(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestDropObjects) Time elapsed: 0.273 s testToCreateCommentLink(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestCommentLink) Time elapsed: 0.271 s testInputPinAsTargetInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testOutputAsResultInClearStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.23 s testActionPinAsInputValueInReadLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.06 s testInputPinAsArgumentInBroadcastSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.038 s testFeatureStructuredActivityNodeInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.013 s testFeatureConditionalNodeInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.012 s testActionPinAsFirstInInsertAtTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.037 s testOutputAsResultInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testValuePinAsStrucutredNodeInputInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.032 s testInputPinAsInsertAtInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testActionPinAsInsertAtInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.079 s testFeatureExpansionNodeAsOutInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testActionPinAsCollectionInReduceAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.052 s testValuePinAsValueInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.043 s testInputPinAsObjectIngetStartClassifierBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.041 s testOutputAsResultInReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testActionPinAsTargetInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testOutputAsStrucutredNodeOutputInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.037 s testValuePinAsRequestInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testActionPinAsObjectInClearStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testInputPinAsInputValueInCreateLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.044 s testActionPinAsArgumentInBroadcastSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testActionPinAsStrucutredNodeInputInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testInputPinAsSecondInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testActionPinAsTargetInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsRequestInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testActionPinAsInputValueInDestroyLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.042 s testValuePinAsArgumentInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsInsertAtInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.038 s testFeatureInitialNodeActionActionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.019 s testValuePinAsObjectInReclassifyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.047 s testActionPinAsObjectInReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.032 s testValuePinAsInputValueInReadLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testInputPinAsObjectInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.041 s testActionPinAsObjectInReclassifyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.033 s testOutputAsResultInReadIsClassifiedObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.04 s testFeatureAcceptEventActionInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.045 s testOutputPinAsLoopVariableInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testValuePinAsCollectionInReduceAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testActionPinAsInputValueInOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testActionPinAsTargetInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsObjectInClearStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testResetInRegionWhenResizeGraphicalRepresentationElements(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.035 s testValuePinAsTargetInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testInputPinAsObjectInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testInputPinAsStrucutredNodeInputInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testActionPinAsObjectInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testInputPinAsObjectInReclassifyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testValuePinAsTargetInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testActionPinAsArgumentInCallBeAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testActionPinAsLoopVariableInputInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testActionPinAsArgumentInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsObjectInClearStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testValuePinAsTargetInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testActionPinAsObjectInReadIsClassifiedObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testFeatureSequenceNodeInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.014 s testOutputAsResultInReadLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testValuePinAsStrucutredNodeInputInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testActionPinAsTargetInDestroyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testActionPinAsStrucutredNodeInputInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testFeatureExpansionRegonInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testOutputAsResultInReduceAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.025 s testValuePinAsArgumentInBroadcastSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testInputPinAsValueInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.025 s testOutputAsResultInReadExtentAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.038 s testActionPinAsStrucutredNodeInputInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testActionPinAsArgumentInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testFeatureActivityInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.046 s testInputPinAsArgumentInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsObjectInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testOutputAsStrucutredNodeOutputInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testActionPinAsValueInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.043 s testValuePinAsInputValueInOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testInputPinAsInputValueInReadLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testInputPinAsObjectInReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.031 s testInputPinAsArgumentInCallBeAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsArgumentInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testFeatureExpansionNodeAsInInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.02 s testValuePinAsObjectInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testInputPinAsObjectInReadIsClassifiedObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testActionPinAsObjectIngetStartClassifierBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.036 s testInputPinAsLoopVariableInputInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testInputPinAsStrucutredNodeInputInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.024 s testValuePinAsObjectIngetStartClassifierBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testFeatureExpansionRegionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.013 s testValuePinAsObjectInClearAssociationAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.039 s testInputPinAsTargetInDestroyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testValuePinAsInputValueInDestroyLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testActionPinAsObjectInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testOutputAsResultInReadVariableAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testActionPinAsObjectInClearAssociationAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testActionPinAsSecondInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testActionPinAsInsertAtInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testValuePinAsObjectInReadStructuralFeatureAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testValuePinAsStrucutredNodeInputInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testValuePinAsObjectInReadIsClassifiedObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testInputPinAsInsertAtInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testValuePinAsInputValueInCreateLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testValuePinAsStrucutredNodeInputInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testInputPinAsInputValueInDestroyLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testValuePinAsLoopVariableInputInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.032 s testOutputPinAsResultInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testInputPinAsArgumentInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.032 s testInputPinAsObjectInClearAssociationAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testValuePinAsTargetInDestroyObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testInputPinAsCollectionInReduceAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.032 s testInputPinAsTargetInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.025 s testValuePinAsArgumentInCallBeAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsArgumentInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsStrucutredNodeInputInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testOutputPinAsOutputValueInOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testOutputAsResultInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.034 s testActionPinAsValueInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testOutputAsResultInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testInputPinAsTargetInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testActionPinAsStrucutredNodeInputInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.023 s testOutputAsStrucutredNodeOutputInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.022 s testValuePinAsArgumentInStartObjectBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.028 s testInputPinAsStrucutredNodeInputInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.063 s testFeatureCreateLinkActionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.015 s testOutputPinAsResultInCallBeAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testValuePinAsFirstInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testOutputPinAsResultInCallOpAct(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testFeatureOpaqueActionActionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.014 s testActionPinAsRequestInSendObjectAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testActionPinAsInputValueInCreateLinkAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.029 s testValuePinAsValueInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.027 s testOutputAsStrucutredNodeOutputInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.023 s testValuePinAsSecondInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testFeatureLoopNodeInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.017 s testFeatureDecisionNodeInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testActionPinAsArgumentInSendSignalAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) skipped testInputPinAsInputValueInOpaqueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testInputPinAsFirstInTestIdentityAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.03 s testValuePinAsInsertAtInAddStructuralFeatureValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testResetInPartitionWhenResizeGraphicalRepresentationElements(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.061 s testFeatureTestIdentityActionInActivity(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.015 s testInputPinAsValueInAddVariableValueAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestSemanticContainerFeature) Time elapsed: 0.026 s testCreateControlFlowLinkInStructuredActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.272 s testCreateObjectFlowLinkFromPinToPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.123 s testControlFlowLinkReorient(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.108 s testCreateControlFlowLink(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.041 s testCreateObjectFlowLinkFromOutpinPinInStructuredActivityNodeToOutputPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.053 s testObjectFlowLinkReorientSourceFromOutputPinInStructuredActivityNodeToOutputPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.091 s testObjectFlowLinkReorientSourceFromInputPinInStructuredActivityNodeToInputPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.074 s testCreateObjectFlowLinkFromInputPinInStructuredActivityNodeToInputPin(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.051 s testObjectFlowLinkReorient(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.07 s testNoExecutableNodeFlowLink(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.059 s testObjectFlowLinkReorientSourceFromPinToAction(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestLinks) Time elapsed: 0.053 s testCreateInitialNodeInStructuralActivityNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.227 s testCreateDecisionNodeInConditionalNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.025 s testCreateJoinNodeInExpansionRegion(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.023 s testCreateForkNodeInLoopNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.021 s testCreateMerdgeNodeInSequenceNode(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestControlNodesInStructuredActivityNodes) Time elapsed: 0.013 s testItemProviderCommandUndo(org.eclipse.papyrus.uml.diagram.activity.tests.canonical.TestItemProviderCommand) Time elapsed: 0.216 s testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation) Time elapsed: 0.037 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_IsUnmarshallTrue_SimpleTrigger_CallEvent_OperationChange(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation) Time elapsed: 0.015 s testAdviceForAcceptCallActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptCallActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_ChangeEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.031 s testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_IsUnmarshallFalse_ToIsUnmarshallTrue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.015 s testPinDerivation_IsUnmarshallTrue_MultipleTrigger_MixedEvents(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.016 s testPinDerivation_IsUnmarshallFalse_MultipleTrigger_MixedEvents(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.015 s testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_NoCommonAncestor(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.039 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_CallEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_SignalEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_IsUnmarshallTrue_SingleTrigger_TimeEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.018 s testPinDerivation_IsUnmarshallTrue_MultipleTrigger_SignalEvent_CommonAncestor(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.015 s testPinDerivation_IsUnmarshallTrue_MultipleTrigger_TimeEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.019 s testAdviceForAcceptEventActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.03 s testPinDerivation_IsUnmarshallFalse_SingleTrigger_TimeEvent(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.018 s testPinDerivation_IsUnmarshallTrue_SingleTrigger_SignalEvent_SignalChange(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.015 s testPinDerivation_IsUnmarshallFalse_MultipleTrigger_SignalEvent_CommonAncestor(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAcceptEventActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_changePropertyStructuralFeatureType(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.019 s testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.034 s testAdviceForAddStructuraFeatureActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_NoStructuralFeature_To_PortStructuralFeature(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_changePortStructuralFeatureType(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestAddStructuralFeatureValueActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_BehaviorWithParameters_To_BehaviorWithParameters(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation) Time elapsed: 0.059 s testAdviceForCallBehaviorActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_NoBehavior_To_BehaviorWithParameters(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallBehaviorActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_NoOperation_To_OperationWithParameters(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation) Time elapsed: 0.017 s testAdviceForCallOperationActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_OperationWithParameters_To_OperationWithParameters(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCallOperationActionPinDerivation) Time elapsed: 0.039 s testAdviceForCreateLinkActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_ModificationPropertyOfLinkEndCreationData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation) Time elapsed: 0.017 s testPinDerivation_NoEndData_To_EndDataWithValuePin(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_ModificationLinkEndCreationData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateLinkActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_NoClassifier_ToClassClassifier(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_NoClassifier_ToActivityClassifier(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation) Time elapsed: 0.03 s testAdviceForCreateObjectActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestCreateObjectActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_ModificationPropertyOfLinkEndDestructionData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation) Time elapsed: 0.016 s testAdviceForDestroyLinkActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoEndData_To_EndDataWithValuePin(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_ModificationLinkEndDestructionData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestDestroyLinkActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_ModificationLinkEndData_OpenEnd(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.034 s testPinDerivation_ModificationPropertyOfLinkEndData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_NoEndData_To_EndData(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.011 s testAdviceForReadLinkActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_ModificationLinkEndData_NotOpenEnd(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadLinkActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_ActivityInRootElement(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_ActivityOwnedBeahaviour(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_ActivityAsClassifierBehaviour(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.025 s testPinDerivation_ActivityNestedClassifer(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_ActivitySpecifiedOperation(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.011 s testAdviceForReadSelfActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadSelfActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_changePropertyStructuralFeatureType(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_NoStructuralFeature_To_PropertyStructuralFeature(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.012 s testAdviceForCallOperationActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoStructuralFeature_To_PortStructuralFeature(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_changePortStructuralFeatureType(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestReadStructuralFeatureActionPinDerivation) Time elapsed: 0.027 s testPinDerivation_SignalWithAttributes_To_SignalWithAttributes(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation) Time elapsed: 0.018 s testAdviceForSendSignalActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_NoSignal_ToSignalWithAttributes(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestSendSignalActionPinDerivation) Time elapsed: 0.012 s testAdviceForStartClassifierBehaviorActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_StartClassifierBehaviorAction(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartClassifierBehaviorActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_NoBehavior_To_BehaviorWithParameters_Synchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.032 s testAdviceForStartObjectBehaviorActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.01 s testPinDerivation_NoBehavior_To_BehaviorWithParameters_Asynchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_BehaviorWithParameters_AddParameter_Synchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.014 s testPinDerivation_BehaviorWithParameters_To_OtherBehaviorWithParameters_Synchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.013 s testPinDerivation_BehaviorWithParameters_ChangeParameter_Synchronous(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestStartObjectBehaviorActionPinDerivation) Time elapsed: 0.014 s testAdviceForTestIdentityActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation) Time elapsed: 0.028 s testPinDerivation_Creation(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestTestIdentityActionPinDerivation) Time elapsed: 0.017 s testPinDerivation_NoValue_ToLiteralStringValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.016 s testAdviceForValueSpecificationActionExists(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.011 s testPinDerivation_NoValue_ToLiteralUnlimitedNaturalValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.016 s testPinDerivation_NoValue_ToInstanceSpecificationValueSingleClassifier(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_NoValue_ToLiteralRealValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.027 s testPinDerivation_NoValue_ToLiteralEnumerationValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.012 s testPinDerivation_NoValue_ToLiteralBooleanValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.015 s testPinDerivation_NoValue_ToLiteralIntegerValue(org.eclipse.papyrus.uml.diagram.activity.tests.derivation.pins.TestValueSpecificationActionPinDerivation) Time elapsed: 0.015 s testExpansionRegionBadCreateCommand(org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest) Time elapsed: 0.025 s testExpansionNodeCreateCommand(org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest) Time elapsed: 0.001 s testExpansionRegionContainmentChildCreateCommand(org.eclipse.papyrus.uml.diagram.activity.tests.edit.helper.ExpansionRegionHelperTest) Time elapsed: 0.001 s testAlienCreationRequest(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest) Time elapsed: 0.14 s testMixedElementTypesCreationRequest(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest) Time elapsed: 0 s testExpansionNodeCreationRequest(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.ExpansionRegionCompartmentEPTest) Time elapsed: 0 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.activity.tests.edit.part.RoundedCompartmentTest) Time elapsed: 0.003 s testToManageIPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.834 s testToManageComment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.304 s testToManageExecutionEnvironment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.357 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.328 s testToManageModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.271 s testToManageNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.328 s testToManageArtifact(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.37 s testToManageDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramTopNode) Time elapsed: 0.295 s testToExecutionEnvironment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.826 s testToPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.437 s testToModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.351 s testToManagePackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.366 s testToConstraint(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.444 s testToArtifact3(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.359 s testToComment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.346 s testToManageComment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.371 s testToManageExecutionEnvironment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.329 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.304 s testToManageModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.343 s testToManageNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.338 s testToNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.386 s testToManageArtifact(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.339 s testToManageDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForPackageChildNode) Time elapsed: 0.445 s testToArtifact(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode) Time elapsed: 0.731 s testToExecutionEnvironment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode) Time elapsed: 0.349 s testToDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode) Time elapsed: 0.352 s testToNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramForNodeChildNode) Time elapsed: 0.237 s testToManageDeployment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink) Time elapsed: 0.312 s testUnexecutableArtifactArtifactDeployment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink) Time elapsed: 0.043 s testUnexecutableNodeArtifactDeployment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink) Time elapsed: 0.042 s testUnexecutableNodeNodeDeployment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramDeploymentLink) Time elapsed: 0.037 s testToManageGeneralization(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLinkOwnedBySource) Time elapsed: 0.691 s testToManageComment(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramCommentLink) Time elapsed: 0.298 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramConstraintLink) Time elapsed: 0.349 s testToManageManifestation(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramManifestationLink) Time elapsed: 0.34 s testToManifestation(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink) skipped testToManageDependency(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestDeploymentDiagramLink) skipped testPackageCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.225 s testNestedExecEnviromentCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.03 s testExecEnvirCNInDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.019 s testNestedDeviceCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testNestedDeviceCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.03 s testNestedExecEnviromentCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.022 s testConstraintCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.033 s testCommentCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.022 s testNestedArtifactCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.035 s testNestedNodeCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.033 s testNestedDeviceCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.029 s testNodeCNInNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.026 s testModelCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.023 s testArtifactACNInArtifactCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.042 s testNodeCNInDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.024 s testArtifactCNInExecEnvir(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.024 s testArtifactCNInNestedNodeCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.033 s testExecEnvirCNInNestedDeviceCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.039 s testDeviceCNInDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testNestedExecEnviromentCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.023 s testDeviceCNInNestedDeviceCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.06 s testNestedArtifactCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.029 s testCommentCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.028 s testArtifactACNInDevice(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.024 s testDeviceCNInNestedNodeCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.029 s testPackageCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testPackageCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testNestedExecEnviromentCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.029 s testExecEnvirCNInNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testExecEnvirCNInNestedNodeCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.028 s testConstraintCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testNestedNodeCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.03 s testConstraintCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testNestedArtifactCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testExecEnvirCNInNestedExecEnvirCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.028 s testNestedDeviceCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.031 s testNodeCNInNestedDeviceCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.03 s testNestedNodeCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testNestedArtifactCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testModelCNInModelCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.035 s testConstraintCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.03 s testExecEnvirCNInExecEnvir(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testArtifactCNInNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.023 s testModelCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.02 s testArtifactCNInNestedExecEnvirCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.031 s testDeviceCNInNode(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testArtifactACNInArtifactACN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.036 s testPackageCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.041 s testCommentCNInPackageCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.03 s testNodeCNInNestedNodeCN(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.028 s testNestedNodeCNInModel(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.023 s testCommentCNInPackage(org.eclipse.papyrus.uml.diagram.deployment.test.canonical.TestSemantics) Time elapsed: 0.021 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest) Time elapsed: 0 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.deployment.test.RoundedCompartmentTest) Time elapsed: 0.001 s testToManagePackage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.74 s testToManageInterface(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.398 s testToManageComment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.316 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.34 s testToManageModel(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.285 s testToManageComponent(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramTopNode) Time elapsed: 0.315 s testToManagePackage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.951 s testToManageInterface(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.422 s testToManageComment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.353 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.384 s testToManageModel(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.365 s testToManageComponent(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPackageChildNode) Time elapsed: 0.359 s testToManagePropertyPart(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode) Time elapsed: 0.94 s testToManageComponent(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode) skipped testToManagePort(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramComponentChildNode) Time elapsed: 0.362 s testToManageProperty(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel) Time elapsed: 0.294 s testToManageReception(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel) Time elapsed: 0.091 s testToManageOperation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramChildLabel) Time elapsed: 0.096 s testToManageInterfaceAbstraction(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) Time elapsed: 0.67 s testToManageInterfaceUsage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) Time elapsed: 0.341 s testToManageInterfaceDependency(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) Time elapsed: 0.346 s testToManageComponentRealization(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageInterfaceRealization(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageInterfaceManifestation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) Time elapsed: 0.327 s testToManageAbstraction(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageUsage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageDependency(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageManifestation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLink) skipped testToManageGeneralization(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramLinkOwnedBySource) Time elapsed: 0.619 s testToManageComment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramCommentLink) Time elapsed: 0.271 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConstraintLink) Time elapsed: 0.288 s testInterfaceVsProperty(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates) Time elapsed: 0.207 s testInterfaceVsOperation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates) Time elapsed: 0.027 s testInterfaceVsReception(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentNodeChildDuplicates) Time elapsed: 0.031 s testPropertyInInterfaceOperationCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.183 s testOperationInInterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.014 s testReceptionInInterfaceAttributeCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentIllegalElements) Time elapsed: 0.013 s testOperationInInterfaceDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.201 s testDropInterface2OperationCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.025 s testDropInterface2PropertyAttributeCompartment(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.025 s testPropertyInInterfaceDropFromModelExplorer(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestListCompartmentPropertiesOperationsDrop) Time elapsed: 0.021 s testToManagePropertyPortConnection(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector) Time elapsed: 1.873 s testToManagePortAbstraction(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink) Time elapsed: 0.531 s testToManagePortUsage(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink) Time elapsed: 0.254 s testToManagePortConnector(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink) Time elapsed: 0.042 s testToManagePortGeneralization(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramPortLink) Time elapsed: 0.042 s testComponentPortLocation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation) Time elapsed: 0.211 s testComponentPartPortLocation(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestPortLocation) Time elapsed: 0.06 s testToManagePropertyPortConnection(org.eclipse.papyrus.uml.diagram.component.test.canonical.TestComponentDiagramConnector) Time elapsed: 1.849 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.component.test.RoundedCompartmentTest) Time elapsed: 0 s testHideAndDropChildComponentToComponent(org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent) Time elapsed: 0.21 s testDropChildComponentFromComponentToDiagram(org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent) Time elapsed: 0.028 s testHideChild_DropToDiagram_DropToParentComponent(org.eclipse.papyrus.uml.diagram.component.test.dnd.TestDropComponent) Time elapsed: 0.04 s testCreateThreeInteractions(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.546 s testDeleteInteraction(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.405 s testCreateInteraction(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.424 s testHideInteraction(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.394 s testDropInteraction(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) Time elapsed: 0.409 s testEditInteractionName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramInteraction) skipped testDropLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.513 s testHideLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.397 s testCellEditorLocator(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.396 s testEditLifelineName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) skipped testCreateLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.393 s create3LifelinesTest(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.407 s testDeleteLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifeline) Time elapsed: 0.457 s testDropLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.472 s testHideLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.441 s testCellEditorLocator(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.405 s testEditLifelineName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) skipped testCreateLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.385 s create3LifelinesTest(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.439 s testDeleteLifeline(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactLifeline) Time elapsed: 0.412 s testMoveStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant) skipped testDeleteStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant) Time elapsed: 1.342 s testHideStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullStateInvariant) Time elapsed: 1.236 s testResizeCompactStateInvariant(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testDeleteStateInvariantsWithOccurrencesOnTop(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testCannotDeleteLastStateInvariant(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) Time elapsed: 0.422 s testCannotHideLastStateInvariant(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) Time elapsed: 0.44 s testCutCompactStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testDeleteStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testEditCompactStateInvariantName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testHideStateInvariants(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactStateInvariant) skipped testDeleteOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) Time elapsed: 0.808 s testMoveOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) skipped testModelWithThreeOccurrenceSpecifications(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) Time elapsed: 0.888 s testFullUndoRedo(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) Time elapsed: 0.796 s testCreateOccurrenceSpecificationWithDoubleClick(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) Time elapsed: 0.706 s testMoveAdjacentOccurrenceSpecifications(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) skipped testMoveVerticalLine(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) skipped testCreateOccurrenceSpecificationWithPaletteTool(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullOccurrenceSpecification) skipped testDeleteOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testCreateOccurrenceSpecificationOnCompactStateInvariant(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testMoveOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testFullUndoRedo(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) Time elapsed: 0.713 s testCreateOccurrenceSpecificationWithDoubleClick(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) Time elapsed: 0.409 s testMoveAdjacentOccurrenceSpecifications(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testCreateThreeOccurrenceSpecifications(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramCompactOccurrenceSpecification) skipped testDeleteStateDefinition(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) Time elapsed: 0.443 s testCreateStateDefinition(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) Time elapsed: 0.387 s testCreateMultipleStateDefinitions(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) Time elapsed: 0.402 s testCreateStateDefinitionWithPaletteTool(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) skipped testEditStateDefinitionName(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramStateDefinition) skipped testStateDefinitionsLayout(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramFullLifelineLayout) skipped testCreateAsyncMessage(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages) skipped testCreateSyncMessage(org.eclipse.papyrus.uml.diagram.timing.tests.canonical.TestTimingDiagramMessages) skipped testToManageSubjectStateMachine(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.353 s testToManageSubjectOpaqueBehavior(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.118 s testToManagePackage(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.107 s testToManageSubjectActivity(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.11 s testToManageSubjectArtifact(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.105 s testToManageSubjectComponent(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.106 s testToManageSubjectDevice(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.12 s testToManageComment(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.093 s testToManageSubjectStereotype(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.116 s testToManageSubjectInformationItem(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.114 s testToManageSubjectExecutionEnvironment(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.111 s testToManageSubjectProtocolStateMachine(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.117 s testToManageSubjectActor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.154 s testToManageSubjectClass(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.109 s testToManageSubjectCollaboration(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.137 s testToManageSubjectSignal(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.141 s testToManageSubjectNode(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.162 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.107 s testToManageSubjectUsecase(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.129 s testToManageSubjectEnumeration(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.11 s testToManageActor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.146 s testToManageSubjectInterface(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.114 s testToManageSubjectPrimitiveType(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.108 s testToManageSubjectFunctionBehavior(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.111 s testToManageSubjectInteraction(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.111 s testToManageSubjectDeployementSpecification(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.119 s testToManageSubjectDatatype(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseTopNode) Time elapsed: 0.112 s testToManagePackage(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.759 s testToManageUseCase(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.448 s testToManageComment(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.306 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.425 s testToManageActor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.387 s testToManageComponent(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForPackage) Time elapsed: 0.439 s testToManageUseCaseForComponentSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject) skipped testToManageUseCaseForInterfaceSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject) skipped testToManageUseCaseForClassSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseChildNodeForClassSubject) skipped testToManageDependencyUseCase_Actor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.577 s testToManageRealization(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.333 s testToManageAssociationUseCase_Actor(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.306 s testToManageAbstraction(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.309 s testToManageUsage(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.328 s testToManageDependency(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.367 s testToManageAssociationUseCase_UseCase(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLink) Time elapsed: 0.325 s testToManageExtend(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.535 s testToManagePackageMerge(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.274 s testToManageInclude(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.253 s testToManageGeneralization(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.246 s testToManagePackageImport(org.eclipse.papyrus.uml.diagram.usecase.tests.canonical.TestUseCaseLinkOwnedBySource) Time elapsed: 0.28 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.usecase.tests.RoundedCompartmentTest) Time elapsed: 0.002 s moveUseCaseWithinSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest) Time elapsed: 0.671 s moveUseCaseIntoSubject(org.eclipse.papyrus.uml.diagram.usecase.tests.UsecaseToSubjectinUsecaseDiagramDropStrategyTest) Time elapsed: 1.078 s testToManageActivitySubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.621 s testToManageCollaborationSubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.291 s testToSubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.255 s testClassToCollaborationGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.291 s testToManageClassSubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.296 s testCollaborationToClassGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.263 s testToManageStateMachineSubstitution(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.307 s testToComponentRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) skipped testToManageGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.295 s testToInterfaceRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramLinkOwnedBySource) Time elapsed: 0.273 s testToManagePortAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) Time elapsed: 0.538 s testToManagePortUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) Time elapsed: 0.291 s testToManagePortConnector(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) Time elapsed: 0.326 s testToManagePortGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) Time elapsed: 0.041 s testToDeployment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithSameParentLink) skipped testToManagePortAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink) Time elapsed: 0.517 s testToManagePortUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink) Time elapsed: 0.426 s testToManagePortConnector(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink) Time elapsed: 0.043 s testToManagePortGeneralization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramElementWithDifferentParentLink) Time elapsed: 0.044 s testToDurationObservation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.712 s testToArtifact(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.241 s testToExecutionEnvironment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.334 s testToProtocolStateMachine(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.289 s testToEnumeration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.258 s testToActor(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.234 s testToClass(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.273 s testToLiteralNull(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.28 s testToDevice(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.314 s testToLiteralInteger(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.287 s testToInteraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.296 s testToLiteralString(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.332 s testToTimeEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.258 s testToConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.233 s testToTimeInterval(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.247 s testToUseCase(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.245 s testToOpaqueExpression(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.248 s testToStateMachine(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.26 s testToSignal(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.242 s testToInterface(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.243 s testToIntervalConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.248 s testToDeploymentSpecification(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.227 s testToChangeEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.295 s testToInteractionConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.258 s testToLiteralUnlimitedNatural(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.298 s testToInformationItem(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.244 s testToCollaboration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.275 s testToDurationInterval(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.237 s testToTimeExpression(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.294 s testToTimeObservation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.294 s testToInterval(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.289 s testToComment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.274 s testToPrimitiveType(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.217 s testToOpaqueBehavior(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.299 s testToStringExpression(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.275 s testToLiteralBoolean(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.339 s testToFunctionBehavior(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.248 s testToDataType(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.302 s testToDurationConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.324 s testToAnyReceiveEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.305 s testToTimeConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.267 s testToExpression(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.264 s testToDuration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.259 s testToComponent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.254 s testToSignalEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.307 s testToNode(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.279 s testToActivity(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.294 s testToCallEvent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.309 s testToInstanceValue(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramTopNode) Time elapsed: 0.272 s testToArtifact(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToExecutionEnvironment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToProtocolStateMachine(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToEnumeration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToProperty(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.87 s testToActor(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToClass(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToDevice(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToInteraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.329 s testToUseCase(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToStateMachine(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToSignal(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToInterface(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToIntervalConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToDeploymentSpecification(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToInteractionConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToInformationItem(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToCollaboration(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToComment(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.289 s testToPrimitiveType(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToOpaqueBehavior(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToFunctionBehavior(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToDataType(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToDurationConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToTimeConstraint(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToComponent(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToNode(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToPort(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.302 s testToActivity(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) skipped testToCollaborationUse(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramCompositeChildNode) Time elapsed: 0.31 s testToParameter(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramActivityChildNode) Time elapsed: 1.251 s testToProperty(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel) skipped testToEnumerationLiteral(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel) skipped testToOperation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramChildLabel) skipped testToManageCollaborationUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.543 s testToUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.327 s testToManageClassRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.299 s testToManageClassDependency(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.291 s testToManageStateMachineRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.294 s testToManageActivityUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.348 s testToManageActivityAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.33 s testToInformationFlow(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) skipped testToManageActivityDependency(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.313 s testToManageCollaborationAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.315 s testToManageStateMachineUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.325 s testToManifestation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.274 s testToAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.3 s testToManageCollaborationDependency(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.324 s testToManageClassUsage(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.332 s testToManageStateMachineDependency(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.334 s testToManageActivityRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.326 s testToManageClassAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.318 s testToManageStateMachineAbstraction(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.341 s testToManageCollaborationRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.336 s testToRealization(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramSimpleLink) Time elapsed: 0.345 s testClassPartPortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.241 s testProtocolStateMachinePortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.044 s testClassPortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.07 s testInteractionItemPortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.043 s testActivityPortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.003 s testStateMachinePortLocation(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestPortLocation) Time elapsed: 0.045 s dropAssociationOntoPart_bug470823(org.eclipse.papyrus.uml.diagram.composite.test.canonical.TestCompositeDiagramDropOntoChildNode) Time elapsed: 0.201 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.composite.test.RoundedCompartmentTest) Time elapsed: 0.017 s validateCompositeDiagramElementTypeConfigurationModel(org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramElementTypeConfigurationTest) Time elapsed: 0.007 s validateCompositeDiagramGmfGenModel(org.eclipse.papyrus.uml.diagram.composite.test.model.CompositeDiagramGmfGenTest) Time elapsed: 1.287 s testCopyConstraintFromClassToClass(org.eclipse.papyrus.uml.diagram.composite.tests.copyPaste.ConstraintCopyPasteTest) Time elapsed: 0.779 s validateModel[0](org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest) Time elapsed: 0.014 s validateModel[1](org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest) Time elapsed: 0.006 s validateModel[2](org.eclipse.papyrus.uml.diagram.composite.test.resources.ModelValidationTest) Time elapsed: 0.628 s testToPseudostate1100(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.743 s testToPseudostate8000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.468 s testToPseudostate9000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.313 s testToState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.365 s testToConstraint(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) skipped testToRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) skipped testToComment(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) skipped testToPseudostate10000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.313 s testToPseudostate12000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.332 s testToPseudostate13000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.342 s testToPseudostate14000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.382 s testToPseudostate15000(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.354 s testToFinalState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineDiagramChildNode) Time elapsed: 0.356 s testConstainedElementLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.208 s testToCreateCommentLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.031 s testConstraintConstrainedElementLinkCannotBeStarted(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.048 s testCommentLinkCannotBeStarted(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.063 s testToReorientCommentLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.045 s testToReorientConstraintContextLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.05 s testContextElementLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.034 s testToReorientConstraintConstrainedElementLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.047 s testConstraintContextLinkCannotBeStarted(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestLinks) Time elapsed: 0.046 s testTransitionLinkReorient(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.278 s testEntryPointTransitionLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.079 s testExitPointTransitionLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.063 s testTransitionLinkWithSameSourceAndTarget(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.033 s testTransitionLinkCannotBeStarted(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.019 s testTransitionLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestTransitionLinks) Time elapsed: 0.035 s testRegionInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.203 s testPseudostateForkInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.012 s testStateInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testFinalStateInRegino(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testPseudostateExitPointKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testPseudoEntryPointInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.018 s testRegionInStateMachine(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.012 s testPseudostateShallowHistoryKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testDoActivtyInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) skipped testPseudostateTerminateInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testPseudostateJoinKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.011 s testExitInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) skipped testPseudostateJoinInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testPseudostateChoiseKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.047 s testPseudostateJunctionInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testEntryInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) skipped testPseudoExitPointInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testEntryPointJunctionKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.011 s testConnectionPointReferenceInStateWithoutSubmachine(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testPseudostateInitialKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.016 s testPseudostateTerminateKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.018 s testRegionInStateCompartment(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.029 s testRegionInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.022 s testPseudostateChoiseInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.016 s testPseudostateForkKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testDeferrableTriggerInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.029 s testPseudostateDeepHistoryKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.022 s testPseudoEntryPointInStateMachine(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testCommentInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.011 s testPseudostateShallowHistoryInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.023 s testPseudostateJunctionKind(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.014 s testConnectionPointReferenceInState(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.053 s testPseudostateInitialInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testPseudoExitPointInStateMachine(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.02 s testPseudostateDeepHistoryInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.015 s testConstraintInRegion(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestSemantic) Time elapsed: 0.013 s testStateMachineResizeHeight(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode) Time elapsed: 0.211 s testStateMachineResizeWidth(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineNode) Time elapsed: 0.017 s testToManageContextLink(org.eclipse.papyrus.uml.diagram.statemachine.tests.canonical.TestStateMachineContextLink) Time elapsed: 0.414 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.statemachine.tests.RoundedCompartmentTest) Time elapsed: 0 s deleteDiagramWithEmptyZoneAnnotation_bug468207(org.eclipse.papyrus.uml.diagram.statemachine.custom.helpers.tests.ZoneTest) Time elapsed: 1.236 s testToDurationObservation(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) skipped testToConstraint(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) Time elapsed: 0.949 s testToTimeObservation(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) skipped testToComment(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) Time elapsed: 0.386 s testToLifeline(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramChildNode) Time elapsed: 0.411 s testToMessage(org.eclipse.papyrus.uml.diagram.communication.tests.canonical.TestCommunicationDiagramLink) skipped testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest) Time elapsed: 0 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.communication.tests.RoundedCompartmentTest) Time elapsed: 0.002 s testDefineNestedProfileWithDependencies(org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest) Time elapsed: 0.291 s testDefineSimpleProfile(org.eclipse.papyrus.uml.diagram.profile.custom.commands.tests.DefineProfileCommandTest) Time elapsed: 0.344 s testToManagePackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.696 s testToManageProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.315 s testToManageDataType(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.517 s testToManageClass(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.277 s testToManageStereoType(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramTopNode) Time elapsed: 0.283 s testToManageStereoTypeInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.703 s testToManageStereoTypeInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.412 s testToManageClassInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.335 s testToManageClassInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.31 s testToManagePackageInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.35 s testToManageProfileInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.359 s testToManagePackageInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.275 s testToManageProfileInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.278 s testToManageDatatypeInPackage(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.311 s testToManageDatatypeInProfile(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramChildNode) Time elapsed: 0.309 s testToManageAssociationWithoutMulti(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink) Time elapsed: 0.542 s testToManageAssociation(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramLink) skipped testImportMetaClass(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestImportMetaClass) Time elapsed: 1.327 s testDestroyExtensionProperty(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramExtension) Time elapsed: 0.855 s testToManageContextLink(org.eclipse.papyrus.uml.diagram.profile.tests.canonical.TestProfileDiagramContextLink) Time elapsed: 0.342 s testToManageConsiderIgnoreFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.765 s testToManageLifeline(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.367 s testToManageComment(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.155 s testToManageInteractionUse(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.198 s testToManageConstraint(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 0.169 s testToManageCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramInsideInteraction) Time elapsed: 1.786 s testToManageGate(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestInteractionAffixedChildNode) skipped testToManageActionExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode) Time elapsed: 0.454 s testToManageDurationConstraint(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode) Time elapsed: 0.164 s testToManageBehaviorExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode) Time elapsed: 0.159 s testToManageStateInvariant(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramChildNode) Time elapsed: 0.117 s testToManageConstraintLink(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageSync_4003(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageLost_4008(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageCommentLink(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageDelete_4007(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageCreate_4006(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageFound_4009(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageGeneralOrdering(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageAsync_4004(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageMessageReply_4005(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestSequenceDiagramLink) skipped testToManageOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode) skipped testToManageContinuation(org.eclipse.papyrus.uml.diagram.sequence.tests.canonical.TestCombinedFragmentChildNode) Time elapsed: 0.243 s testConsiderIgnoreFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710) Time elapsed: 0.294 s testCombinedFragmentContinuation(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710) Time elapsed: 0.39 s testCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentKind_364710) Time elapsed: 0.053 s testOperandAddDelete(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperand_364701) Time elapsed: 0.312 s testMessageSync(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) Time elapsed: 0.346 s testMessageAsync(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) skipped testMessageReply(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) skipped testMessageCreate(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) skipped testMessageDelete(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessagesDeletion_364828) skipped testCover(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedCombinedFragment_364795) skipped testMessageSync_4003_Behavior(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827) skipped testMessageSync_4003_Action(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827) skipped testMessageReply_4005_Action(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827) skipped testMessageReply_4005_Behavior(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestSynchronousMessageCreation_364827) skipped testDragDrop(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestAdvancedDragDrop_364696) skipped testEditLoop(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808) Time elapsed: 0.213 s testEditText(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGuardEdition_364808) Time elapsed: 0.038 s deleteInteractionOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.889 s deleteInteractionFragmentInOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.833 s deleteNotOnlyInteractionOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.825 s createCFragOnLifeline_533671(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.308 s createCFragDoesNotMoveExistingFragments_533679(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.785 s validateResizedInteractionOperand_533676(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) skipped noCreateOperandOnLifelineWithoutCFrag_533672(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 0.583 s deleteCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.256 s defaultInteractionOperand_533673(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.86 s deleteAllInteractionOperands(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.618 s validateCreatedInteractionOperand_533676(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.683 s deleteOnlyInteractionOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.467 s createCFragOverHalfMessage_533675(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.322 s attemptToMoveOperandGuard_533699(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.41 s createOperandOnLifeline_533672(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.703 s createCFragEnclosedFragments_533679(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 2.076 s deleteCombinedFragmentMultipleOperands_533681(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.539 s createCFragInCFrag_533675(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.548 s attemptToResizeOperandGuard_533699(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.345 s createCFragInFreeSpace_533675(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.511 s createCFragOverLifelines_533671(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.507 s createOperandOverLifelines_533672(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.891 s deleteInteraction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.CombinedFragmentRegressionTest) Time elapsed: 1.379 s testResizeOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 1.454 s testResizeFragmentNW(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.599 s testResizeFragmentSE(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.643 s testCreateOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.624 s testSimpleLayout(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.569 s testDeleteOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 1.373 s testMoveOperandForbidden(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.539 s testMoveCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentOperandsLayout) Time elapsed: 0.645 s createCombinedFragment_operand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest) Time elapsed: 1.312 s createInteractionUse(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest) Time elapsed: 0.57 s createStateInvariant(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest) Time elapsed: 0.622 s createCombinedFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.LifelineCoverageRegressionTest) Time elapsed: 1.219 s testResizeFragmentNW(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes) Time elapsed: 2.259 s testResizeFragmentSE(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes) Time elapsed: 2.241 s testResizeOperands(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes) Time elapsed: 2.289 s testMoveFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsCoveredNodes) Time elapsed: 2.22 s testCreateOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.766 s testExpandCF(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.66 s testCreateCombinedFragmentSpecificSize(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) skipped testDeleteOperand(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 1.863 s testShrinkCF(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.671 s testInitialCoverage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.601 s testMoveOperandSeparator(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 1.392 s testMoveCF(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) Time elapsed: 0.727 s testExpandCFWidth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsSemanticCoverage) skipped testReorderSecondToFirst(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.76 s testReorderFirstToLast(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.748 s testReorderThirdToLast(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.802 s testReparentForbidden(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.82 s testReorderLastToFirst(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.734 s testReorderLastToThird(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.785 s testReorderFirstToSecond(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCFOperandsReorder) Time elapsed: 0.746 s testLinkDisappearOnAnchorageChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 1.448 s testLinkDeletion(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 1.774 s testAnchorUpdateOnMessages(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.798 s testLinksDisplay(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.808 s testLinkDisappearOnSemanticChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 1.384 s testAnchorUpdateOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.819 s testAnchorUpdateOnExecSpec(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.929 s testLinksAnchors(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationConstraintDisplay) Time elapsed: 0.7 s testLinkDisappearOnAnchorageChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.324 s testLinkDeletion(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.846 s testAnchorUpdateOnMessages(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.052 s testLinksDisplay(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.3 s testLinkDisappearOnSemanticChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.574 s testAnchorUpdateOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.007 s testAnchorUpdateOnExecSpec(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.023 s testLinksAnchors(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDurationObservationDisplay) Time elapsed: 1.242 s testLinkDisappearOnAnchorageChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.447 s testLinkDeletion(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.834 s testAnchorUpdateOnMessages(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 0.921 s testLinksDisplay(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.232 s testLinkDisappearOnSemanticChange(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.405 s testAnchorUpdateOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 0.837 s testAnchorUpdateOnExecSpec(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 0.828 s testLinksAnchors(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestGeneralOrderingDisplay) Time elapsed: 1.106 s testLinkCreationOnMessageTargetToSource(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 0.83 s testLinkCreationOnMessageSourceToTarget(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 0.777 s testLinkCreationOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 0.813 s testLinkCreationOnExecSpecFinishToStart(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 1.054 s testLinkCreationOnExecSpecStartToFinish(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationConstraintCreationTest) Time elapsed: 0.999 s testLinkCreationOnMessageTargetToSource(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 1.025 s testLinkCreationOnMessageSourceToTarget(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 0.889 s testLinkCreationOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 0.983 s testLinkCreationOnExecSpecFinishToStart(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 0.996 s testLinkCreationOnExecSpecStartToFinish(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.DurationObservationCreationTest) Time elapsed: 0.969 s testLinkCreationOnMessageTargetToSource(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 1.019 s testLinkCreationOnMessageSourceToTarget(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 0.944 s testLinkCreationOnDestruction(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 1.115 s testLinkCreationOnExecSpecFinishToStart(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 1.012 s testLinkCreationOnExecSpecStartToFinish(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.GeneralOrderingCreationTest) Time elapsed: 0.973 s noCreateOnLifeline[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.973 s createOnDestructionOccurrence[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.2 s createOnExecutionFinish[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.111 s createOnLifelineCreationRightToLeftCreateMessage[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.174 s createOnLifelineCreationLeftToRightCreateMessage[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.215 s createOnMessageReceiveOnExecution[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.962 s createOnMessageSendOnLifeline[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.052 s createOnMessageReceiveOnLifeline[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.078 s createOnExecutionStart[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.057 s noCreateOnLifeline[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 0.955 s createOnDestructionOccurrence[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.126 s createOnExecutionFinish[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.125 s createOnLifelineCreationRightToLeftCreateMessage[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.346 s createOnLifelineCreationLeftToRightCreateMessage[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.133 s createOnMessageReceiveOnExecution[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.08 s createOnMessageSendOnLifeline[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.119 s createOnMessageReceiveOnLifeline[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.459 s createOnExecutionStart[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementCreationTest) Time elapsed: 1.358 s moveOnMessageReceiveOnExecution[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest) Time elapsed: 1.32 s moveOnMessageSendOnLifeline[OBSERVATION](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest) Time elapsed: 1.233 s moveOnMessageReceiveOnExecution[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest) Time elapsed: 1.203 s moveOnMessageSendOnLifeline[CONSTRAINT](org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TimeElementMoveTest) Time elapsed: 1.407 s testConsiderIgnoreFragment(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCombinedFragmentName_382951) skipped testMessageSync(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.548 s testMessageAsync(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.194 s testMessageReply(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.274 s testMessageCreate(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.189 s testMessageDelete(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.221 s testBehaviorExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.161 s testActionExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.138 s testLifeline(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestCreationUndo_384618) Time elapsed: 0.076 s testResizeNorth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201) skipped testResizeEast(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201) skipped testResizeWest(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestDestructionNode_384201) skipped testResizeActionExecutionNorth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572) skipped testResizeActionExecutionSouth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572) skipped testResizeBehaviorExecutionNorth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572) skipped testResizeBehaviorExecutionSouth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestExecutionSpecificationDimension_384572) skipped testEditMaxint(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966) Time elapsed: 0.282 s testEditMinint(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestInteractionConstraint_382966) Time elapsed: 0.069 s testHeaderAnchor(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661) Time elapsed: 0.47 s testVerticalBarAnchor(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageCreate_379661) Time elapsed: 0.206 s testGeneralOrderingOnMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202) skipped testMessageLost(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202) Time elapsed: 0.461 s testMessageFound(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202) Time elapsed: 0.159 s testGeneralOrderingOnExecution(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestMessageLostFound_384202) skipped testBehaviorExecutionSpecification(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616) skipped testActionExecutionSpecification(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.TestNestedExecution_384616) skipped testOnChangeLifelineName(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462) skipped testOnResizeLifeline(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462) skipped testOnPartDecomposition(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestExecutionSpecificationPosition_395462) skipped testPreferencePage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestGuardVisibility_402966) skipped testInteractionUseCoveredBy_389538(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse) skipped testInteractionUseInCombinedFragment_402971(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestInteractionUse) skipped test(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageCreateWithLifeline_403134) skipped testCreateLink(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774) skipped testResize(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestResizeStateInvariant_395774) Time elapsed: 0.24 s testReconnectSyncMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.332 s testReconnectReplyMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.154 s testDeleteReplyMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.11 s testDeleteSyncMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.121 s testCreateReplyMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.164 s testCreateSyncMessage(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_402975) Time elapsed: 0.157 s testLifelinesSameSizeHeight(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978) skipped testLifelinesSameSizeBoth(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMakeSameHeightForLifelines_402978) skipped testMoveMessageFound(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138) skipped testMoveMessageLost(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMoveMessageLostFound_403138) skipped testMessageOccurrenceSpecification(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestMessageOccurrenceSpecification_477463) Time elapsed: 0.04 s testWeakReferenceDeletion(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences) Time elapsed: 1.074 s testWeakReferenceCreation(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences) Time elapsed: 1.325 s testWeakReferenceMoveDown(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.TestWeakReferences) Time elapsed: 0.764 s testExecutionChangeAfterMessageCreationUndo(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528787) Time elapsed: 0.549 s testMessageEventAfterMessageCreationUndo(org.eclipse.papyrus.uml.diagram.sequence.tests.bug.m7.Test_528473) skipped testAdaptSizeDeltaToMaxHeight(org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest) Time elapsed: 0 s testIsAffixedToRight(org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest) Time elapsed: 0 s testGetRealMoveDelta(org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest) Time elapsed: 0 s testGetRelativeBounds(org.eclipse.papyrus.uml.diagram.sequence.tests.LifelineXYLayoutEditPolicyTest) Time elapsed: 0 s testCreateThreeInteractions(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN) Time elapsed: 0.359 s testDeleteActivity(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN) skipped testCreateInteraction(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN) Time elapsed: 0.336 s testEditInteractionName(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramActivityTN) skipped testToManageDecisionNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.812 s testToManageInitialNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.83 s testToManageSequenceNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.814 s testToManageConditionalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.887 s testToManageForkNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.913 s testToManageCallBehaviorAction(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) skipped testToManageMergeNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.902 s testToManageFlowFinalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.812 s testToManageLoopNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.931 s testToManageActivityFinalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.809 s testToManageJoinNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestInteractionOverviewDiagramChildNode) Time elapsed: 0.793 s testCreateInitialNodeInStructuralActivityNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.192 s testCreateDecisionNodeInConditionalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.025 s testCreateJoinNodeInExpansionRegion(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.003 s testCreateForkNodeInLoopNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.02 s testCreateMerdgeNodeInSequenceNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.012 s testCreateInitialNodeInStructuralActivityNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.215 s testCreateDecisionNodeInConditionalNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.038 s testCreateJoinNodeInExpansionRegion(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.003 s testCreateForkNodeInLoopNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.026 s testCreateMerdgeNodeInSequenceNode(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.canonical.TestControlNodesInStructuredCompartments) Time elapsed: 0.016 s testRoundedBorderNamedElementEditParts(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest) Time elapsed: 0.001 s testRoundedCompartmentEditParts(org.eclipse.papyrus.uml.diagram.interactionoverview.tests.RoundedCompartmentTest) Time elapsed: 0.001 s Results: Tests run: 1422, Failures: 0, Errors: 0, Skipped: 168 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.diagram.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT [156/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestDisplayAsCompartment.java:[106] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/asbrace/TestDisplayAsBrace.java:[106] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/asbrace/TestReopenAsBrace.java:[64] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenAsBrace.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/displayname/TestStereotypeApplication.java:[247] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestReopenAsCompartment.java:[63] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenAsCompartment.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/displayname/Test2StereotypeApplications.java:[103] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestReopenWithPropertyView.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenWithPropertyView.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestUnapplyStereotype.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestUnapplyStereotype.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestDisplayAsComment.java:[107] Stereotype stereotypeTest = null; ^^^^^^^^^^^^^^ The value of the local variable stereotypeTest is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestReopenAsComment.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenAsComment.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestReopenAsComment.java:[81] EditPart stereotypedClassEditPart = fixture.findEditPart(stereotypedClass); ^^^^^^^^^^^^^^^^^^^^^^^^ The value of the local variable stereotypedClassEditPart is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascomment/TestReopenAsComment.java:[109] EditPart stereotypedLinkEditPart = fixture.findEditPart(stereotypedLink); ^^^^^^^^^^^^^^^^^^^^^^^ The value of the local variable stereotypedLinkEditPart is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestReopenWithCSS.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestReopenWithCSS.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestUpdateValue.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestUpdateValue.editor is not used [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/org/eclipse/papyrus/uml/diagram/stereotypeproperty/tests/ascompartment/TestUnapplyProfile.java:[66] private IMultiDiagramEditor editor; ^^^^^^ The value of the field TestUnapplyProfile.editor is not used 15 problems (15 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests/target/org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT [157/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[97] houseKeeper.setField("strategy", DropStrategyManager.instance.findStrategy(org.eclipse.papyrus.uml.diagram.dnd.Activator.PLUGIN_ID + ".instanceSpecification")); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method setField(String, DropStrategy) from the type AbstractHouseKeeperRule is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[230] protected void checkSlots(EditPart instanceSpecificationPart, List... expectedProperties) { ^^^^^^^^^^^^^^^^^^ Type safety: Potential heap pollution via varargs parameter expectedProperties [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[289] checkSlots(target, ((org.eclipse.uml2.uml.Class) class2).getAllAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: A generic array of List is created for a varargs parameter [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[304] checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: A generic array of List is created for a varargs parameter [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[321] checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: A generic array of List is created for a varargs parameter [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[338] checkSlots(target, ((org.eclipse.uml2.uml.Class) class1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes()); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Type safety: A generic array of List is created for a varargs parameter 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/target/org.eclipse.papyrus.uml.diagram.dnd.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.dnd.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests >-- [INFO] Building org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT [158/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/target/org.eclipse.papyrus.uml.diagram.properties.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.diagram.properties.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT [159/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/org/eclipse/papyrus/uml/nattable/stereotype/display/tests/tests/StereotypeDisplayTableTest.java:[566] editorModel = TableHelper.createTable(configuration, view, configuration.getName(), description); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/target/org.eclipse.papyrus.uml.nattable.stereotype.display.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests >-- [INFO] Building org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT [160/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/org.eclipse.papyrus.uml.nattable.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.uml.nattable.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. No JFaces support for org.eclipse.jface.viewers.TableTreeViewer (Eclipse:4877): Gtk-WARNING **: 05:20:50.202: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:20:50.208: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:20:51.941: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:20:51.948: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:20:58.689: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:20:58.695: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:20:59.575: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:20:59.581: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:00.366: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:00.372: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:01.148: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:01.153: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:01.868: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:01.875: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:02.593: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:02.601: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:03.375: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:03.385: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:04.096: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:04.106: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:31.815: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:31.822: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:32.795: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:32.804: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:33.683: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:33.690: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:34.858: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:34.864: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:35.810: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:35.845: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:36.910: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:36.916: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:44.599: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:44.610: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:44.666: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:44.669: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:45.429: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:45.449: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:45.517: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:45.520: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:46.027: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:46.036: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:46.089: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:46.093: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:46.733: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:46.747: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:46.805: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:46.810: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:47.319: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:47.331: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:47.383: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:47.386: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:51.430: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:51.439: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:51.488: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:51.491: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.177: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.189: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.239: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.242: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.411: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.416: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.927: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.935: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.993: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:52.997: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:53.647: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:53.656: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:53.704: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:53.707: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:54.226: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:54.241: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:54.291: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:54.295: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:54.775: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:54.785: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:54.846: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:54.849: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:55.518: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:55.527: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:55.576: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:55.579: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:58.939: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:58.945: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:59.507: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:59.515: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:59.559: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:21:59.561: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.164: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.172: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.220: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.223: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.387: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.392: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.844: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.852: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.900: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:00.903: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:03.099: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:03.105: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:03.775: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:03.780: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:04.323: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:04.331: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:04.985: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:04.991: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:05.913: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:05.919: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:06.577: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:06.584: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:08.368: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:08.373: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:09.123: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:09.129: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:09.871: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:09.876: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:10.745: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:10.751: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:11.393: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:11.401: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:12.313: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:12.319: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:13.560: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:13.568: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:14.286: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:14.294: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:15.126: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:15.131: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:15.773: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:15.779: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:16.478: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:16.484: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:17.786: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:17.792: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:18.898: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:18.906: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:19.989: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:19.994: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:20.577: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:20.582: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:21.581: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:21.586: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:22.660: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:22.666: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:23.254: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:23.260: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:24.494: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:24.501: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:25.276: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:25.282: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:25.846: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:25.852: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:28.705: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:28.711: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:29.799: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:29.806: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:30.774: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:30.778: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:31.918: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:31.926: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:33.041: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:33.047: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:34.073: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:34.079: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:35.057: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:35.062: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:35.861: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:35.868: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:36.658: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:36.664: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:37.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:37.464: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:38.308: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:38.314: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:39.046: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:39.053: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:39.619: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:39.625: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:40.429: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:40.441: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:42.116: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:42.121: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:44.081: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:44.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:44.211: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:44.219: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:44.703: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:44.708: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:45.135: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:45.140: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:45.614: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:45.620: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:46.253: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:46.258: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:46.886: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:46.895: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:47.474: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:47.481: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:48.071: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:48.076: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:48.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:48.729: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:49.719: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:49.724: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:50.497: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:50.503: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:51.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:51.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:51.184: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:51.192: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:51.207: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:51.251: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:51.281: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:51.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:51.456: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:51.463: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:51.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:51.562: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:51.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:52.231: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:52.231: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:52.279: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:52.285: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:52.304: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:52.330: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:52.358: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:52.414: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:52.552: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:52.563: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:52.578: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:52.777: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:52.822: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:53.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:53.274: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:53.338: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:53.344: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:53.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:53.386: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:53.415: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:53.558: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:53.565: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:53.639: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:53.695: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:53.755: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:54.151: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:54.151: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:54.192: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:54.197: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:54.212: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:54.238: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:54.272: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:54.366: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:54.492: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:54.499: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:54.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:54.616: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.003: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.003: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:55.040: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:55.045: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.059: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.126: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:55.222: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:55.228: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.257: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.377: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.752: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:55.789: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:55.794: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.808: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:55.864: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:55.991: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:55.997: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.129: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.183: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.541: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:56.575: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:56.580: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.594: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.625: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.661: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:56.760: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:56.767: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.841: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.914: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:56.968: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:57.336: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:57.336: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:57.371: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:57.377: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:57.391: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:57.416: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:57.444: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:57.625: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:57.631: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:57.704: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:57.754: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:57.779: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:58.240: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:58.246: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.258: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.282: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:58.421: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:58.427: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.440: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.486: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.531: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:58.926: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:58.932: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.969: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:58.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:59.112: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:59.118: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.152: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.197: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.266: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.611: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.611: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:59.648: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:59.654: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.667: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.698: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.732: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:22:59.832: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:22:59.838: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.888: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.932: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:22:59.983: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.333: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.333: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:00.370: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:00.375: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.390: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.422: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.458: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:00.558: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:00.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.705: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.722: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:00.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.120: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:01.155: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:01.159: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.173: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.194: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.221: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.618: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.618: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:01.653: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:01.658: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.672: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.697: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.726: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:01.846: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:01.853: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.951: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:01.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:02.367: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:02.367: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:02.402: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:02.408: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:02.424: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:02.448: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:02.475: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:02.634: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:02.644: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:02.653: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:02.800: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:02.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.189: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.189: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:03.226: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:03.231: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.244: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.275: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.309: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:03.445: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:03.452: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.512: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.563: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.613: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.979: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:03.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:04.021: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:04.026: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.038: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.060: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.078: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.113: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.163: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:04.242: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:04.248: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.303: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:04.773: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:04.778: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.792: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.814: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:04.955: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:04.960: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:04.989: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.436: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.436: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:05.474: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:05.479: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.493: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.516: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.544: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:05.661: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:05.667: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.710: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:05.810: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.156: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:06.194: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:06.200: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.214: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.237: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.253: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.291: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:06.389: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:06.395: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.468: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.518: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.542: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.589: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.938: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.938: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:06.972: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:06.978: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:06.992: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.016: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.045: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:07.150: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:07.156: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.299: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.348: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.372: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.758: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:07.794: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:07.799: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.812: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.844: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.879: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:07.976: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:07.983: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:07.995: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.044: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.068: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:08.486: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:08.491: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.506: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.530: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.557: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:08.670: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:08.677: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.715: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.761: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:08.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:09.206: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:09.212: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.256: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.290: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:09.386: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:09.392: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.445: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.490: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.513: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.557: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.908: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.908: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:09.944: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:09.949: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:09.966: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.003: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.053: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:10.148: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:10.154: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.232: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.277: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.301: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.346: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.697: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.697: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:10.733: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:10.738: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.751: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:10.801: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:11.259: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:11.264: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.281: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.304: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.345: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.414: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:11.788: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:11.793: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.804: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.842: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.883: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:11.935: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.307: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.308: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:12.391: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:12.396: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.433: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.454: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.495: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.550: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.899: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.899: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:12.939: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:12.944: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.956: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:12.981: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.016: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.056: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.463: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:13.499: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:13.504: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.517: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.551: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.573: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.611: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.661: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:13.996: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:14.031: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:14.036: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.051: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.075: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.092: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.112: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.151: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.201: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.555: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.556: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:14.590: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:14.597: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.609: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.636: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.661: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:14.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:15.127: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:15.132: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.145: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.290: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.631: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.673: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.706: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.747: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:15.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:16.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:16.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:16.311: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:16.320: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:16.337: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:16.368: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:16.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:16.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:16.580: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.011: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.011: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:17.056: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:17.064: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.080: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.111: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.143: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.196: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.252: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:17.682: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:17.687: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.721: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.747: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.788: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:17.837: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.249: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.249: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:18.285: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:18.290: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.302: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.338: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.378: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.455: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.899: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.899: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:18.940: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:18.946: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.960: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:18.986: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.014: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.118: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:19.613: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:19.619: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.634: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.677: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.715: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.774: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:19.831: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:20.275: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:20.281: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.294: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.321: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.357: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.403: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.453: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:20.892: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:20.901: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.922: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.958: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:20.986: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.027: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.084: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.143: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.561: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:21.600: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:21.606: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.619: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.669: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.731: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:21.788: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:22.257: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:22.267: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.288: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.321: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.352: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.419: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:22.956: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:22.961: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:22.977: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.009: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.045: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.114: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.186: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.546: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.546: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.587: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.683: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:23.800: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:24.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:24.245: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:24.291: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:24.298: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:24.311: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:24.341: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:24.378: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:24.426: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:24.507: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:25.073: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:25.078: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.115: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.142: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.184: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.651: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.651: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:25.689: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:25.695: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.709: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.733: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.759: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.804: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-CRITICAL **: 05:23:25.859: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:4877): Gtk-WARNING **: 05:23:26.274: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:26.280: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:26.767: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:26.773: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:27.279: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:27.284: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:27.811: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:27.820: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:28.338: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:28.343: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:28.978: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:28.985: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:29.674: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:29.679: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:30.687: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:30.693: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:31.573: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:31.578: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:31.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:31.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:31.900: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:31.915: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:31.916: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:31.916: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.426: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.432: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.570: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.571: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.571: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.586: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.587: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.587: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.740: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:32.748: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:33.446: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:33.452: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:33.568: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:33.572: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:34.418: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:34.426: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:35.321: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:35.327: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:35.848: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:35.854: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.102: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.114: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.258: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.269: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.450: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.451: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.452: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.466: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.467: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.467: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.590: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:36.597: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:37.067: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:37.073: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:37.745: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:37.752: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:37.925: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:37.931: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:38.388: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:38.394: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:38.880: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:38.886: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:39.097: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:39.104: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:39.614: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:39.620: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:40.080: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:40.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:40.249: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:40.259: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:40.467: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:40.477: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:40.927: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:40.932: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:41.369: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:41.374: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:41.546: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:41.556: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:41.773: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:41.783: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:42.317: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:42.322: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:42.819: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:42.824: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:43.453: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:43.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:43.974: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:43.979: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:44.576: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:44.581: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.001: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.006: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.135: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.148: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.152: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.152: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.248: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.261: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.265: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.265: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.755: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:45.760: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.186: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.191: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.315: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.329: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.332: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.333: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.435: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.447: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.451: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.451: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.835: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:46.840: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:47.251: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:47.256: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:47.827: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:47.832: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:48.242: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:48.247: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:48.811: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:48.818: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:49.243: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:49.248: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:49.854: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:49.859: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:50.285: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:50.290: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:50.890: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:50.896: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:51.368: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:51.373: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:51.926: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:51.931: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:52.452: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:52.457: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:53.111: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:53.118: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:53.653: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:53.660: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:54.165: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:54.170: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:54.598: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:54.604: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:55.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:55.091: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:55.527: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:55.532: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:56.027: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:56.032: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:56.456: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:56.464: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:56.954: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:56.958: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:57.359: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:57.364: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:57.860: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:57.866: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:58.239: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:58.244: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:58.715: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:58.720: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:59.132: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:59.137: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:59.707: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:23:59.712: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:00.169: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:00.174: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:00.659: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:00.665: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:01.064: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:01.069: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:01.570: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:01.577: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:02.037: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:02.042: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:02.558: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:02.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:02.976: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:02.983: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:03.496: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:03.504: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:03.936: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:03.942: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:04.490: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:04.495: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:05.121: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:05.126: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:06.070: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:06.076: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:06.876: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:06.881: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:07.802: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:07.807: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:08.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:08.640: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:09.451: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:09.458: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:09.972: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:09.979: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:10.753: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:10.758: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:11.362: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:11.367: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:12.045: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:12.054: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:12.691: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:12.696: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:13.383: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:13.389: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:13.860: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:13.865: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:14.546: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:14.551: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:15.263: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:15.269: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:15.951: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:15.955: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:16.567: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:16.572: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:17.176: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:17.180: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:17.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:17.640: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:18.266: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:18.272: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:18.880: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:18.886: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:19.552: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:19.560: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:20.266: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:20.271: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:20.969: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:20.975: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:21.445: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:21.451: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:22.090: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:22.095: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:22.762: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:22.766: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:23.431: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:23.436: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:24.175: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:24.182: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:24.857: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:24.862: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:25.492: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:25.500: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:26.265: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:26.271: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:26.993: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:26.999: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:27.729: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:27.734: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:28.566: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:28.571: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:29.454: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:29.459: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:30.071: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:30.076: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:30.850: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:30.856: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:31.546: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:31.552: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:32.273: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:32.278: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:33.043: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:33.049: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:33.747: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:33.753: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:34.389: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:34.397: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:35.273: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:35.278: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:36.054: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:36.059: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:36.846: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:36.852: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:37.592: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:37.597: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:38.370: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:38.375: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:38.989: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:38.995: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:39.752: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:39.757: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:40.564: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:40.570: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:41.281: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:41.286: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:42.108: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:42.114: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:42.894: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:42.899: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:43.366: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:43.371: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:44.002: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:44.007: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:44.651: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:44.656: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:45.274: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:45.280: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:45.757: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:45.761: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:46.425: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:46.430: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:47.039: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:47.044: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:47.640: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:47.647: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:48.225: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:48.230: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:48.793: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:48.798: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:49.255: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:49.260: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:49.836: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:49.841: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:50.615: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:50.621: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:51.392: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:51.397: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:52.172: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:52.178: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:52.908: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:52.914: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:53.654: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:53.660: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:54.343: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:54.348: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:55.003: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:55.008: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:55.719: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:55.723: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:56.479: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:56.484: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:57.195: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:57.200: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:57.912: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:57.918: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:58.615: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:24:58.620: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:02.274: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:02.278: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:12.970: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:12.983: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:13.024: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:13.027: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:18.625: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:18.634: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:18.684: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:18.687: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:19.508: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:19.520: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:19.586: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:19.591: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:20.360: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:20.369: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:20.410: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:20.412: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:21.581: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:21.591: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:21.643: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:21.646: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:31.750: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:31.758: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:31.794: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:31.796: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:36.086: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:36.095: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:36.131: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:36.133: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:36.477: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:36.483: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:38.242: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:38.249: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:39.461: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:39.471: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:39.509: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:39.511: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:42.079: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:42.088: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:42.136: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:42.139: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:42.797: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:42.805: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:42.853: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:42.856: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:43.534: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:43.543: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:43.583: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:43.585: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:44.660: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:44.669: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:44.708: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:44.710: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:55.363: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:55.372: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:55.417: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:55.420: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:59.187: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:59.197: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:59.233: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:59.236: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:59.635: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:25:59.641: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:26:01.076: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:26:01.082: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:26:02.119: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:26:02.128: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:26:02.164: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:26:02.166: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:26:08.673: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) (Eclipse:4877): Gtk-WARNING **: 05:26:08.678: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node scrolledwindow, owner GtkScrolledWindow) Tests run: 635, Failures: 0, Errors: 0, Skipped: 120, Time elapsed: 369.986 s - in org.eclipse.papyrus.uml.nattable.suite.tests.AllTests testNotEmptyTableWithRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 1.542 s testNotEmptyTableWithoutProfileWithoutRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 0.639 s testEmptyTableWithoutRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 0.424 s testEmptyTableWithRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 0.109 s testNotEmptyTableWithProfileWithRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTest) Time elapsed: 0.406 s testWithoutRestrictionWithInheritedProperties(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile) Time elapsed: 0.334 s testWithRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile) Time elapsed: 0.076 s testWithoutRestriction(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile) Time elapsed: 0.277 s testWithRestrictionWithInheritedProperties(org.eclipse.papyrus.uml.nattable.tests.tests.UMLRestrictedContentProviderTestCustomProfile) Time elapsed: 0.297 s validateGenericTreeTableConfigurationModel(org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableConfigurationTest) skipped validateGenericTreeTableConfigurationModel(org.eclipse.papyrus.uml.nattable.tests.tests.configs.GenericTreeTableNattableConfigurationTest) Time elapsed: 3.218 s testParameterDestroyRowElement(org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest) Time elapsed: 13.295 s testClassDestroyRowElement(org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest) Time elapsed: 1.119 s testOperationDestroyRowElement(org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest) Time elapsed: 1.065 s testAttributeDestroyRowElement(org.eclipse.papyrus.uml.nattable.tests.bugs.DeleteRowElementTest) Time elapsed: 0.919 s testMoveElementInSynchronizedTable(org.eclipse.papyrus.uml.nattable.tests.bugs.MoveElementInSynchronizedTableTest) Time elapsed: 1.05 s testGetRealStereotypeProperty(org.eclipse.papyrus.uml.nattable.tests.tests.UMLTableUtilsTest) Time elapsed: 0.01 s sortColumns(org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest) Time elapsed: 0.408 s sortRows(org.eclipse.papyrus.uml.nattable.generic.tests.tests.SortAxisGenericTableTest) Time elapsed: 0.323 s invertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.InvertAxisGenericTableTest) Time elapsed: 0.649 s invertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertAxisTwiceGenericTableTest) Time elapsed: 1.023 s editColumns(org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest) Time elapsed: 0.455 s editRows(org.eclipse.papyrus.uml.nattable.generic.tests.tests.EditAxisGenericTableTest) Time elapsed: 0.703 s testTableDeletion(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.OpenAndDeleteTest) Time elapsed: 2.175 s testAddElements(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AddElementsOnConnectedTableTest) Time elapsed: 1.521 s testSetColorOnStereotypedClass(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 1.432 s availableColorTest(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 1.066 s testSetPriorityOnStereotypedClass(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 0.998 s testSetFlowPortDirection(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 0.926 s availablePriorityTest(org.eclipse.papyrus.uml.nattable.generic.tests.tests.Bug458492_Edition_Enumeration) Time elapsed: 0.828 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.766 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.875 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.764 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.77 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest) Time elapsed: 0.704 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithConfigurationTest) Time elapsed: 0.751 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.736 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.InvertedAxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.739 s test7_SelectSortedElementInvertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) skipped test6_SelectMultipleSortedElements(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 1.429 s test8_SelectMultipleSortedElementsInvertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) skipped test3_SelectElementInvertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.529 s test1_SelectElement(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.487 s test5_SelectSortedElement(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.589 s test2_SelectMultipleElements(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.549 s test4_SelectMultipleElementsInvertAxis(org.eclipse.papyrus.uml.nattable.generic.tests.tests.RevealGenericTableTest) Time elapsed: 0.523 s testStartWith_1_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.652 s testNumeric_2_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.586 s testNumeric_1_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.567 s testRegexMatch_1_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.535 s testRegexFind_2_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.674 s testNumeric_5_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.739 s testRegexFind_1_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.611 s testNumeric_4_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.645 s testContainsMatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.547 s testStartWith_2_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.595 s testNumeric_3_MatchingMode(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterStringMatcherTest) Time elapsed: 0.531 s testEEnumMatchingMode_1(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.605 s testEEnumMatchingMode_2(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.529 s testEEnumMatchingMode_3(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.56 s testEEnumMatchingMode_4(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.594 s testEEnumMatchingMode_5(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.547 s testEEnumMatchingMode_6(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterEEnumMatcherTest) Time elapsed: 0.507 s test1(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.953 s test2(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.781 s test3(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.84 s test4(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.825 s test5(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.82 s test6(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.651 s test7(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.754 s test8(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterNumericMatcherTest) Time elapsed: 0.628 s test1(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 1.071 s test2(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 0.992 s test3(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 1.017 s test4(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 0.569 s test5(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 1.133 s test6(org.eclipse.papyrus.uml.nattable.generic.tests.tests.FilterUMLEnumerationMatcherTest) Time elapsed: 0.941 s testCellEditorsConfiguration(org.eclipse.papyrus.uml.nattable.generic.tests.tests.CellEditorsConfigurationTest) Time elapsed: 1.504 s testSortColumn(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.SortTableColumnTest) Time elapsed: 1.107 s testFillColumnsSize(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.FillColumnsSizeTest) Time elapsed: 0.78 s testStereotypeProperties(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeInheritDisplayTest) Time elapsed: 0.971 s testStereotypePropeties(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.StereotypeSubPackagesDisplayTest) Time elapsed: 1.007 s testStereotypePropeties(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.EnumerationContentItemsTest) Time elapsed: 1.092 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.bugs.PasteAttachedModeEnumTest) Time elapsed: 1.021 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyClipboard_Test) Time elapsed: 0.479 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteAll_Test) Time elapsed: 0.836 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test) Time elapsed: 0.783 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailColumns_Test) Time elapsed: 0.529 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteFailRows_Test) Time elapsed: 0.501 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteAll_Test) Time elapsed: 0.886 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteCellsOverwriteByOneLine_Test) Time elapsed: 0.711 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_Test) Time elapsed: 0.532 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteColumnsOverwriteFailRows_Test) Time elapsed: 0.514 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAll_Test) Time elapsed: 0.726 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailColumns_Test) Time elapsed: 0.633 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteFailRows_Test) Time elapsed: 0.541 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_Test) Time elapsed: 0.721 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_Test) Time elapsed: 0.527 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_Test) Time elapsed: 0.555 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAddAll_Test) Time elapsed: 0.52 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_Test) Time elapsed: 0.488 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_Test) Time elapsed: 0.423 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_Test) Time elapsed: 0.428 s testPaste(org.eclipse.papyrus.uml.nattable.generic.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_Test) Time elapsed: 0.485 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyClipboard_Test) Time elapsed: 0.463 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsReplaceAll_Test) Time elapsed: 0.701 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAddAll_Test) Time elapsed: 0.73 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsSkipAll_Test) Time elapsed: 0.659 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailColumns_Test) Time elapsed: 0.565 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsFailRows_Test) Time elapsed: 0.576 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsAxisIdentifierNotExisting_Test) Time elapsed: 0.646 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertRowsWarningNotExisting_Test) Time elapsed: 0.59 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyReplaceAll_Test) Time elapsed: 0.505 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAddAll_Test) Time elapsed: 0.544 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptySkipAll_Test) Time elapsed: 0.407 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyFailColumns_Test) Time elapsed: 0.366 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyAxisIdentifierNotExisting_Test) Time elapsed: 0.372 s testInsert(org.eclipse.papyrus.uml.nattable.generic.tests.insert.InsertEmptyWarningNotExisting_Test) Time elapsed: 0.401 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportCellsAll_Test) Time elapsed: 0.701 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsReplaceAll_Test) Time elapsed: 0.639 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsAddAll_Test) Time elapsed: 0.66 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportRowsSkipAll_Test) Time elapsed: 0.532 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyReplaceAll_Test) Time elapsed: 0.552 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptyAddAll_Test) Time elapsed: 0.499 s testImport(org.eclipse.papyrus.uml.nattable.generic.tests.importfile.ImportEmptySkipAll_Test) Time elapsed: 0.483 s testMatrixContents(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest) Time elapsed: 0.693 s testOpeningMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.OpenDependencyMatrixTest) Time elapsed: 0.62 s testCreateANewMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.CreateMatrixTableTests) Time elapsed: 0.587 s testMatrixAddPackage2AsRowSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest) Time elapsed: 0.863 s testMatrixContents(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest) Time elapsed: 0.683 s testMatrixRemovingAllRowSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest) Time elapsed: 1.84 s testOpeningMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingRowSourceTest) Time elapsed: 0.639 s testMatrixAddPackage1AsColumnSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest) Time elapsed: 0.829 s testMatrixAddPackage1Package2AsColumnSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest) Time elapsed: 0.727 s testOpeningMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest) Time elapsed: 0.745 s testMatrixRemovingPackagesAsColumnSources(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableAfterEditingColumnSourceTest) Time elapsed: 0.89 s settingAColumnExpressionRequiringToListenAllChangesTest(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 1.237 s settingAColumnExpressionTest(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 0.791 s settingAColumnExpressionThenEditingItTest(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 0.787 s testOpeningMatrix(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 0.67 s settingAColumnExpressionThenReplacingItTest(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateTableContentsAfterExpressionChangeWithLocalHeaderPreconfiguredTests) Time elapsed: 0.808 s testDeleteARowSourceElement(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest) Time elapsed: 1.269 s testDeleteAColumnSourcePackage(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.DeleteObjectWrapperForSourceElementsTest) Time elapsed: 1.117 s testDeleteElementInsideAColumnSourcePackage(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 1.105 s testAddElementOutsideColumnSourcePackages(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 0.566 s testDeleteElementOutsideColumnSourcePackages(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 1.038 s testDeleteAColumnSourcePackage(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 1.064 s testAddElementInsideAColumnSourcePackage(org.eclipse.papyrus.uml.nattable.matrix.tests.tests.UpdateMatrixAxisColumnTest) Time elapsed: 0.615 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.EditInvalidPastedText_V1_V3_V1) Time elapsed: 0.703 s testOpenExistingTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.OpenTableTest) Time elapsed: 0.289 s testTableDeletion(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.OpenAndDeleteTest) Time elapsed: 1.038 s reloadTableEditorTest(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.Bug_481017_ReloadEditorTest) Time elapsed: 0.543 s testReopenedWithoutDepth0TreefillingConfiguration(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.NoDepth0TreeFillingConfigurationTest) Time elapsed: 0.861 s sortColumns(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.SortAxisClassTreeTableTest) Time elapsed: 0.378 s editColumns(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest) Time elapsed: 0.794 s editRows(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.EditAxisClassTreeTableTest) Time elapsed: 0.594 s testDeleteRequirementWithNestedRequirement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRequirementsWithNestedClassifier) Time elapsed: 1.103 s testNestedClassifierRequirement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.RequirementsNestedClassifier) Time elapsed: 0.95 s testMultipleMoveSubElementParent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest) Time elapsed: 1.156 s testSimpleMoveSubElementParent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest) Time elapsed: 1.08 s testMultipleMoveSameParent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest) Time elapsed: 1.065 s testSimpleMoveSameParent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.MoveElementsTreeTableTest) Time elapsed: 1.102 s testClassDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.ChangeCategoryNotExpandedTest) Time elapsed: 0.856 s testParameterDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest) Time elapsed: 0.794 s testClassDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest) Time elapsed: 0.801 s testOperationDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest) Time elapsed: 0.843 s testAttributeDestroyRowElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DeleteRowElementTest) Time elapsed: 0.682 s testDisplayListOnSeparatedRowsNamedStyle(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest) Time elapsed: 0.602 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DisplayListOnSeparatedRowsTest) Time elapsed: 0.56 s testDestroyFeatureColumn(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest) Time elapsed: 1.755 s testDestroyStereotypePropertyColumn(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.DestroyColumnTest) Time elapsed: 1.564 s testExpand_1_by_1(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests) Time elapsed: 0.33 s testExpandAll(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithCategories_0_1_2_Tests) Time elapsed: 0.254 s testCollapseAll(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests) Time elapsed: 0.614 s testInitialDisplayedContent(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests) Time elapsed: 0.477 s testExpandAll(org.eclipse.papyrus.uml.nattable.clazz.config.tests.tests.ContentsAndExpandWithoutCategories_H0_H1_H2_Tests) Time elapsed: 0.426 s testResizeColumnHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest) Time elapsed: 0.675 s testResizeRowsHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithIndexTest) Time elapsed: 0.595 s testResizeColumnHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest) Time elapsed: 0.631 s testResizeRowsHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutIndexTest) Time elapsed: 0.596 s testResizeColumnHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest) Time elapsed: 0.594 s testResizeRowsHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithIndexTest) Time elapsed: 0.814 s testResizeColumnHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest) Time elapsed: 0.883 s testResizeRowsHeader(org.eclipse.papyrus.uml.nattable.clazz.config.tests.styles.ResizeHeaderWithoutCategoriesWithoutIndexTest) Time elapsed: 0.735 s test_sort_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.972 s test_sort_TYPE_DESC_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 1.144 s test_sort_TYPE_DESC_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.93 s test_sort_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.877 s test_sort_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.748 s test_sort_TYPE_ASC_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.796 s test_sort_TYPE_ASC_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.787 s test_sort_NAME_ASC_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.849 s test_sort_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.705 s test_sort_NAME_ASC_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.732 s test_sort_NAME_DESC_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.716 s test_sort_NAME_DESC_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.78 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_V1_V3_V1) Time elapsed: 0.504 s test_sort_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.729 s test_sort_TYPE_DESC_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.842 s test_sort_TYPE_DESC_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.773 s test_sort_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.77 s test_sort_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.691 s test_sort_TYPE_ASC_NAME_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.731 s test_sort_TYPE_ASC_NAME_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.782 s test_sort_NAME_ASC_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.819 s test_sort_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.696 s test_sort_NAME_ASC_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.721 s test_sort_NAME_DESC_TYPE_ASC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.727 s test_sort_NAME_DESC_TYPE_DESC(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.797 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Sort_H1_H3_H1) Time elapsed: 0.498 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_Test) Time elapsed: 0.557 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_ASC_Test) Time elapsed: 0.534 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_ASC_TYPE_DESC_) Time elapsed: 0.608 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_Test) Time elapsed: 0.546 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_ASC_Test) Time elapsed: 0.548 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_NAME_DESC_TYPE_DESC_Test) Time elapsed: 0.541 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_ASC_Test) Time elapsed: 0.548 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_NAME_DESC) Time elapsed: 0.538 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_ASC_Test) Time elapsed: 0.501 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_ASC_Test) Time elapsed: 0.814 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_NAME_DESC_Test) Time elapsed: 0.659 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_H1_H3_H1_TYPE_DESC_Test) Time elapsed: 0.556 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_Test) Time elapsed: 0.617 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_ASC_Test) Time elapsed: 0.666 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_ASC_TYPE_DESC) Time elapsed: 0.725 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_Test) Time elapsed: 0.599 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_ASC_Test) Time elapsed: 0.695 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_NAME_DESC_TYPE_DESC_Test) Time elapsed: 0.639 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_ASC_Test) Time elapsed: 0.696 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_NAME_DESC) Time elapsed: 0.709 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_ASC_Test) Time elapsed: 0.592 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_ASC_Test) Time elapsed: 0.723 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_NAME_DESC_Test) Time elapsed: 0.715 s openTable(org.eclipse.papyrus.uml.nattable.clazz.config.tests.sort.Open_Sorted_Table_V1_V3_V1_TYPE_DESC_Test) Time elapsed: 0.608 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.496 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.481 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithConfigurationTest) Time elapsed: 0.484 s testChangeIndexInitialRow(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.589 s testChangeIndexInitialColumn(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.509 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.AxisChangeIndexWithoutConfigurationTest) Time elapsed: 0.627 s testResetSingleIntValue(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.924 s testResetClassVisibility(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.881 s testResetOwnedAttributes(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 1.999 s testResetStereotypePropertyVisibility(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.908 s testResetSingleString(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.936 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValueWithProfile_V1_V3_V1_Test) Time elapsed: 0.709 s testReset(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test) Time elapsed: 1.212 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.unset.UnsetCellValue_H1_H3_H1_Test) Time elapsed: 0.617 s createRootElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test) Time elapsed: 0.738 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_H1_V3_V1_Test) Time elapsed: 0.438 s createRootElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test) Time elapsed: 0.766 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth0_V1_V3_V1_Test) Time elapsed: 0.452 s createOperationElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test) Time elapsed: 0.874 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_H3_V1_Test) Time elapsed: 0.428 s createOperationElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test) Time elapsed: 0.919 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_H1_V3_V1_Test) Time elapsed: 0.482 s createOperationElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test) Time elapsed: 0.683 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_H3_V1_Test) Time elapsed: 0.469 s createOperationElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test) Time elapsed: 0.656 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth1_V1_V3_V1_Test) Time elapsed: 0.442 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test) Time elapsed: 0.661 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_H1_Test) Time elapsed: 0.511 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test) Time elapsed: 0.663 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_H3_V1_Test) Time elapsed: 0.416 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test) Time elapsed: 0.566 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_H1_Test) Time elapsed: 0.419 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test) Time elapsed: 0.562 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_H1_V3_V1_Test) Time elapsed: 0.42 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test) Time elapsed: 0.601 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_H1_Test) Time elapsed: 0.437 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test) Time elapsed: 0.597 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_H3_V1_Test) Time elapsed: 0.479 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test) Time elapsed: 0.575 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_H1_Test) Time elapsed: 0.441 s createParameterElement(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test) Time elapsed: 0.677 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.creation.outside.CreateElementDepth2_V1_V3_V1_Test) Time elapsed: 0.555 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1) Time elapsed: 0.507 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_H1) Time elapsed: 0.429 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1) Time elapsed: 0.515 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_H1_V1) Time elapsed: 0.395 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1) Time elapsed: 0.526 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_H1) Time elapsed: 0.421 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1) Time elapsed: 0.528 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_Empty_V1_V1) Time elapsed: 0.388 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1) Time elapsed: 0.513 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_H1) Time elapsed: 0.393 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1) Time elapsed: 0.451 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_H1_V1) Time elapsed: 0.405 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1) Time elapsed: 0.507 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_H1) Time elapsed: 0.477 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1) Time elapsed: 0.542 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_H1_V1_V1) Time elapsed: 0.405 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1) Time elapsed: 0.481 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_H1) Time elapsed: 0.46 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1) Time elapsed: 0.522 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_H1_V1) Time elapsed: 0.437 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1) Time elapsed: 0.511 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_H1) Time elapsed: 0.427 s test(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1) Time elapsed: 0.534 s checkTestConsitency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.filter.ReopenFilteredTable_V1_V1_V1) Time elapsed: 0.442 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.955 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.861 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.835 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.906 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.844 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleInteger_V1_V3_V1_Test) Time elapsed: 0.637 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.823 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.617 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.63 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.668 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.702 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlySuffix_V1_V3_V1_Test) Time elapsed: 0.481 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.644 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.748 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.681 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.624 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.632 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringOnlyPrefix_V1_V3_V1_Test) Time elapsed: 0.452 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.613 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.617 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.634 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.734 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.722 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringSuffix_V1_V3_V1_Test) Time elapsed: 0.483 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.628 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.659 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.668 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.753 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.706 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleStringPrefix_V1_V3_V1_Test) Time elapsed: 0.462 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.786 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.719 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.753 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.707 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.99 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.638 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.702 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.764 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.706 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.752 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.741 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.622 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.847 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.827 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.761 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.768 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.771 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingPrefix_V1_V3_V1_Test) Time elapsed: 0.634 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.751 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.748 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.818 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.735 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.816 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug499466BeginningEndingSuffix_V1_V3_V1_Test) Time elapsed: 0.662 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.629 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.599 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.686 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.463 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.696 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingPrefix_V1_H1_H1_Test) Time elapsed: 0.571 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.598 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.61 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.567 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.457 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.585 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleHiddenRowsBug519383BeginningEndingSuffix_V1_H1_H1_Test) Time elapsed: 0.573 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.809 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.752 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.757 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.753 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.726 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073BeginningPrefix_V1_V3_V1_Test) Time elapsed: 0.585 s testDecrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.751 s testCopy(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.732 s testIncrementUp(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.744 s testIncrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.719 s testDecrementDown(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.742 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.fillhandle.FillHandleNameBug535073EndingSuffix_V1_V3_V1_Test) Time elapsed: 0.582 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_AttachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.PasteWithCategories_H1_H3_H1_MultiColumns_AttachedMode_Bug481310Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_SingleColumn_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H1_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_H3_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_Empty_V3_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H1_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_H3_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_H1_V3_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_H1_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_H1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test) skipped checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.tests.PasteWithCategories_V1_V3_V1_MultiColumns_DetachedMode_Test) skipped testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.416 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyClipboard_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.154 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.935 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.224 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.869 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.211 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test) Time elapsed: 1.283 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.215 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.568 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.181 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.479 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteCellsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.159 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 1.821 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.217 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 1.577 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.224 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.906 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneLine_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.219 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.925 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteByOneColumn_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.22 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.555 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.161 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.581 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteColumnsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.168 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 2.208 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.247 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 3.018 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.273 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.538 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.169 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.731 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.202 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 1.008 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.19 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.595 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteRowsOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.157 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.926 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.222 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.796 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.223 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.975 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.315 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.938 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.23 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.796 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.242 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.76 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.299 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.397 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.15 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.441 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.164 s testPaste(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.436 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.paste.overwrite.PasteEmptyOverwriteAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.154 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.399 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyClipboard_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.148 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 1.954 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.201 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 1.857 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.229 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 1.303 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.208 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 1.55 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.227 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.952 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.216 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 1.149 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.285 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.574 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.149 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.526 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsFailRows_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.165 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.97 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.153 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.514 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertRowsAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.154 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.918 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.217 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.781 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.216 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.813 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.221 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.831 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.299 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.844 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.236 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.71 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptySkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.217 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.411 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyFailColumns_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.185 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.448 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyWarningNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.162 s testInsert(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.425 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.insert.InsertEmptyAxisIdentifierNotExisting_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.155 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.718 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.155 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.543 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportCellsAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.16 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 1.799 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.156 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 1.633 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.164 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 1.134 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.182 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 1.294 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.161 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.771 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.16 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.849 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportRowsSkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.179 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.705 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.18 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.556 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyReplaceAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.154 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.662 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.149 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.576 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptyAddAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.16 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.497 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_H1_H1_H1_MultiColumns_Test) Time elapsed: 0.16 s testImport(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.469 s checkModelForTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.importfile.ImportEmptySkipAll_V1_V3_V1_MultiColumns_Test) Time elapsed: 0.212 s testNattableTooltipProvider(org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest) Time elapsed: 2.223 s testTopLabelProvider(org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest) Time elapsed: 1.093 s testDiagnostic(org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest) Time elapsed: 1.049 s testNattableTooltipProviderText(org.eclipse.papyrus.uml.nattable.clazz.config.tests.markers.ValidationMarkerInTableHeaderTest) skipped testUnsupportedColumnCellText(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest) Time elapsed: 0.387 s checkTestConsistency(org.eclipse.papyrus.uml.nattable.clazz.config.tests.bugs.UnsupportedColumnCellTextTest) Time elapsed: 0.358 s two_rows_one_column_selection_hide_all_categories__create_new_element_1(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.517 s two_rows_one_column_selection_hide_all_categories__create_new_element_2(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) skipped two_rows_selection__hide_all_categories__create_new_element(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.505 s two_rows_one_column_selection__create_new_element(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) skipped two_rows_selection__create_new_column(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.486 s two_rows_selection__hide_all_categories(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.415 s one_row_selection(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.412 s two_rows_selection(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.467 s two_rows_selection__create_new_element(org.eclipse.papyrus.uml.nattable.clazz.config.tests.selection.TableSelectionTest) Time elapsed: 0.447 s testCreateStereotypedInterfaceTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 3.881 s testCreateStereotypedPortTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 1.703 s testCreateStereotypedAssociationTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 1.735 s testCreateStereotypedClassAndInterfaceTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 2.185 s testCreateStereotypedTimeObservationTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 1.753 s testCreateStereotypedClassTable(org.eclipse.papyrus.uml.nattable.stereotype.display.tests.tests.StereotypeDisplayTableTest) Time elapsed: 1.912 s Results: Tests run: 635, Failures: 0, Errors: 0, Skipped: 120 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.nattable.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.nattable.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT [161/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/ValueSpecificationGrammarTests.java:[23] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/ValueSpecificationGrammarTests.java:[293] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityUpperValueSpecificationGrammarTests.java:[22] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityUpperValueSpecificationGrammarTests.java:[80] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityLowerValueSpecificationGrammarTests.java:[22] import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityLowerValueSpecificationGrammarTests.java:[80] public DefaultXtextDirectEditorConfiguration getEditor() { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The type DefaultXtextDirectEditorConfiguration is deprecated 6 problems (6 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/target/org.eclipse.papyrus.uml.textedit.valuespecification.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests >-- [INFO] Building org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT [162/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/org.eclipse.papyrus.uml.textedit.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.uml.textedit.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.387 s - in org.eclipse.papyrus.uml.textedit.suite.tests.AllTests testDefaultValues(org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests) Time elapsed: 3.079 s testInitialText(org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests) Time elapsed: 0.037 s testMultiplicity(org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests) Time elapsed: 0.092 s testParser(org.eclipse.papyrus.uml.textedit.port.tests.suites.PortGrammarTests) Time elapsed: 0.076 s testDefaultValues(org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests) Time elapsed: 0.339 s testInitialText(org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests) Time elapsed: 0.032 s testMultiplicity(org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests) Time elapsed: 0.079 s testParser(org.eclipse.papyrus.uml.textedit.property.tests.suites.PropertyGrammarTests) Time elapsed: 0.037 s testDefaultValues(org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests) Time elapsed: 0.389 s testInitialText(org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests) Time elapsed: 0.072 s testParser(org.eclipse.papyrus.uml.textedit.parameter.tests.suites.ParameterGrammarTests) Time elapsed: 0.107 s testDefaultValues(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests) Time elapsed: 0.572 s testInitialText(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests) Time elapsed: 0.137 s testParser(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.ValueSpecificationGrammarTests) Time elapsed: 0.41 s testParser(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityLowerValueSpecificationGrammarTests) Time elapsed: 0.12 s testParser(org.eclipse.papyrus.uml.textedit.valuespecification.tests.suites.MultiplicityUpperValueSpecificationGrammarTests) Time elapsed: 0.187 s Results: Tests run: 16, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.textedit.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.textedit.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests >-- [INFO] Building org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT [163/175] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.papyrus.uml.architecture.tests.AllTests [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.papyrus.uml.architecture.tests.AllTests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/org.eclipse.papyrus.uml.architecture.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Skipping tests [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] No tests to run. [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.architecture.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.architecture.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT [164/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile >-- [INFO] Building org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT [165/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysPassiveJavaImpl.java:[122] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, ProfileValidator.DIAGNOSTIC_SOURCE, ProfileValidator.ALWAYS_PASSIVE_JAVA__ALWAYS_PASSIVE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AlwaysPassive", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysActiveImpl.java:[122] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, ProfileValidator.DIAGNOSTIC_SOURCE, ProfileValidator.ALWAYS_ACTIVE__CONSTRAINT_ALWAYS_ACTIVE, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActive", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysActiveMalformedImpl.java:[122] if (false) { if (diagnostics != null) { diagnostics.add (new BasicDiagnostic (Diagnostic.ERROR, ProfileValidator.DIAGNOSTIC_SOURCE, ProfileValidator.ALWAYS_ACTIVE_MALFORMED__CONSTRAINT_ALWAYS_ACTIVE_MF, EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActiveMF", EObjectValidator.getObjectLabel(this, context) }), new Object [] { this })); } return false; } ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dead code 3 problems (3 warnings) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/target/org.eclipse.papyrus.uml.validation.tests.staticprofile-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.staticprofile --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation >-- [INFO] Building org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT [166/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/target/org.eclipse.papyrus.uml.validation.tests.genvalidation-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.genvalidation --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests >-- [INFO] Building org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT [167/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/Activator.java:[51] org.eclipse.papyrus.infra.core.log.LogHelper log = new LogHelper();// use because there is an implicit dependency ^^^ The value of the local variable log is not used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/target/org.eclipse.papyrus.uml.validation.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.validation.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests >---- [INFO] Building org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT [168/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/org.eclipse.papyrus.uml.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.uml.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. No JFaces support for org.eclipse.jface.viewers.TableTreeViewer (Eclipse:6824): Gtk-CRITICAL **: 05:28:44.644: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:28:44.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:28:44.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:28:44.883: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:28:44.889: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:28:44.897: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:28:45.011: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:28:45.224: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:28:45.230: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:28:45.240: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:09.822: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:09.848: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:09.853: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:10.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:11.750: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:12.379: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:12.392: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:13.056: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:13.076: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:29:13.724: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 684, Failures: 0, Errors: 0, Skipped: 49, Time elapsed: 211.277 s - in org.eclipse.papyrus.uml.suite.tests.AllTests testUML(org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest) Time elapsed: 0.102 s test(org.eclipse.papyrus.uml.service.types.tests.creation.CreatePureUMLElementTest) Time elapsed: 0.272 s testDeleteOneAddVariableValueAction(org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest) Time elapsed: 0.187 s testDeleteOneCentralBufferNode(org.eclipse.papyrus.uml.service.types.tests.deletion.DeletePureUMLElementTest) Time elapsed: 0.021 s stereotypeApplicationsDeleted:command(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 1.422 s stereotypeApplicationsDeleted:elements(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 0 s stereotypeApplicationsDeleted:stereotypes(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 0 s stereotypeApplicationsDeleted:undo(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 0 s stereotypeApplicationsDeleted:redo(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteDependentWithStereotypeApplications458685) Time elapsed: 0 s deleteInitialState(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest) Time elapsed: 0.398 s deleteS1(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest) Time elapsed: 0.185 s deleteS2(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest) Time elapsed: 0.106 s deleteFinalState(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteTransitionsWithVertexTest) Time elapsed: 0.111 s deleteFromContainmentSubset(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest) Time elapsed: 0.111 s deleteFromTwoContainmentSupersetsAtOnce(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteContainmentSubsetTest) Time elapsed: 0.108 s createAssociationWritable(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.076 s createAssociationReadOnly_usecase(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.031 s createAssociationReadOnly(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.057 s createConnectorTargetReadOnly(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.03 s createConnectorSourceReadOnly(org.eclipse.papyrus.uml.service.types.tests.creation.ConnectorReadOnlyTestBug465899) Time elapsed: 0.061 s testDeletion(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteAssociationPropertyTypeTest) Time elapsed: 0.027 s testDeletionInCompositeDiagram(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest) Time elapsed: 5.5 s testDeletionWithSetRequest(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest) skipped testDeletionInClassDiagram(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest) Time elapsed: 1.516 s testDeletionInComponentDiagram(org.eclipse.papyrus.uml.service.types.tests.deletion.DeleteCommentLinkTest) Time elapsed: 1.276 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationTest) Time elapsed: 0.009 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationDirectedTest) Time elapsed: 0.006 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeTest) Time elapsed: 0.006 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationCompositeDirectedTest) Time elapsed: 0.004 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedTest) Time elapsed: 0.004 s testCreation(org.eclipse.papyrus.uml.service.types.tests.creation.CreateAssociationSharedDirectedTest) Time elapsed: 0.004 s deleteInteractionFragmentInOperand(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.746 s deleteAllOperandsOfCombinedFragment(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.651 s deleteCombinedFragment(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.571 s deleteCombinedFragmentNested(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.547 s deleteOperandsOfCombinedFragment(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.59 s deleteCombinedFragmentDeeplyNested(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.493 s deleteInteractionWithNesting(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.792 s deleteInteraction(org.eclipse.papyrus.uml.service.types.tests.deletion.InteractionDeletionTest) Time elapsed: 0.554 s stereotypeNotApplicableByProfileURI(org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest) Time elapsed: 1.009 s matchExistingElement(org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest) Time elapsed: 0.119 s stereotypeNotApplicableByQualifiedName(org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest) Time elapsed: 0.811 s createNewElement(org.eclipse.papyrus.uml.service.types.tests.registry.StereotypeMatcherAdviceTest) Time elapsed: 0.311 s testCreateClassInModel(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.021 s testCreateCentralBufferNodeInActivity(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.011 s testCreateCentralBufferNodeInActivityWithNode(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.004 s testCannotCreateOperationRedefinableTemplateSignature_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.001 s testCreateOperationTemplateSignature_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.004 s testCreateModelInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateElementTest) Time elapsed: 0.001 s testCreateDeploymentBetweenNodeAndArtifactInNode(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreatePackageMergeBetweenPackageAndPackageInPackage2(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.007 s testCreateTraceBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateDependencyBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateProtocolConformanceBetweenPackageAndPackageInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.005 s testCreateInformationfloweBetweenClasses2InPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.005 s testCreateUsageBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateAbstractionBetweenPackageAndClassesInModel(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.006 s testCreateComponentRealizationBetweenClassAndComponentInComponent(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.01 s testCreateAbstractionBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.031 s testCreateUsageBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreatePackageImportBetweenPackageAndPackageInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateComponentRealizationBetweenComponentAndClassInComponent(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.008 s testCreateElementImportBetweenPackageAndPackageInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateDeploymentBetweenNodeAndArtifactInArtifact(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateGeneralizationBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateGeneralizationBetweenClassAndNullInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateDeploymentBetweenArtifactAndNodeInArtifact(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.006 s testCreateExtendBetweenClasses2InPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateProtocolConformanceBetweenPackageAndPackageInPackage2(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0 s testCreateTransitionBetweenInitialAndState(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) skipped testCreateInformationfloweBetweenUseCases2InUseCase(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateRefineBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.169 s testCreateComponentRealizationBetweenClassAndComponentInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateRealizationBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateExtensionBetweenClassAndNullInNull(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateExtendBetweenUseCases2InUseCase(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.007 s testCreateElementImportBetweenPackageAndPackageInPackage2(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateAssociationBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateTraceBetweenClassesInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.007 s testCreateManifestationBetweenArtifactAndPackage2InArtifact(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateSubstitutionBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.005 s testCreateAbstractionBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateAbstractionBetweenClassAndClassInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreatePackageMergeBetweenPackageAndPackageInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateRealizationBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateTransitionBetweenStateAndInitial(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) skipped testCreateAssociationBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateRefineBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateDeploymentBetweenArtifactAndNodeInNode(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateIncludeBetweenUseCases2InUseCase(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.004 s testCreateGeneralizationBetweenClassesInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateExtensionBetweenClassAndNullInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0 s testCreateDependencyBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreatePackageImportBetweenPackageAndPackageInPackage2(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.002 s testCreateComponentRealizationBetweenComponentAndClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateSubstitutionBetweenClassAndNullInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateInterfaceRealizationBetweenClassAndInterfaceInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.005 s testCreateTraceBetweenClassesInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.032 s testCreateTransitionBetweenStateAndFinal(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) skipped testCreateAbstractionBetweenClassAndPackageInModel(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateRefineBetweenClassesInClass(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.006 s testCreateTransitionBetweenFinalAndState(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) skipped testCreateManifestationBetweenClassAndPackage2InArtifact(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.003 s testCreateInterfaceRealizationBetweenUseCases2InUseCase(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0.001 s testCreateIncludeBetweenClasses2InPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateRelationshipTest) Time elapsed: 0 s testCreateExtensionBetweenStereotypeAndMetaClassInPackage(org.eclipse.papyrus.uml.service.types.ui.tests.creation.CreateProfileRelationshipTest) Time elapsed: 0.014 s testMoveTemplateSignatureToOperation_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest) Time elapsed: 0.393 s testMoveRedefinableTemplateSignatureToClass_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest) Time elapsed: 0.003 s testCannotMoveRedefinableTemplateSignatureToOperation_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.MoveElementTest) Time elapsed: 0.001 s testSetTemplateSignatureOfOperation_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest) Time elapsed: 0.003 s testSetRedefinableTemplateSignatureOfClass_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest) Time elapsed: 0.002 s testCannotSetRedefinableTemplateSignatureOfOperation_bug468071(org.eclipse.papyrus.uml.service.types.ui.tests.creation.SetFeatureTest) Time elapsed: 0 s deleteAssociation(org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest) Time elapsed: 0.185 s deleteAssociationTarget(org.eclipse.papyrus.uml.service.types.ui.tests.deletion.DeleteAssociationTest) Time elapsed: 0.181 s deleteReadOnlyElement(org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest) Time elapsed: 0.682 s deleteClassInTheModel(org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest) Time elapsed: 0.872 s deleteRootOfTheModel(org.eclipse.papyrus.uml.modelexplorer.tests.DeleteModelExplorerTest) Time elapsed: 0.252 s renameUMLUnnamedElementTest(org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest) skipped renameUMLNamedElementTest(org.eclipse.papyrus.uml.modelexplorer.tests.RenameHandlerTest) skipped revealSemanticElement_selectRootTest(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.682 s revealSemanticElement_selectChildrenTest(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.664 s revealSemanticElement_selectImportedPackage(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.673 s revealSemanticElement_selectImportedPackageList(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.897 s revealSemanticElement_selectChildrenTestList(org.eclipse.papyrus.uml.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 0.815 s cutReadOnlyElement(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest) Time elapsed: 0.345 s cutClassTest(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest) Time elapsed: 0.887 s cutRootOfTheModel(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CutPasteModelExplorerTest) Time elapsed: 0.218 s copyPasteofClass1Test(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest) Time elapsed: 0.288 s pasteOnReadOnlyElement(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest) Time elapsed: 0.329 s copyPasteofClass1And2Test(org.eclipse.papyrus.uml.modelexplorer.tests.paste.CopyPasteModelExplorerTest) Time elapsed: 0.305 s copyPasteDiagramTest(org.eclipse.papyrus.uml.modelexplorer.tests.paste.DiagramCopyPasteModelExplorerTest) Time elapsed: 0.319 s copyPasteTableTest(org.eclipse.papyrus.uml.modelexplorer.tests.paste.TableCopyPasteModelExplorerTest) Time elapsed: 0.333 s copyPasteofClass1Test(org.eclipse.papyrus.uml.modelexplorer.tests.paste.StereotypeCopyPasteModelExplorerTest) Time elapsed: 0.934 s advancedModeDoesNotCollapseItself(org.eclipse.papyrus.uml.modelexplorer.tests.AdvancedModeTest) Time elapsed: 1.254 s validateModel[0](org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest) Time elapsed: 0.023 s validateModel[1](org.eclipse.papyrus.uml.modelexplorer.tests.resources.ModelValidationTest) Time elapsed: 0.009 s dropInterface(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.109 s dropClass(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.024 s testPropertyContentProvider(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.005 s dropClassAndInterface(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.06 s dropClassAndSuperclass(org.eclipse.papyrus.uml.diagram.dnd.tests.tests.InstanceSpecificationTest) Time elapsed: 0.035 s singleValuePropertyGraphicalTest(org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest) Time elapsed: 0.065 s singleValuePropertyTest(org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest) Time elapsed: 0.01 s multipleValuePropertyTest(org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest) skipped enumPropertyTest(org.eclipse.papyrus.uml.tools.tests.tests.ContentProviderTest) Time elapsed: 0.003 s testProfileContentWithBaseClassPropertyWithoutInheritedProperties(org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest) Time elapsed: 0.216 s testProfileContentWithoutBaseClassPropertyWithoutInheritedProperties(org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest) Time elapsed: 0.177 s testProfileContentWithBaseClassPropertyWithInheritedProperties(org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest) Time elapsed: 0.168 s testProfileContentWithoutBaseClassPropertyWithInheritedProperties(org.eclipse.papyrus.uml.tools.tests.tests.UMLStereotypePropertyContentProviderTest) Time elapsed: 0.145 s testSwitchToProxy(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) skipped testSwitchProfilesWithStereotypes(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.858 s testSwitchFromRegistererdToLocal(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.813 s testSwitchProfilesWithStereotypeProperties(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.492 s testSwitchProfilesWithMissingDefinitions(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.35 s testSwitchFromLocalToRegistered(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.468 s testSwitchToDifferentVersion(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) skipped testSimpleSwitch(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.441 s testSwitchFromProxy(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) skipped testSwitchProfilesStereotypeIdentities(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.339 s testSwitchProfilesWithRequiredStereotypes(org.eclipse.papyrus.uml.tools.tests.tests.DependencyManagementTest) Time elapsed: 1.244 s testOverloadDoesNotClash(org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest) Time elapsed: 0.06 s testNameClash(org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest) Time elapsed: 0.032 s testElementOfDifferentKindDoesNotClash(org.eclipse.papyrus.uml.tools.tests.tests.NamedElementValidatorTest) Time elapsed: 0.054 s testModifiedSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) skipped testUndoUnapplyProfile(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.407 s testAddStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.323 s testStereotypeUnsetAttributeChange(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.326 s testUndoAddStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.376 s testAddStereotypes(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.378 s testUndoRemoveStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.326 s testAddSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.321 s testModifiedStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.375 s testAddStereotypeOnSeveralElements(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.351 s testUndoAddStereotypes(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.301 s testFakeBasedProperty(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.395 s testRemoveStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.324 s testRemoveSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.344 s testUndoAddSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.298 s testUndoModifiedStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.339 s testUndoAddStereotypeOnSeveralElements(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.296 s testUndoRedoAddStereotypeTiming(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.371 s testUnapplyProfile(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.301 s testUndoRemoveSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.302 s testUndoModifiedSysMLStereotype(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) skipped testStereotypeListAttributeChange(org.eclipse.papyrus.uml.tools.tests.tests.StereotypeElementListenerTest) Time elapsed: 0.443 s twoProfilesUnapplied(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.14 s moveProfileApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.129 s applyProfileThenMoveApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.095 s twoProfilesApplied(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.097 s profileReplacedInAnApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.1 s simpleNewProfileApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.11 s simpleProfileUnapplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.116 s profileAppliedThenReplacedInSameApplication(org.eclipse.papyrus.uml.tools.tests.tests.ProfileApplicationListenerTest) Time elapsed: 0.092 s testEditToDisplaySingleString_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.025 s testList(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.049 s testNull(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.023 s testDisplayToEditString_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.023 s testEmptyString(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.045 s testClass2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.024 s testClass3(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.022 s testMatchingElementstSingleValue1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.023 s testMatchingElementstSingleValue2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterTest) Time elapsed: 0.046 s testCompletionToFindClass_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.048 s testCompletionToFindClass_3(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.024 s testCompletionToFindClass_4(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.031 s testCompletionToFindClass_5(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.024 s testCompletionToFindClass_6(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.025 s testCompletionToFindClass_7(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.046 s testCompletionToFindClass_8(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.023 s testSplitString_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.024 s testSplitString_2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.042 s testCompletionToFindConstraint_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.023 s testCompletionToFindConstraint_2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.023 s testCompletionMultiValueConverterEmptyString(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.025 s testCompletionToFindPackage_1(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.044 s testCompletionToFindPackage_2(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.022 s testCompletionSingleValueConverterEmptyString(org.eclipse.papyrus.uml.tools.tests.tests.UMLReferenceConverterCompletionTest) Time elapsed: 0.022 s profileLanguage(org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest) Time elapsed: 0.001 s umlLanguage(org.eclipse.papyrus.uml.tools.tests.tests.UMLLanguageProvidersTest) Time elapsed: 0 s ValidationStereotypesListClass1Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.665 s ValidationStereotypesListClass2Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.65 s ValidationStereotypesListClass3Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.608 s ValidationStereotypesListClass4Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.641 s ValidationImageClass1Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.606 s ValidationImageClass2Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.591 s ValidationImageClass3Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.647 s ValidationImageClass4Test(org.eclipse.papyrus.uml.tools.tests.tests.IconsStereotypesTest) Time elapsed: 0.6 s returnedTextTest(org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest) Time elapsed: 0.69 s returnedStyledTextTest(org.eclipse.papyrus.uml.tools.tests.tests.CustomizableDelegatingItemLabelProviderTest) Time elapsed: 0.565 s notifyChange(org.eclipse.papyrus.uml.tools.tests.tests.DelegatingItemLabelProviderTest) Time elapsed: 0.034 s copyingInterfaceRealizationDoesNotCorruptTheModel(org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTest) Time elapsed: 0.004 s copyingInterfaceRealizationDoesNotCorruptTheModel(org.eclipse.papyrus.uml.tools.tests.tests.UMLCopyTestME) Time elapsed: 0.49 s duplicateStereotypeWithMultivaluedDataTypeContainmentFeatureTest(org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest) Time elapsed: 0.966 s duplicateStereotypeWithMultivaluedContainmentFeatureTest(org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest) Time elapsed: 0.884 s duplicateStereotypeWithSingleContainmentFeatureTest(org.eclipse.papyrus.uml.tools.tests.tests.DuplicateStereotypeCommandTest) Time elapsed: 0.877 s reorderMultipleStereotypes(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.165 s attemptReorderOfTooFewStereotypes(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.21 s attemptReorderOfTooManyStereotypes(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.196 s reorderSingleStereotype(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.169 s attemptReorderOfStereotypesAcrossResources(org.eclipse.papyrus.uml.tools.commands.tests.ReorderStereotypeApplicationsCommandTest) Time elapsed: 0.253 s recursiveImportPackage(org.eclipse.papyrus.uml.tools.utils.tests.tests.NameResolutionHelperTest) Time elapsed: 0.018 s testIsAutoNamed(org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest) Time elapsed: 0.014 s testGetDefaultNameWithIncrement(org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest) Time elapsed: 0 s testAutoNameIncrement(org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest) Time elapsed: 0.001 s testExistingElementHavingNameNotRenamed(org.eclipse.papyrus.uml.tools.utils.tests.tests.NamedElementUtilTest) Time elapsed: 0 s testGetAppliedSuperstereotype(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.058 s testGetApplicableStereotype_notStrict_notApplicable(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.197 s testGetApplicableStereotype_notStrict_applicable(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.188 s testGetApplicableStereotype_strict_applicable(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.168 s testGetAppliedSubstereotype_notApplied(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.049 s testGetApplicableStereotype_strict_notApplicable(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.146 s testGetAppliedSubstereotype_applied(org.eclipse.papyrus.uml.tools.utils.tests.tests.UMLUtilTest) Time elapsed: 0.04 s testUnApplyStereotypeApplication(org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestBadUnapplyProfile2ClosedDiagComment) Time elapsed: 1.575 s testStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestDropStereotypedClass) Time elapsed: 0.717 s testProfileApplicationOnModel(org.eclipse.papyrus.uml.diagram.stereotypeproperty.TestProfileApplication) Time elapsed: 0.436 s testBrace(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestDisplayAsBrace) Time elapsed: 0.729 s testReopenStereotypeAsComment(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.asbrace.TestReopenAsBrace) Time elapsed: 2.07 s testStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestDisplayAsComment) Time elapsed: 0.531 s testReopenStereotypeAsComment(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascomment.TestReopenAsComment) Time elapsed: 1.934 s testStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestDisplayAsCompartment) Time elapsed: 0.948 s testReopenStereotypeAsComment(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.ascompartment.TestReopenAsCompartment) Time elapsed: 1.958 s test2StereotypeApplicationsOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.Test2StereotypeApplications) Time elapsed: 0.44 s testStereotypeApplicationOnPackage(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication) Time elapsed: 0.641 s testStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplication) Time elapsed: 0.068 s testQNStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.displayname.TestStereotypeApplicationQualifiedName) Time elapsed: 0.44 s testLayoutStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype) skipped testLayoutOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotype) skipped testLayoutStereotypeApplicationOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance) skipped testLayoutOnClass(org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests.layout.TestLayoutWithStereotypeOnEclipseHIPPInstance) skipped testDiagramFileExtentionLabel(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard) Time elapsed: 0.234 s testDiagramFileExtenstionForUML(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard) Time elapsed: 0.071 s testOrderOfPages(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelWizard) Time elapsed: 0.06 s testDiagramFileExtentionLabel(org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard) Time elapsed: 0.069 s testDiagramFileExtenstionForUML(org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard) Time elapsed: 0.059 s testOrderOfPages(org.eclipse.papyrus.uml.diagram.wizards.TestInitModelWizard) Time elapsed: 0.075 s testOrderOfPages(org.eclipse.papyrus.uml.diagram.wizards.TestNewProjectWizard) Time elapsed: 0.102 s testForSimpleModel(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard) Time elapsed: 0.067 s testOrderOfPages(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard) Time elapsed: 0.058 s testForModelWithDot(org.eclipse.papyrus.uml.diagram.wizards.TestCreateModelFromExistingModelWizard) Time elapsed: 0.066 s missingSchema(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.242 s noCorruptionControlCase(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.056 s wrongProfileVersion(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.179 s missingProfileApplication(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.152 s deleteStereotypes(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeApplicationRepairSnippetTest) Time elapsed: 0.033 s nestedProfileApplicationsMissingNamespace_bug434302(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.268 s orphansOfWrongProfileVersion_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.054 s badSchemaLocationInNonPackageFragment_bug459488(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.626 s nestedProfilesAndNestedApplicationsWellFormed_bug434302(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.345 s registeredDynamicProfie_bug455329(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.041 s nestedPackageSchemaMissing_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.31 s incorrectZombieGroupingWithoutProfileNamespaceURIPattern_bug496307(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.067 s nonStereotypeApplicationsAreOK_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.015 s nestedProfileApplications2Pkgs1Profile_bug434302(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.327 s crossReferencedPackageUnitWithoutOwnProfileApplication_bug458736(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.761 s correctZombieGroupingWithProfileNamespaceURIPattern_bug496307(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.024 s orphansOfValidSchema_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.032 s packageUnitWithoutOwnProfileApplication_bug455248(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.243 s nestedPackageInProfileIsOK_bug436666(org.eclipse.papyrus.uml.modelrepair.internal.stereotypes.StereotypeRepairRegressionTest) Time elapsed: 0.326 s compareMultiVersionSameURISameVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0.001 s compareMultiVersionDifferentURIDifferentVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareSingleVersionDifferentURISameVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareMultiVersionDifferentURISameVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareCorrectInvalidComparisonConstantBehavior(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareNoVersionSameURI(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareSingleVersionDifferentURIDifferentVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchCorrectNoMatchConstantBehavior(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchSingleVersionCorrectURIGivenVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0.001 s matchNoVersionCorrectURIDefaultVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchMultipleVersionCorrectURIGivenVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchMultipleVersionCorrectURIDefaultVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareCorrectInvalidComparisonBehaviorWrongLHS(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareCorrectInvalidComparisonBehaviorWrongRHS(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s registryExtensionPointCorrectMatch(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0.001 s compareSingleVersionSameURIDifferentVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareSingleVersionSameURISameVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareMultiVersionSameURIDifferentVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0.001 s registryCorrectUnregisterAndRegister(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s registryExtensionPointRegistered(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareCorrectInvalidComparisonBehaviorWrongPattern(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchNoVersionCorrectURIGivenVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s compareNoVersionDifferentURI(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchSingleVersionCorrectURIDefaultVersion(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s matchCorrectNoMatchBehavior(org.eclipse.papyrus.uml.modelrepair.internal.uripattern.ProfileNamespaceURIPatternTest) Time elapsed: 0 s interactionOperand_contentProvider(org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest) Time elapsed: 0.085 s combinedFragment_contentProvider(org.eclipse.papyrus.uml.properties.modelelement.tests.UMLModelElementTest) Time elapsed: 0.022 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.MultiplicityObservableValueTest) Time elapsed: 0.514 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionEndMultiplicityObservableValueTest) Time elapsed: 0.461 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.NavigationObservableValueTest) Time elapsed: 0.484 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.OwnerObservableValueTest) Time elapsed: 0.438 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.KeywordObservableValueTest) Time elapsed: 0.465 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.UMLLabelObservableValueTest) Time elapsed: 0.448 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ImageExpressionObservableValueTest) Time elapsed: 0.436 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ImageKindObservableValueTest) Time elapsed: 0.45 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ImageNameObservableValueTest) Time elapsed: 0.449 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationElementIconObservableValueTest) Time elapsed: 0.794 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationQualifiedNameObservableValueTest) Time elapsed: 0.771 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ElementCustomizationShadowObservableValueTest) Time elapsed: 0.739 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ExtensionRequiredObservableValueTest) Time elapsed: 0.696 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.ImportedPackageLocationObservableValueTest) Time elapsed: 0.484 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.UnsettableStringObservableValueTest) Time elapsed: 0.427 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableValueTest) Time elapsed: 0.463 s testObservableValue(org.eclipse.papyrus.uml.properties.databinding.tests.AnnotationObservableValueTest) Time elapsed: 0.438 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.MaskValueObservableListTest) Time elapsed: 0.718 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.AppliedCommentsObservableListTest) Time elapsed: 0.904 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.OwnedCommentsObservableListTest) Time elapsed: 0.792 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.ProvidedInterfaceObservableListTest) Time elapsed: 0.426 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.RequiredInterfaceObservableListTest) Time elapsed: 0.432 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.ProfileApplicationObservableListTest) Time elapsed: 0.452 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.StereotypeApplicationObservableListTest) Time elapsed: 0.429 s testObservableList(org.eclipse.papyrus.uml.properties.databinding.tests.BasicObservableListTest) Time elapsed: 0.423 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CanonicalObservableValueTest) Time elapsed: 0.673 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.ConnectionDecorationStyleObservableValueTest) Time elapsed: 0.987 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomStringStyleCompartmentObservableValueTest) Time elapsed: 0.697 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleCompartmentObservableValueTest) Time elapsed: 0.686 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.DiagramLabelObservableValueTest) Time elapsed: 0.397 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomBooleanStyleWithStoreObservableValueTest) Time elapsed: 0.374 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomDoubleStyleWithStoreObservableValueTest) Time elapsed: 0.422 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.CustomIntStyleWithStoreObservableValueTest) Time elapsed: 0.426 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.RulersUnitStyleObservableValueTest) Time elapsed: 0.406 s testObservableValue(org.eclipse.papyrus.uml.diagram.properties.databinding.tests.SwitchOrientationObservableValueTest) Time elapsed: 1.108 s outOfDateModelSkipMigration_papyrus(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.725 s upToDateModelDoesNotPromptForMigration_papyrus(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.566 s outOfDateModelDoMigration_dynamic(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.636 s outOfDateModelSkipMigration_uml2(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.683 s outOfDateModelDoMigration_papyrus(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.836 s outOfDateModelSkipMigration_dynamic(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.486 s outOfDateModelDoMigration_uml2(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.873 s upToDateModelDoesNotPromptForMigration_uml2(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.555 s upToDateModelDoesNotPromptForMigration_dynamic(org.eclipse.papyrus.uml.profile.service.ReapplyProfilesServiceTest) Time elapsed: 0.352 s loadDecoratorAsMainModel(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.406 s externalizeApplication(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.462 s unloadApplication(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.49 s externalizeApplication_undo(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.417 s unloadedApplicationNotAvailable(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.406 s loadApplication(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.398 s externalizeApplication_undo_redo(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.427 s nestedPackageApplicationOfSameProfile_bug459613(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.453 s externalizeApplication_forNestedPackage(org.eclipse.papyrus.uml.decoratormodel.tests.ExternalizeProfileApplicationTest) Time elapsed: 0.418 s internalizeApplication_undo(org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest) Time elapsed: 0.421 s internalizeApplication_undo_redo(org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest) Time elapsed: 0.445 s internalizeApplication(org.eclipse.papyrus.uml.decoratormodel.tests.InternalizeProfileApplicationTest) Time elapsed: 0.417 s migrateProfile(org.eclipse.papyrus.uml.decoratormodel.tests.ProfileMigrationTest) Time elapsed: 0.396 s missingSchema(org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest) Time elapsed: 0.5 s wrongProfileVersion(org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest) Time elapsed: 0.427 s missingProfileApplication(org.eclipse.papyrus.uml.decoratormodel.tests.StereotypeApplicationRepairTest) Time elapsed: 0.41 s decoratorModelsForPackageAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.514 s decoratorModelsForPackage_none(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.565 s removeResource(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.741 s decoratorModelsAsync_uri(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.553 s decoratorModelName(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.51 s baseline(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.597 s decoratorModelsForPackage(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.625 s decoratorModelNameAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.611 s appliedProfilesByResourceIndex(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.531 s decoratorModels(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.56 s decoratorModelsAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.631 s allAppliedProfiles(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.549 s decoratorModelNames(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.659 s decoratorModels_uri(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.494 s decoratorModelNamesAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.499 s listener(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.646 s allAppliedProfilesAsync(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.554 s addNewResource(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.989 s decoratorModelsForPackageAsync_none(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelIndexTest) Time elapsed: 0.559 s copy_subsetOfProfiles(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest) Time elapsed: 0.616 s copy_allProfiles(org.eclipse.papyrus.uml.decoratormodel.internal.resource.tests.DecoratorModelCopierTest) Time elapsed: 0.733 s testHasUnloadedDecoratorModelsAsync_recursive(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.757 s testIsDecoratorModelFor(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.368 s testIsDecoratorModelURI(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.374 s testInternalizeProfileApplications(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.367 s testHasUnloadedDecoratorModelsAsync(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.554 s testExternalizeProfileApplication(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.479 s testGetDecoratorPackages(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.42 s testGetDecoratorModelAppliedProfiles(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.403 s testGetUnloadedDecoratorModelsAsyncResource(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.532 s testGetExternalizationProfile(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.358 s testIsDecoratorModelResource(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.379 s testGetDecoratorModelProfileApplications(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.366 s testGetUnloadedDecoratorModelsAsyncPackage(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.569 s testGetLoadedDecoratorModels(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.384 s testGetLoadedSubUnitPackages(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.335 s testGetUnloadedDecoratorModels(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.451 s testHasExternalizationProfile(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.402 s testGetUnloadedDecoratorModelsAsyncIterableOfResource(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.756 s testGetUserModelResources(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.376 s testGetDecoratorProfileApplications(org.eclipse.papyrus.uml.decoratormodel.helper.tests.DecoratorModelUtilsTest) Time elapsed: 0.356 s stereotypeApplication_inNestedPackage(org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest) Time elapsed: 0.123 s stereotypeApplication_inNonPackageSubmodelUnit_bug459613(org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest) Time elapsed: 0.151 s applyStereotype_resourceSet(org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest) Time elapsed: 0.12 s applyStereotype_freeFloating(org.eclipse.papyrus.uml.decoratormodel.helper.tests.PapyrusStereotypeApplicationHelperTest) Time elapsed: 0.12 s isDecoratorModel_decoratorModelUML(org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest) Time elapsed: 0.302 s isDecoratorModel_decoratorModelNotation(org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest) Time elapsed: 0.27 s isDecoratorModel_userModelUML(org.eclipse.papyrus.uml.decoratormodel.internal.expressions.tests.FilePropertyTesterTest) Time elapsed: 0.277 s decoratorIndexing(org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest) Time elapsed: 0.305 s userModelIndexing(org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest) Time elapsed: 0 s decoratorAsUserModelIndexing(org.eclipse.papyrus.uml.decoratormodel.internal.resource.index.tests.ProfileIndexTest) Time elapsed: 0 s migrateProfileExtendingDynamic_bug481302(org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest) Time elapsed: 0.313 s basicUMLMigrateProfileExtendingStatic_bug481302(org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest) skipped migrateProfileExtendingStatic_bug481302(org.eclipse.papyrus.uml.decoratormodel.tests.RegressionTest) Time elapsed: 0.251 s control_undo_redo_allDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.595 s uncontrol_undo_redo_allDecoratorsUnloaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 2.244 s control_someDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.878 s uncontrol_someDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.106 s uncontrol_allDecoratorsUnloaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.228 s control_undo_redo_someDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.591 s control_allDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.469 s control_undo_redo_allDecoratorsUnloaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.994 s control_allDecoratorsUnloaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.067 s uncontrol_undo_redo_someDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 1.844 s uncontrol_undo_redo_allDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.558 s uncontrol_allDecoratorsLoaded(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.ControlModeWithDecoratorModelsTest) Time elapsed: 0.559 s nonBaseElementStereotypeCrossReferences(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest) Time elapsed: 0.799 s classUnitExternalizeParentUnitProfileApplication_bug459613(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest) Time elapsed: 0.309 s nestedPackagesInheritingExternalProfileApplications(org.eclipse.papyrus.uml.decoratormodel.controlmode.tests.AdditionalModelStructuresTest) Time elapsed: 0.988 s validateOCLOnInstanceSpec(org.eclipse.papyrus.uml.validation.tests.rules.TestOCLConstraintOnInstanceSpec) skipped validateCamelCaseRule(org.eclipse.papyrus.uml.validation.tests.rules.TestOCLValidationRuleFromFile) skipped validateIsActiveOCLRule_inactiveClass(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML) skipped validateIsPassiveJavaRule_inactiveClass(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML) skipped validateIsPassiveJavaRule_activeClass(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML) skipped validateIsActiveOCLRule_activeClass(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInPluginXML) skipped validateMalformedActiveRule_notActiveCapsule(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile) skipped validateIsActiveRule_ActiveCapsule(org.eclipse.papyrus.uml.validation.tests.rules.TestValidationRulesInProfile) skipped validateNameClashDetection(org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules) skipped validateNonStandardMultiplicity(org.eclipse.papyrus.uml.validation.tests.rules.TestUMLValidationRules) skipped validateUnsetStereotypeAttribute(org.eclipse.papyrus.uml.validation.tests.rules.TestStereotypeValidation) skipped testResolveProfile__Object(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest) Time elapsed: 0.024 s testMatches__Object(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedTest) Time elapsed: 0.009 s profileAppliedFilterResourceURI_bug480221(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest) Time elapsed: 0.02 s profileAppliedFilterDoesNotLoadProfiles_miss_bug480221(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest) Time elapsed: 0.019 s profileAppliedFilterDoesNotLoadProfiles_hit_bug480221(org.eclipse.papyrus.uml.filters.tests.ProfileAppliedRegressionTest) Time elapsed: 0.019 s popupsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0.008 s connectionTargetFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0.003 s popupFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0 s connectionSourceFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0.001 s connectionsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.BasicAssistantsGenerationTest) Time elapsed: 0 s popupsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.039 s connectionTargetFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.002 s distinctConnectionHintsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.002 s popupFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.001 s connectionSourceFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0.001 s distinctPopupHintsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0 s connectionsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.DiagramSpecificAssistantsGenerationTest) Time elapsed: 0 s popupsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0.001 s connectionTargetFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0.002 s popupFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0.001 s connectionSourceFilters(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0 s connectionsGenerated(org.eclipse.papyrus.uml.profile.assistants.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0 s connectionsGenerated[<> Generalization](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0.002 s connectionsGenerated[<> GeneralizationSet](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0.001 s connectionsGenerated[<> ControlFlow](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s connectionsGenerated[<> ObjectFlow](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s connectionsGenerated[<> Transition](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s connectionsGenerated[<> Message](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s connectionsGenerated[<> Connector](org.eclipse.papyrus.uml.profile.assistants.generator.tests.ConnectionTypesTest) Time elapsed: 0 s iconGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0.002 s typeSetAttributes(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0.001 s elementTypeSpecializedTypes_bug461717(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0.01 s multipleElementTypesForOneStereotypeGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0 s stereotypeAdviceGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0.001 s elementTypesGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0 s stereotypeMatcherGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.BasicElementTypesGenerationTest) Time elapsed: 0 s stereotypeAdviceNotGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0.004 s distinctHintsGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0.002 s stereotypeMatcherNotGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0 s iconGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0 s elementTypeSpecializedTypes_bug461717(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0.029 s elementTypesGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationTest) Time elapsed: 0 s iconGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0.001 s stereotypeAdviceGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0.001 s elementTypesGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0 s stereotypeMatcherGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.ProfilesWithPackageNestingTest) Time elapsed: 0 s elementTypeSpecializedTypes(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test) Time elapsed: 0.018 s stereotypeAdviceGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test) Time elapsed: 0 s stereotypeMatcherGenerated(org.eclipse.papyrus.uml.profile.types.generator.tests.DiagramSpecificElementTypesGenerationBug461717Test) Time elapsed: 0 s iconGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s typeSetAttributes(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s elementTypeSpecializedTypes_bug461717(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s multipleElementTypesForOneStereotypeGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0.001 s stereotypeAdviceGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s elementTypesGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s stereotypeMatcherGenerated(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.BasicElementTypesRegenerationTest) Time elapsed: 0 s testRemovedStereotypes(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0 s testRenamedStereotypes(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0 s testAddedExtensions(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0 s testAddedStereotypes(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0 s testRemovedExtension(org.eclipse.papyrus.uml.profile.types.generator.incremental.tests.SimpleDeltaStrategyTest) Time elapsed: 0.001 s testGetStereotypeNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.034 s testGetStereotypes(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.017 s testGetAllStereotypeNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) skipped testGetProfileNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.019 s testProfileCatalog(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.017 s testLookupStereotype(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.018 s testLookupStereotypeInAppliedProfile(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.019 s testProfileCopy(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.014 s testGetProfiles(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.018 s testGetNamedElement(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.016 s testIsModelsExist(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.021 s testGetStereotypeQualifiedNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.014 s testGetProfileQualifiedNames(org.eclipse.papyrus.uml.profile.drafter.tests.ProfileCatalogTest) Time elapsed: 0.015 s testCopyResources(org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest) Time elapsed: 0.46 s testCopyResource(org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest) Time elapsed: 0.001 s testGetProject(org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest) Time elapsed: 0 s testEclipseProject(org.eclipse.papyrus.uml.profile.drafter.tests.EclipseProjectTest) Time elapsed: 0 s testGetUmlModelWithIFile(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.052 s testModelSetManagerString(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.002 s testModelSetManagerURI(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.003 s testGetNamedElementByNameString(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.003 s testGetUmlModel(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.01 s testModelSetManagerStringModels(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.002 s testGetNamedElementByNameWithSterotype(org.eclipse.papyrus.uml.profile.drafter.tests.ModelSetManagerTest) Time elapsed: 0.036 s testCreation(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0.003 s testCreateClass(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCreateModel(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCreatePackage(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCd(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testUMLModelCreatorResourceFailing(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testUMLModelCreatorStringString(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testUMLModelCreatorResource(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCreateDatatype(org.eclipse.papyrus.uml.profile.drafter.tests.utils.UMLModelCreatorTest) Time elapsed: 0 s testCompoundTypeProvider(org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest) Time elapsed: 0.002 s testGetTypes(org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest) Time elapsed: 0 s testAddITypeProvider(org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest) Time elapsed: 0 s testIterator(org.eclipse.papyrus.uml.profile.drafter.ui.model.CompoundTypeProviderTest) Time elapsed: 0 s testVisitMetaclassesModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testVisitPropertyModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testSimpleModelVisitor(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) Time elapsed: 0.002 s testDoVisitStereoptypeModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testDoVisitPropertyModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testVisitStereoptypeModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testDoVisitMetaclassesModel(org.eclipse.papyrus.uml.profile.drafter.ui.model.SimpleModelVisitorTest) skipped testSetStereotypeName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0.005 s testGetProfileName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testAddPropertyChangeListenerPropertyChangeListener(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0.001 s testSetQualifiedNameComplex(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testClear(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testStereotypeURLString(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testToString(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testGetStereotypeName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testAddPropertyChangeListenerStringPropertyChangeListener(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testStereotypeURL(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testRemovePropertyChangeListenerPropertyChangeListener(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testSetQualifiedNameSimple(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testSetProfileName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testRemovePropertyChangeListenerStringPropertyChangeListener(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testComputeQualifiedName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testGetQualifiedName(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0 s testStereotypeURLStringString(org.eclipse.papyrus.uml.profile.drafter.ui.model.StereotypeURLTest) Time elapsed: 0.001 s testGetTypes(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest) Time elapsed: 0.002 s testTypeProvider(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest) Time elapsed: 0.001 s testIterator(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest) Time elapsed: 0 s testGetTypes(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0.001 s testAddType(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testAddTypeFromConstructor(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testTypeProvider(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testTypeProviderTypeArray(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testIterator(org.eclipse.papyrus.uml.profile.drafter.ui.model.TypeProviderTest2) Time elapsed: 0 s testUMLPrimitiveTypesModel(org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest) Time elapsed: 0.016 s testGetLibraryPackage(org.eclipse.papyrus.uml.profile.drafter.utils.UMLPrimitiveTypesModelTest) Time elapsed: 0.013 s testUseInternationalizationModification(org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangePreferencesTest) Time elapsed: 0.459 s testLanguageModification(org.eclipse.papyrus.uml.internationalization.tests.tests.UMLInternationalizationChangeLanguageTest) Time elapsed: 0.434 s rebuildAdapters(org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest) Time elapsed: 0.401 s normalAdapters(org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationUMLItemProviderAdapterFactoryTest) Time elapsed: 0.364 s testLabelProviderAdapter(org.eclipse.papyrus.uml.internationalization.tests.tests.InternationalizationAdapterTest) Time elapsed: 0.002 s testMapping(org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest) skipped org.eclipse.papyrus.uml.alf.tests.mapper.MappingTest skipped testMerging(org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest) skipped org.eclipse.papyrus.uml.alf.tests.mapper.MergeTest skipped testStaticSemantics(org.eclipse.papyrus.uml.alf.tests.SemanticTest) skipped org.eclipse.papyrus.uml.alf.tests.SemanticTest skipped testOneFile(org.eclipse.papyrus.uml.alf.tests.SingleTest) skipped org.eclipse.papyrus.uml.alf.tests.SingleTest skipped testSyntax(org.eclipse.papyrus.uml.alf.tests.SyntacticTest) skipped org.eclipse.papyrus.uml.alf.tests.SyntacticTest skipped testGeneration(org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest) skipped org.eclipse.papyrus.uml.alf.tests.generator.GenerationTest skipped org.eclipse.papyrus.uml.alf.tests.AllTests skipped IsStereotypedWithExpression_Test10(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.528 s IsStereotypedWithExpression_Test11(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.506 s IsStereotypedWithExpression_Test12(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.513 s IsStereotypedWithExpression_Test13(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.557 s IsStereotypedWithExpression_Test1(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.526 s IsStereotypedWithExpression_Test2(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.568 s IsStereotypedWithExpression_Test3(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.58 s IsStereotypedWithExpression_Test4(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.522 s IsStereotypedWithExpression_Test5(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.527 s IsStereotypedWithExpression_Test6(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.567 s IsStereotypedWithExpression_Test7(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.518 s IsStereotypedWithExpression_Test8(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.509 s IsStereotypedWithExpression_Test9(org.eclipse.papyrus.uml.expressions.tests.IsStereotypedWithExpressionTests) Time elapsed: 0.562 s HasStereotypeExpressionTests_Test1(org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests) Time elapsed: 0.52 s HasStereotypeExpressionTests_Test2(org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests) Time elapsed: 0.603 s HasStereotypeExpressionTests_Test3(org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests) Time elapsed: 0.5 s HasStereotypeExpressionTests_Test4(org.eclipse.papyrus.uml.expressions.tests.HasAppliedStereotypeExpressionTests) Time elapsed: 0.528 s metaclassAndNoContext(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0.004 s noMetaclassAndNoContextTest(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0 s metaclassAndValidContext_1(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0 s metaclassAndValidContext_2(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0 s metaclassAndInvalidContext(org.eclipse.papyrus.uml.expressions.tests.IsKindOfExpressionTest) Time elapsed: 0 s metaclassAndNoContext(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests) Time elapsed: 0.001 s noMetaclassAndNoContextTest(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests) Time elapsed: 0.001 s metaclassAndValidContext_2(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests) Time elapsed: 0 s metaclassAndInValidContext_1(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfExpressionTests) Time elapsed: 0 s IsKindOfStereotypeExpression_Test10(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.55 s IsKindOfStereotypeExpression_Test11(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.545 s IsKindOfStereotypeExpression_Test12(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.551 s IsKindOfStereotypeExpression_Test13(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.576 s IsKindOfStereotypeExpression_Test14(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.489 s IsKindOfStereotypeExpression_Test1(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.517 s IsKindOfStereotypeExpression_Test2(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.497 s IsKindOfStereotypeExpression_Test3(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.646 s IsKindOfStereotypeExpression_Test4(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.512 s IsKindOfStereotypeExpression_Test5(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.472 s IsKindOfStereotypeExpression_Test6(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.511 s IsKindOfStereotypeExpression_Test7(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.493 s IsKindOfStereotypeExpression_Test8(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.503 s IsKindOfStereotypeExpression_Test9(org.eclipse.papyrus.uml.expressions.tests.IsKindOfStereotypeExpressionTests) Time elapsed: 0.575 s IsTypeOfStereotypeExpression_Test1(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.566 s IsTypeOfStereotypeExpression_Test2(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.495 s IsTypeOfStereotypeExpression_Test3(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.592 s IsTypeOfStereotypeExpression_Test4(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.513 s IsTypeOfStereotypeExpression_Test5(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.52 s IsTypeOfStereotypeExpression_Test6(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.615 s IsTypeOfStereotypeExpression_Test7(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.503 s IsTypeOfStereotypeExpression_Test8(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.483 s IsTypeOfStereotypeExpression_Test9(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.504 s IsTypeOfStereotypeExpression_Test10(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.54 s IsTypeOfStereotypeExpression_Test11(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.493 s IsTypeOfStereotypeExpression_Test12(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.535 s IsTypeOfStereotypeExpression_Test13(org.eclipse.papyrus.uml.expressions.tests.IsTypeOfStereotypeExpressionTests) Time elapsed: 0.533 s SingleStereotypeAttributeEqualityExpressionTests_Test10(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.499 s SingleStereotypeAttributeEqualityExpressionTests_Test11(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.486 s SingleStereotypeAttributeEqualityExpressionTests_Test12(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.6 s SingleStereotypeAttributeEqualityExpressionTests_Test13(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.576 s SingleStereotypeAttributeEqualityExpressionTests_Test1(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.568 s SingleStereotypeAttributeEqualityExpressionTests_Test2(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.49 s SingleStereotypeAttributeEqualityExpressionTests_Test3(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.499 s SingleStereotypeAttributeEqualityExpressionTests_Test4(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.529 s SingleStereotypeAttributeEqualityExpressionTests_Test5(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.496 s SingleStereotypeAttributeEqualityExpressionTests_Test6(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.487 s SingleStereotypeAttributeEqualityExpressionTests_Test7(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.498 s SingleStereotypeAttributeEqualityExpressionTests_Test8(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.494 s SingleStereotypeAttributeEqualityExpressionTests_Test9(org.eclipse.papyrus.uml.expressions.tests.SingleStereotypeAttributeEqualityExpressionTests) Time elapsed: 0.591 s validateModel[0](org.eclipse.papyrus.uml.architecture.tests.resources.ModelValidationTest) Time elapsed: 0.14 s nestedPackageInProfileContext(org.eclipse.papyrus.uml.types.core.matchers.stereotype.tests.StereotypeMatcherEditHelperAdviceTest) Time elapsed: 0.036 s Results: Tests run: 684, Failures: 0, Errors: 0, Skipped: 49 (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.859: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.860: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.863: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.864: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.867: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.868: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.871: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.872: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.875: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.879: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.881: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.883: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.885: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.887: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.888: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.891: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.895: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (Eclipse:6824): Gtk-CRITICAL **: 05:30:39.896: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests.releng >-- [INFO] Building org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT [169/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests >-- [INFO] Building org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT [170/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- xtend-maven-plugin:2.25.0.M1:compile (default) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/target/org.eclipse.papyrus.uml.alf.backend.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.uml.alf.backend.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests >-- [INFO] Building org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT [171/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] The project's OSGi version is 2.0.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/bin [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/qvt/TransformationsTests.java:[274] DataContextElement st3Element = findContextElement(context, "Stereotype3"); ^^^^^^^^^^ The value of the local variable st3Element is not used 1 problem (1 warning) [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/target/org.eclipse.papyrus.views.properties.toolsmiths.tests-2.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Skipping tests [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.properties.toolsmiths.tests --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests >--- [INFO] Building org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT [172/175] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.suite.tests --- [INFO] The project's OSGi version is 1.1.0.202211040448 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-id (default-validate-id) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:validate-version (default-validate-version) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- target-platform-configuration:2.4.0:target-platform (default-target-platform) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.suite.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.4.0:compile (default-compile) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/bin [INFO] [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Using 'UTF-8' encoding 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-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/org.eclipse.papyrus.views.suite.tests-1.1.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.4.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.suite.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.4.0:test (default-test) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2, -Xms512m, -Xmx2048m, -XX:SoftRefLRUPolicyMSPerMB=100, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/data, -install, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work, -configuration, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/surefire.properties, -product, org.eclipse.sdk.ide, -testConfig=CI_TESTS_CONFIG] Running org.eclipse.papyrus.views.suite.tests.AllTests log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. No JFaces support for org.eclipse.jface.viewers.TableTreeViewer SWT call to Webkit timed out after 10000ms. No return value will be provided. Possible reasons: 1) Problem: Your javascript needs more than 10000ms to execute. Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown and the return value of execute()/evalute() will be false/null. 2) However, if you believe that your application should execute as expected (in under10000 ms), then it might be a deadlock in SWT/Browser/webkit2 logic. I.e, it might be a bug in SWT (e.g this does not occur on Windows/Cocoa, but occurs on Linux). If you believe it to be a bug in SWT, then Please report this issue *with steps to reproduce* via: https://bugs.eclipse.org/bugs/enter_bug.cgi?alias=&assigned_to=platform-swt-inbox%40eclipse.org&attach_text=&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=&component=SWT&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&defined_groups=1&dependson=&description=&flag_type-1=X&flag_type-11=X&flag_type-12=X&flag_type-13=X&flag_type-14=X&flag_type-15=X&flag_type-16=X&flag_type-2=X&flag_type-4=X&flag_type-6=X&flag_type-7=X&flag_type-8=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Linux&product=Platform&qa_contact=&rep_platform=PC&requestee_type-1=&requestee_type-2=&short_desc=webkit2_BrowserProblem For bug report, please atatch this stack trace: java.lang.Throwable: at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:299) at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:292) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1263) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1021) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:991) at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1290) at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:406) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:666) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:615) at org.eclipse.nebula.widgets.richtext.RichTextEditorConfiguration.customizeToolbar(RichTextEditorConfiguration.java:525) at org.eclipse.nebula.widgets.richtext.RichTextEditor$1.function(RichTextEditor.java:273) at org.eclipse.swt.browser.WebKit.RequestProc(WebKit.java:461) at org.eclipse.swt.internal.gtk3.GTK3.gtk_main_iteration_do(Native Method) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1273) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1021) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:991) at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1290) at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:406) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:666) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:615) at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297) at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1760) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5000) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4480) at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296) at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture$9.run(PapyrusEditorFixture.java:1548) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5911) at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.ensurePapyrusPerspective(PapyrusEditorFixture.java:1537) at org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.initTests(DocumentationViewTests.java:72) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1) at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58) at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87) at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5000) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4480) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) Additional information about the error is as following: The following javascript was executed: function SWTWebkit2TempFunc11(){CKEDITOR.instances.editor.addCommand('SpellCheckCommand', {exec: function(edt) {javaExecutionStarted();SpellCheckCommand();javaExecutionFinished()}});CKEDITOR.instances.editor.ui.addButton('SpellCheckButton', {label: 'Check Spelling',command: 'SpellCheckCommand',toolbar: 'other',icon: 'file:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/configuration/org.eclipse.osgi/608/0/.cp/icons/SpellCheck.gif',});CKEDITOR.instances.editor.addCommand('InsertReferenceCommand', {exec: function(edt) {javaExecutionStarted();InsertReferenceCommand();javaExecutionFinished()}});CKEDITOR.instances.editor.ui.addButton('InsertReferenceButton', {label: 'Insert reference',command: 'InsertReferenceCommand',toolbar: 'links',icon: 'file:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/work/configuration/org.eclipse.osgi/608/0/.cp/icons/hyperlink_16x16.gif',});}; SWTWebkit2TempFunc11() SWT call to Webkit timed out after 10000ms. No return value will be provided. Possible reasons: 1) Problem: Your javascript needs more than 10000ms to execute. Solution: Don't run such javascript, it blocks Eclipse's UI. SWT currently allows such code to complete, but this error is thrown and the return value of execute()/evalute() will be false/null. 2) However, if you believe that your application should execute as expected (in under10000 ms), then it might be a deadlock in SWT/Browser/webkit2 logic. I.e, it might be a bug in SWT (e.g this does not occur on Windows/Cocoa, but occurs on Linux). If you believe it to be a bug in SWT, then Please report this issue *with steps to reproduce* via: https://bugs.eclipse.org/bugs/enter_bug.cgi?alias=&assigned_to=platform-swt-inbox%40eclipse.org&attach_text=&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal&bug_status=NEW&comment=&component=SWT&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain&data=&defined_groups=1&dependson=&description=&flag_type-1=X&flag_type-11=X&flag_type-12=X&flag_type-13=X&flag_type-14=X&flag_type-15=X&flag_type-16=X&flag_type-2=X&flag_type-4=X&flag_type-6=X&flag_type-7=X&flag_type-8=X&form_name=enter_bug&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Linux&product=Platform&qa_contact=&rep_platform=PC&requestee_type-1=&requestee_type-2=&short_desc=webkit2_BrowserProblem For bug report, please atatch this stack trace: java.lang.Throwable: at org.eclipse.swt.browser.WebKit.getStackTrace(WebKit.java:299) at org.eclipse.swt.browser.WebKit.getInternalErrorMsg(WebKit.java:292) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.execAsyncAndWaitForReturn(WebKit.java:1263) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.runjavascript(WebKit.java:1021) at org.eclipse.swt.browser.WebKit$Webkit2AsyncToSync.evaluate(WebKit.java:991) at org.eclipse.swt.browser.WebKit.evaluate(WebKit.java:1290) at org.eclipse.swt.browser.WebBrowser.evaluate(WebBrowser.java:406) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:666) at org.eclipse.swt.browser.Browser.evaluate(Browser.java:615) at org.eclipse.nebula.widgets.richtext.RichTextEditor$3.completed(RichTextEditor.java:297) at org.eclipse.swt.browser.WebKit.lambda$7(WebKit.java:1760) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5000) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4480) at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.flushDisplayEvents(PapyrusEditorFixture.java:1296) at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture$9.run(PapyrusEditorFixture.java:1548) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:183) at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:133) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5911) at org.eclipse.papyrus.junit.utils.rules.PapyrusEditorFixture.ensurePapyrusPerspective(PapyrusEditorFixture.java:1537) at org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests.initTests(DocumentationViewTests.java:72) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.eclipse.papyrus.junit.utils.rules.ProjectFixture$1.evaluate(ProjectFixture.java:369) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.access$0(ClassificationRunner.java:1) at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner$1.runChild(ClassificationRunner.java:58) at org.eclipse.papyrus.junit.framework.classification.ClassificationRunnerImpl.runChild(ClassificationRunnerImpl.java:87) at org.eclipse.papyrus.junit.framework.classification.ClassificationRunner.runChild(ClassificationRunner.java:86) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.eclipse.papyrus.junit.framework.classification.ClassificationSuite.run(ClassificationSuite.java:130) at org.junit.runners.Suite.runChild(Suite.java:128) at org.junit.runners.Suite.runChild(Suite.java:27) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:128) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication$1.run(AbstractUITestApplication.java:37) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$1(E4Testable.java:127) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:40) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:132) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:5000) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4480) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1155) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1046) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155) at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.runApplication(UITestApplication.java:29) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.run(AbstractUITestApplication.java:122) at org.eclipse.tycho.surefire.osgibooter.UITestApplication.start(UITestApplication.java:35) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:402) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596) at org.eclipse.equinox.launcher.Main.run(Main.java:1467) at org.eclipse.equinox.launcher.Main.main(Main.java:1440) Additional information about the error is as following: The following javascript was executed: function SWTWebkit2TempFunc9(){initEditor();}; SWTWebkit2TempFunc9() Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.298 s - in org.eclipse.papyrus.views.suite.tests.AllTests revealSemanticElement_rootTest(org.eclipse.papyrus.views.modelexplorer.tests.ModelExplorerViewTests) Time elapsed: 15.483 s deleteDiagramTest(org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest) Time elapsed: 2.408 s deleteTableTest(org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest) Time elapsed: 1.998 s deleteLinkItemTest(org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest) Time elapsed: 0.893 s deleteRootOfTheModel(org.eclipse.papyrus.views.modelexplorer.tests.DeleteHandlerTest) Time elapsed: 0.889 s testOpendiagramTest(org.eclipse.papyrus.views.modelexplorer.tests.OpendiagramTest) Time elapsed: 0.405 s documentationViewTests(org.eclipse.papyrus.views.documentation.tests.DocumentationViewTests) Time elapsed: 11.729 s handleXWTFileFromResourceSet(org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests) Time elapsed: 1.298 s handleXWTFileFromResource(org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests) Time elapsed: 0.169 s generateEcoreContext(org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests) Time elapsed: 0.119 s generateProfileContext(org.eclipse.papyrus.views.properties.toolsmiths.tests.qvt.TransformationsTests) Time elapsed: 0.431 s Results: Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.suite.tests --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec [INFO] Analyzed bundle 'org.eclipse.papyrus.views.suite.tests' with 0 classes [INFO] [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.documentation.tests.releng >-- [INFO] Building org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT [173/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/tests/junit/plugins/views/documentation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.views.documentation.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.releng >------ [INFO] Building org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT [174/175] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.main.tests.releng --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.releng --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/releng/tests/main-tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.main.tests.releng --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.targetplatform >-- [INFO] Building org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT [175/175] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [INFO] [INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ org.eclipse.papyrus.main.tests.targetplatform --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.targetplatform --- [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.repository/org/jacoco/org.jacoco.agent/0.8.6/org.jacoco.agent-0.8.6-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/source/releng/tests/main-tests/targetPlatform/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2 [INFO] [INFO] --- tycho-packaging-plugin:2.4.0:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.main.tests.targetplatform --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.6:report (default-report) @ org.eclipse.papyrus.main.tests.targetplatform --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SUCCESS [ 11.746 s] [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.005 s] [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SUCCESS [ 6.277 s] [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SUCCESS [ 0.050 s] [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SUCCESS [ 14.240 s] [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SUCCESS [ 0.561 s] [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SUCCESS [ 0.813 s] [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SUCCESS [ 0.521 s] [INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT SUCCESS [ 1.497 s] [INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SUCCESS [ 0.612 s] [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SUCCESS [ 0.202 s] [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SUCCESS [ 0.492 s] [INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SUCCESS [ 0.854 s] [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SUCCESS [ 7.581 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.013 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SUCCESS [ 0.547 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT SUCCESS [ 0.683 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SUCCESS [ 0.882 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SUCCESS [ 0.900 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SUCCESS [ 0.533 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT SUCCESS [ 0.500 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SUCCESS [ 0.666 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SUCCESS [ 0.500 s] [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SUCCESS [ 0.395 s] [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SUCCESS [ 0.378 s] [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SUCCESS [ 0.190 s] [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SUCCESS [ 0.557 s] [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SUCCESS [ 0.888 s] [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.007 s] [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SUCCESS [ 0.442 s] [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [ 0.549 s] [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SUCCESS [ 0.417 s] [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SUCCESS [ 0.507 s] [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SUCCESS [ 0.597 s] [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SUCCESS [ 0.474 s] [INFO] org.eclipse.papyrus.infra.tools.tests 2.1.0-SNAPSHOT SUCCESS [ 0.531 s] [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SUCCESS [ 0.453 s] [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SUCCESS [ 0.358 s] [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SUCCESS [ 0.347 s] [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SUCCESS [ 0.531 s] [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SUCCESS [ 0.506 s] [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SUCCESS [ 0.195 s] [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.053 s] [INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SUCCESS [ 0.744 s] [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT SUCCESS [ 0.616 s] [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.0-SNAPSHOT SUCCESS [ 0.649 s] [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SUCCESS [ 0.744 s] [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SUCCESS [ 0.701 s] [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SUCCESS [ 0.449 s] [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.0-SNAPSHOT SUCCESS [ 0.446 s] [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SUCCESS [ 0.796 s] [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SUCCESS [ 0.669 s] [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 0.587 s] [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 0.141 s] [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SUCCESS [ 0.659 s] [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SUCCESS [ 0.428 s] [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.0-SNAPSHOT SUCCESS [ 0.132 s] [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SUCCESS [ 0.060 s] [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [ 0.382 s] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [ 0.513 s] [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SUCCESS [ 0.676 s] [INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SUCCESS [ 0.571 s] [INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SUCCESS [ 0.492 s] [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SUCCESS [ 0.389 s] [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.1.0-SNAPSHOT SUCCESS [ 0.560 s] [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SUCCESS [ 0.697 s] [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 0.596 s] [INFO] org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT SUCCESS [ 0.442 s] [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SUCCESS [ 0.076 s] [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SUCCESS [ 0.390 s] [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SUCCESS [ 0.033 s] [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SUCCESS [ 0.062 s] [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SUCCESS [ 0.394 s] [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SUCCESS [ 1.020 s] [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SUCCESS [ 1.196 s] [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SUCCESS [ 0.629 s] [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SUCCESS [ 0.615 s] [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SUCCESS [ 0.097 s] [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SUCCESS [ 0.278 s] [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SUCCESS [ 0.088 s] [INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT . SUCCESS [ 0.962 s] [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SUCCESS [ 0.620 s] [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SUCCESS [ 0.037 s] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [ 0.488 s] [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SUCCESS [ 0.512 s] [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SUCCESS [ 0.070 s] [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SUCCESS [ 0.416 s] [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SUCCESS [ 0.467 s] [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SUCCESS [ 0.590 s] [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SUCCESS [ 0.442 s] [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SUCCESS [ 0.097 s] [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SUCCESS [ 0.530 s] [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SUCCESS [ 0.398 s] [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SUCCESS [ 0.051 s] [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SUCCESS [ 0.396 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SUCCESS [ 0.728 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SUCCESS [ 0.766 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SUCCESS [ 0.577 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 0.508 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT SUCCESS [ 0.429 s] [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT SUCCESS [ 0.443 s] [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SUCCESS [ 0.099 s] [INFO] org.eclipse.papyrus.tests.feature 2.0.0-SNAPSHOT ... SUCCESS [ 0.179 s] [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SUCCESS [ 0.256 s] [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SUCCESS [ 0.032 s] [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [ 0.484 s] [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [ 0.070 s] [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SUCCESS [ 0.526 s] [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SUCCESS [ 0.031 s] [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [ 0.042 s] [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [ 0.334 s] [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [ 0.407 s] [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [ 0.076 s] [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.0-SNAPSHOT ... SUCCESS [ 14.513 s] [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SUCCESS [ 0.093 s] [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SUCCESS [ 0.004 s] [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SUCCESS [ 23.588 s] [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SUCCESS [ 0.529 s] [INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SUCCESS [01:40 min] [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 54.038 s] [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 50.767 s] [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 0.693 s] [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SUCCESS [ 0.398 s] [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 0.387 s] [INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SUCCESS [04:17 min] [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SUCCESS [ 0.227 s] [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SUCCESS [10:28 min] [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SUCCESS [ 0.400 s] [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.0-SNAPSHOT SUCCESS [ 0.631 s] [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SUCCESS [ 0.481 s] [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SUCCESS [08:07 min] [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SUCCESS [ 0.556 s] [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SUCCESS [ 0.588 s] [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SUCCESS [ 0.494 s] [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SUCCESS [ 0.480 s] [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [06:27 min] [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SUCCESS [ 0.523 s] [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 20.777 s] [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SUCCESS [ 1.724 s] [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SUCCESS [ 0.184 s] [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SUCCESS [ 0.287 s] [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SUCCESS [ 0.581 s] [INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SUCCESS [03:45 min] [INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SUCCESS [ 0.540 s] [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SUCCESS [ 0.342 s] [INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SUCCESS [ 51.416 s] [INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT SUCCESS [ 0.002 s] [INFO] org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT SUCCESS [ 0.003 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 43:15 min [INFO] Finished at: 2022-11-04T05:31:33Z [INFO] ------------------------------------------------------------------------ [Papyrus-Master-Tests-7.0.0] $ /bin/bash /tmp/jenkins7189184445863001391.sh sleep 3600 end sleep Taking screenshot. [Papyrus-Master-Tests-7.0.0] $ echo $XAUTHORITY /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.Xauthority-16764322449630338270 [Papyrus-Master-Tests-7.0.0] $ ls -l $XAUTHORITY -rw-r--r--. 1 jenkins 1000800000 0 Nov 4 04:48 /home/jenkins/agent/workspace/Papyrus-Master-Tests-7.0.0/.Xauthority-16764322449630338270 [Papyrus-Master-Tests-7.0.0] $ import -window root -display :27 screenshot.jpg Terminating xvnc. Recording test results [Checks API] No suitable checks publisher found. Finished: SUCCESS